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

Move deployments to using versioned Kube informers #14728

Merged

Commits on Jun 20, 2017

  1. Migrate controllers to external secrets, services, and service accounts

    Goal of eliminating duplicate internal and external caches when running
    in the controller by itself.
    smarterclayton committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    57217ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97ab7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8849f View commit details
    Browse the repository at this point in the history
  4. Build controller should reference versioned pods and secrets

    We are gradually moving to external clients for controllers, and this
    will remove the need to have separate caches for them.
    smarterclayton committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    f4461ba View commit details
    Browse the repository at this point in the history
  5. Move deployments to use versioned Kubernetes informers

    Removes the need for an additional cache for these. Also all controllers
    are moving in this direction anyway.
    smarterclayton committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    7d2ac22 View commit details
    Browse the repository at this point in the history