-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
fix(upup/models/cloudup/resources/addons/coredns.addons.k8s.io) missing resourceVersion #7477
Conversation
…ng resourceVersion Co-authored-by: Thiago Freitas <[email protected]>
Hi @phspagiari. 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. |
/ok-to-test |
/test pull-kops-e2e-kubernetes-aws |
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.
Ran into this today, thanks for the fix @phspagiari!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikesplain, phspagiari 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 |
…ease-1.13 Cherry pick of #7477 onto release-1.13
…ease-1.14 Cherry pick of #7477 onto release-1.14
…k_7477_release-1.14 Cherry pick of kubernetes#7477 onto release-1.14
…k_7477_release-1.13 Cherry pick of kubernetes#7477 onto release-1.13
…k_7477_release-1.13 Cherry pick of kubernetes#7477 onto release-1.13
…k_7477_release-1.14 Cherry pick of kubernetes#7477 onto release-1.14
…k_7477_release-1.13 Cherry pick of kubernetes#7477 onto release-1.13
…k_7477_release-1.14 Cherry pick of kubernetes#7477 onto release-1.14
This PR fixes a protokube error while applying the
coredns
addon. We can see the same behavior (already fixed) on kubeadm using kube-dnsError logs
After fix:
Thanks @deadc ❤️