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

share kubernetes client instances #128

Merged
merged 3 commits into from
Feb 23, 2018
Merged

Commits on Jan 30, 2018

  1. share kubernetes client instances

    avoids creating a kubernetes client for each Spawner,
    which creates a bunch of threads in kubernetes 4.0.
    
    uses weakref to avoid breaking garbage collection
    minrk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    8114cc8 View commit details
    Browse the repository at this point in the history
  2. bump kubernetes back to 4.x

    minrk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    65757f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

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