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

Add the /runningpods/ api endpoint #611

Merged
merged 4 commits into from May 13, 2019

Commits on May 9, 2019

  1. Add tracing of the kubernetes cluster during testing

    This adds tracing to the testing to get the kubelet's logs upon
    failure. In addition, it keeps track of the pods, and the node
    statuses throughout the test.
    sargun committed May 9, 2019
    Copy the full SHA
    efb9aa6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c6b1ef View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Add the /runningpods/ api endpoint

    This adds an API endpoint from the kubelet (/runningpods/). It is
    an endpoint on kubelet which is considered a "debug" endpoint, so
    it might be worth exposing through the options, but by default
    it is exposed in most k8s configs AFAICT.
    sargun committed May 10, 2019
    Copy the full SHA
    10c44e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    0de47e5 View commit details
    Browse the repository at this point in the history