-
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 #61785
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Comments
I can help fix it |
k8s-github-robot
pushed a commit
that referenced
this issue
Mar 31, 2018
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 <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove alpha annotation for volume node affinity **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**: ```release-note ACTION REQUIRED: Alpha annotation for PersistentVolume node affinity has been removed. Update your PersistentVolumes to use the beta PersistentVolume.nodeAffinity field before upgrading to this release ```
k8s-publishing-bot
added a commit
to kubernetes/api
that referenced
this issue
Apr 6, 2018
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 <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove alpha annotation for volume node affinity **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 # kubernetes/kubernetes#61785 **Special notes for your reviewer**: /assign @msau42 **Release note**: ```release-note ACTION REQUIRED: Alpha annotation for PersistentVolume node affinity has been removed. Update your PersistentVolumes to use the beta PersistentVolume.nodeAffinity field before upgrading to this release ``` Kubernetes-commit: ac8a02f5ede1e0294dd854bd79e17d7956311905
sttts
pushed a commit
to sttts/api
that referenced
this issue
Apr 9, 2018
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 <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove alpha annotation for volume node affinity **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 # kubernetes/kubernetes#61785 **Special notes for your reviewer**: /assign @msau42 **Release note**: ```release-note ACTION REQUIRED: Alpha annotation for PersistentVolume node affinity has been removed. Update your PersistentVolumes to use the beta PersistentVolume.nodeAffinity field before upgrading to this release ``` Kubernetes-commit: ac8a02f5ede1e0294dd854bd79e17d7956311905
Thanks @wackxu ! /close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Is this a BUG REPORT or FEATURE REQUEST?:
@kubernetes/sig-storage-feature-requests
What happened:
It was deprecated in 1.10. Can be removed in 1.11.
The text was updated successfully, but these errors were encountered: