-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Remove alpha annotation for volume node affinity #61816
Conversation
/ok-to-test |
// and converts it to the NodeAffinity type in core. | ||
// TODO: update when storage node affinity graduates to beta | ||
func GetStorageNodeAffinityFromAnnotation(annotations map[string]string) (*core.NodeAffinity, error) { | ||
if len(annotations) > 0 && annotations[core.AlphaStorageNodeAffinityAnnotation] != "" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core.AlphaStorageNodeAffinityAnnotation should also be removed from types.go (and you'll have to regenerate all the files too...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Did you also run |
@msau42 Yes, but nothing changed |
/lgtm |
return | ||
} | ||
|
||
oldAffinity := oldPV.Spec.NodeAffinity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically this isn't needed because the beta NodeAffinity is immutable. But if we decide in the future to make it mutable, then we won't forget to update this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, I think I can remove this next pr.
Can you change the release note to:
|
/assign @thockin |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, thockin, wackxu 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 |
Automatic merge from submit-queue (batch tested with PRs 54997, 61869, 61816, 61909, 60525). If you want to cherry-pick this change to another branch, please follow the instructions here. |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. remove pvc node affinity update check since beta NodeAffinity is immu… …table **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: xref #61816 (comment) **Special notes for your reviewer**: /assign @msau42 **Release note**: ```release-note NONE ```
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes # #61785
Special notes for your reviewer:
/assign @msau42
Release note: