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

Propose a feature to troubleshoot running pods #649

Merged
merged 6 commits into from
Sep 27, 2017

Commits on Sep 25, 2017

  1. Propose a feature to troubleshoot running pods

    This feature allows troubleshooting of running pods by running a new
    "Debug Container" in the pod namespaces.
    verb committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    fae75ad View commit details
    Browse the repository at this point in the history
  2. Address feedback in pod troubleshooting proposal

    The biggest change is a reworking of the Kubernetes API changes after
    chatting with sig-api-machinery. The Debug Container is now created in a
    standalone API call and the client is responsible for attaching.
    verb committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    127550e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a5520 View commit details
    Browse the repository at this point in the history
  4. Switch Pod Troubleshooting API back to /exec

    This updates the Pod Troubleshooting Design Proposal for recent
    developments in the community and to reflect the consensus from the API
    review: using the existing /exec endpoint as a starting point for this
    feature.
    verb committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    bcd232f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8136e3d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    473c49d View commit details
    Browse the repository at this point in the history