-
Notifications
You must be signed in to change notification settings - Fork 8.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
replace deprecated topology key in example with current one #8444
Conversation
Signed-off-by: Francisco Robles Martín <[email protected]>
@froblesmartin: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
Welcome @froblesmartin! |
Hi @froblesmartin. 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/test-infra repository. |
Thanks for the contribution @froblesmartin. Seems good to go, but can you provide the link to the deprecation notice (sort of implied by the beta version already) just for explicit reference here. Or can you link to the list of keys... I searched but could not find the page ... maybe I have to lookup api reference ? |
Hi @longwuyuan! Thanks for your fast reply! 😄 Sure, I forgot about that 😅 In the k8s docs you can see it is deprecated: https://kubernetes.io/docs/reference/labels-annotations-taints/#failure-domainbetakubernetesiozone Also the deprecation notice in k8s 1.17 changelog: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.17.md and the PR promoting the new labels: kubernetes/kubernetes#81431 |
Thanks you for the links @froblesmartin . Helps . /lgtm |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, froblesmartin, longwuyuan 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 |
…es#8444) Signed-off-by: Francisco Robles Martín <[email protected]>
Signed-off-by: Francisco Robles Martín [email protected]
What this PR does / why we need it:
Replace the value in an example to not suggest using a deprecated key. (https://kubernetes.io/docs/reference/labels-annotations-taints/#failure-domainbetakubernetesiozone)
Also the deprecation notice in k8s 1.17 changelog: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.17.md and the PR promoting the new labels: kubernetes/kubernetes#81431
Types of changes
How Has This Been Tested?
No need for tests
Checklist: