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

[controller] Only list objects created by operator #222

Merged
merged 4 commits into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. [controller] Only list objects created by operator

    Continuously listing every pod and statefulset in large clusters can
    slow down the operator control loops significantly. We know every pod
    and statefulset created by an M3DBCluster will have predetermined
    labels, and can only list objects from the Kubernetes API with those
    labels.
    schallert committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    41e09bc View commit details
    Browse the repository at this point in the history
  2. clarify comments

    schallert committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    371d8e7 View commit details
    Browse the repository at this point in the history
  3. log pod

    schallert committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e9de6e9 View commit details
    Browse the repository at this point in the history
  4. log namespaces

    schallert committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    cad0403 View commit details
    Browse the repository at this point in the history