-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Finalize VPA release 1.3.0. #7773
Finalize VPA release 1.3.0. #7773
Conversation
…ns-fixes Tweaks to VPA release instructions.
…zure_manager_test.go (kubernetes#7735) * test: clean up environments properly before/after each unit test in azure_manager_test.go * test: use testing.Cleanup() to ensure loadEnv()
…provider feat(chart): Add support for civo provider
…s#7750) * fix: undefined instance state on provisioning state failed * test: add unit tests for provisioning state failed + fast delete * test: support both fast/not fast delete on an affected test
…when_only_provisioning_requests_processing_is_productive Improve frequent loops when only one of activities is productive
…equest_processing_even_if_all_pods_are_young Enforce provisioning requests processing even if all pods are new
VPA: Generate API docs
…bernetes#7761) * fix: move leader elect flag binding above InitFlags() * Revert kubernetes#7233 kubernetes#7233 broke `--leader-elect` flag by introducing `--lease-resource-name` that is redundant with `--leader-elect-resource-name` * fix: move leader election flag binding above flag parsing which happens in kube_flag.InitFlags() --------- Co-authored-by: Daniel Kłobuszewski <danielmk@google.com>
…ader-election-flags docs: add comment to prevent leader-election flag binding to be moved after flag parsing
Fix RELEASE.md VPA deployment command line.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jm-franc The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @jm-franc. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Updates docs, deployments, scripts for the VPA 1.3.0 release.
#7731
Marks VPA 1.3.0 as compatible with Kubernetes 1.28+ (verified by running
"hack/run-e2e-tests.sh full-vpa" with GKE 1.28.15-gke.1342000).