-
Notifications
You must be signed in to change notification settings - Fork 820
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
Upgrade terraform-aws-eks
to v17.22.0
#2344
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
Build Failed 😱 Build Id: 3b0f8791-b371-42a1-94b4-4dd04a8295a8 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mvlabat, roberthbailey 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 |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: 71ceb303-70ed-4931-b4d0-b991ff3cbee3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😱 Build Id: 755bcb93-5ea4-4902-be43-6d4cf579075b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😱 Build Id: 32314eb1-6b81-41ba-9518-a102cae15646 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@roberthbailey do you believe these fails are caused by my changes? Is there anything I can help with? |
Not your fault. We recently upgraded everything to kubernetes 1.21 and for some reason it's causing all kinds of flakes in our tests. We're digging through it to find the root cause. |
Build Failed 😱 Build Id: 0a96fad3-4b69-42ed-a956-c7a8c7da984a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😱 Build Id: f004ae43-8158-4ca2-9f5c-f92c81ebe150 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Succeeded 👏 Build Id: 2386a2fa-e2fc-4d3a-ad67-4b3f7071f1bb The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Without this change, validation of the EKS example fails on Terraform v1.0.9 with the following error:
(there are 4 more instances of it)
I hope this upgrade doesn't introduce any breaking changes. So far, I've simply got the example to validate successfully.