-
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
aws: Add ec2:DescribeAvailabilityZones
to the AWS CCM permissions list
#14650
Conversation
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
/retest |
…4650-upstream-release-1.24 Automated cherry pick of #14650: Add `ec2:DescribeAvailabilityZones` to the AWS CCM
@lobziik Seems some other PR merged just before this and a rebase and update of expected files is required. Sorry for the hassle. |
…4650-upstream-release-1.25 Automated cherry pick of #14650: Add `ec2:DescribeAvailabilityZones` to the AWS CCM
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/lgtm cancel |
To workaround the issue with subnets auto-discovery [1] AWS ccm needs to have permission to retrieve information about availability zones (specifically to detect outpost, wavelength, and local zones [2]). [1] kubernetes/cloud-provider-aws#442 [2] kubernetes/cloud-provider-aws#499
Thanks @lobziik! |
/retest |
To workaround the issue with subnets auto-discovery [1] AWS ccm needs to have permission to retrieve information about availability zones (specifically to detect outpost, wavelength, and local zones [2]).
[1] kubernetes/cloud-provider-aws#442
[2] kubernetes/cloud-provider-aws#499
/cc @olemarkus