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

feat: add ability to auto label clusters from k8s clusterinfo #17289

Merged

Commits on Feb 23, 2024

  1. feat: add ability to auto label clusters

    This gives the ability to automatically label cluster secrets on a cluster-by-cluster basis. If `enableClusterInfoLabels` is set on a cluster secret, the controller will (eventually) label the cluster secret with the current k8s version detected by the cluster info.
    
    This needs documentation, e2e tests, as well as CLI/UI additions.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    blakepettersson committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e29c67c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. refactor: use labels instead of secret data

    This is easier to work with, especially in the context where we need
    this feature.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    blakepettersson committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fe32187 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. docs: add description on how to use dynamic labeling

    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    blakepettersson committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    efe88d8 View commit details
    Browse the repository at this point in the history