Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use v1.Container in Debug Containers API #1269

Merged

Commits on Mar 22, 2018

  1. Update API of Troubleshooting Ephemeral Containers

    - Report both v1.Container & v1.ContainerStatus in PodStatus
    - Persist v1.Container as a container runtime label
    - Start ephemeral containers from the kubelet pod worker
    verb committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    caa072e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946532d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Pod Troubleshooting: remove the requirement for an in-PodStatus log o…

    …f all Debug Containers
    verb committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    660f409 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Move Ephemeral Containers into pod.Spec

    After discussing with API reviewers and relevant SIG leads, we've agreed that
    the configuration for Ephemeral Containers should live in the pod spec.
    verb committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    502b757 View commit details
    Browse the repository at this point in the history