-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/cluster-autoscaler] Use labels recommended by Helm #15695
Conversation
Hi @rifelpet. Thanks for your PR. I'm waiting for a helm 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/test-infra repository. |
9ad63ad
to
71756af
Compare
6c561ff
to
76da11a
Compare
/ok-to-test what does an upgrade from previous version look like? are there any special steps needed to deal with the changing labels? |
76da11a
to
5f2b31f
Compare
The deployment's label selector is immutable, so a |
/assign |
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
5f2b31f
to
f30809d
Compare
@yurrriq the conflict has been resolved and the readme updated |
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rifelpet, yurrriq The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'm new to this, but I think we're just waiting on prow to merge at this point.. Thanks, @rifelpet! |
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]> Signed-off-by: Roland Gritzer <[email protected]>
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
See https://helm.sh/docs/chart_best_practices/#standard-labels Since the Deployment's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump. Signed-off-by: Peter Rifel <[email protected]>
What this PR does / why we need it:
Updates the resources in cluster-autoscaler to use standard label keys recommended by helm.
See https://helm.sh/docs/chart_best_practices/#standard-labels
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
Since the Deployment's selector is immutable, this is a breaking change and will require a deletion and recreation of the deployment, hence the major version bump.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/chart]
)