forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 4
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
vpa: Update to VPA v1.1.1 #111
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Vishal Anarse <[email protected]>
Signed-off-by: Vishal Anarse <[email protected]>
(cherry picked from commit b9f636d) Signed-off-by: qianlei.qianl <[email protected]> refactor: move logic to create client to utils/kubernetes pkg - expose `CreateKubeClient` as public function - make `GetKubeConfig` into a private `getKubeConfig` function (can be exposed as a public function in the future if needed) Signed-off-by: vadasambar <[email protected]> fix: CI failing because cloudproviders were not updated to use new autoscaling option fields Signed-off-by: vadasambar <[email protected]> refactor: define errors as constants Signed-off-by: vadasambar <[email protected]> refactor: pass kube client options by value Signed-off-by: vadasambar <[email protected]>
…emplate Implement TemplateNodeInfo for civo cloudprovider
Signed-off-by: Vishal Anarse <[email protected]>
Signed-off-by: Vishal Anarse <[email protected]>
refactor(*): move getKubeClient to utils/kubernetes
fix: alicloud the function NodeGroupForNode return nil
…de-template [civo] Calculate real value for template using node group
Remove *_test.go, models/, examples
+ Update version in README + command
…ache-instance-requirements AWS: cache instance requirements
Fix capacityType label in AWS ManagedNodeGroup
…deprecate Azure: Remove AKS vmType
Update cloudprovider/aws/aws-sdk-go to 1.48.7
Fixes scale down logic.
Update AWS instance list - Dec 2023
Helm: update cluster-autoscaler to 1.28
…age-build Switch to multistage build Dockerfiles for VPA
…d-node-group-count flags Signed-off-by: Prashant Rewar <[email protected]>
Error messages were incorrect regardless of which annotation was failing. Also exposing the underlying parse error so it can actually be fixed.
…builder Add informer argument to the CloudProviders builder.
CA: update master dependencies to k8s v1.30.0-alpha.3, go1.21.8
Delay force refresh by DefaultInterval when OCI GetNodePool call retu…
Bumps golang from 1.22.0 to 1.22.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps golang from 1.22.0 to 1.22.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps golang from 1.22.0 to 1.22.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Update expander options for the AWS cloud provider README
…vertical-pod-autoscaler/pkg/recommender/golang-1.22.1 Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/recommender
…vertical-pod-autoscaler/pkg/admission-controller/golang-1.22.1 Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/admission-controller
…vertical-pod-autoscaler/pkg/updater/golang-1.22.1 Bump golang from 1.22.0 to 1.22.1 in /vertical-pod-autoscaler/pkg/updater
…-1.29-update-compatibility-matrix CA - Add 1.29 to version compatibility matrix
Bump VPA version to 1.1.0
As part of the 1.1.0 release: kubernetes#6388
Bump default VPA version to 1.1.0 in vpa-release-1.1 branch
…pa-updater-npe-to-release-1.1 [vpa-release-1.1] Cherry-pick of kubernetes#6712: Fix NPE in vpa-updater when Pod owner isn't scalable
Bump VPA version to 1.1.1
Bump vpa version to 1.1.1
Vertical Pod Autoscaler release 1.1.1
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Closing as this is now built internally via a patch based pipeline. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to version 1.1.1 of the VPA from upstream: https://github.com/kubernetes/autoscaler/releases/tag/vertical-pod-autoscaler-1.1.1
Since this is a huge PR this is the diff between our VPA version and the upstream 1.1.1 version
https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#compatibility