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

📖 Update book-v3 with latest changes in release-v3.15 branch due release v3.15.1 #3949

Merged
merged 4 commits into from
May 23, 2024

Commits on May 23, 2024

  1. fix: preserve existing flags when applying metrics patch

    Ensure that enabling the manager_metrics_patch.yaml in config/default/kustomization.yaml does not overwrite existing arguments in config/manager/manager.yaml. The patch now appends the --metrics-bind-address argument without replacing other arguments.
    
    More info: #3934
    camilamacedo86 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    11b6a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbd1c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3947 from camilamacedo86/patch-release

    🐛 (cherry-pick #3937) - fix: preserve existing flags when applying metrics patch
    k8s-ci-robot authored May 23, 2024
    Configuration menu
    Copy the full SHA
    445eb2a View commit details
    Browse the repository at this point in the history
  4. 🐛 (cherry-pick #3945) fix place where metrics service is scaffolded b…

    …y moving from config/rbac to config/default (#3948)
    
    (cherry-pick #3945) fix place where metrics service is scaffolded by moving from config/rbac to config/default (#3948)
    
    When we discontinued the usage of kube-rbac-proxy we placed the Metrics Service under config/rbac but it is not the best place to fit this resource. Furthermore, within those changes we are ensuring that the metrics service will only be applied if/when users enable the metrics.
    
    * Upgrade sample testdata in the v3x branch
    camilamacedo86 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    01f76cf View commit details
    Browse the repository at this point in the history