-
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
Adding DescribeTags to masters #4051
Adding DescribeTags to masters #4051
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
e0a42e0
to
06fda0f
Compare
hi @robinpercy ...CI isn't happy ... i believe you need to update the $ ls tests/integration/update_cluster/{additional_user-data,minimal-cloudformation}
tests/integration/update_cluster/additional_user-data:
cloudformation.json cloudformation.json.extracted.yaml id_rsa.pub in-v1alpha2.yaml
tests/integration/update_cluster/minimal-cloudformation:
cloudformation.json cloudformation.json.extracted.yaml id_rsa.pub in-v1alpha2.yaml to fix the TestMinimalCloudformation and TestAdditionalUserData |
/assign |
06fda0f
to
6a2ded4
Compare
Thanks @gambol99. Not sure how I missed those. |
Works for me :-) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gambol99 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
is this included in kops 1.8.1? I've just updated a cluster with it and my master's role is yet without DescribeTags |
Seems like this didn't make it into the 1.8 releases of kops, based on what I see in that branch. I am adding that privilege manually but I'm not sure if kops will undo my change later if I update the cluster again. |
Looks like it will roll back the change if I update the cluster again with kops 1.8. However, if I update kops to 1.9 it adds the new permissions when I update my cluster. |
/fixes #2681