Skip to content
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

Merged
merged 3 commits into from
Oct 30, 2021

Conversation

vladbat00
Copy link
Contributor

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:

╷
│ Error: Error in function call
│
│   on .terraform/modules/eks_cluster.eks/outputs.tf line 3, in output "cluster_id":
│    3:   value       = element(concat(aws_eks_cluster.this.*.id, list("")), 0)
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to write a literal list.
╵

(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.

@google-cla
Copy link

google-cla bot commented Oct 28, 2021

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 @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@vladbat00
Copy link
Contributor Author

@googlebot I signed it!

@google-cla google-cla bot added cla: yes and removed cla: no labels Oct 28, 2021
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 3b0f8791-b371-42a1-94b4-4dd04a8295a8

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@google-oss-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 71ceb303-70ed-4931-b4d0-b991ff3cbee3

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

--- FAIL: TestPlayerConnectAndDisconnect (97.96s)
    gameserver_test.go:1069: Could not message GameServer: read udp 192.168.10.2:36309->35.197.104.56:7379: i/o timeout

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 755bcb93-5ea4-4902-be43-6d4cf579075b

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

--- FAIL: TestFleetAutoscalerTLSWebhook (332.26s)
    framework.go:757: 
        	Error Trace:	framework.go:757
        	            				framework.go:315
        	            				framework.go:285
        	            				fleetautoscaler_test.go:708
        	Error:      	Received unexpected error:
        	            	won't be able to find any events of namespace 'default' in namespace '1635527383'
        	Test:       	TestFleetAutoscalerTLSWebhook

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 32314eb1-6b81-41ba-9518-a102cae15646

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@vladbat00
Copy link
Contributor Author

@roberthbailey do you believe these fails are caused by my changes? Is there anything I can help with?

@markmandel
Copy link
Member

@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.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 0a96fad3-4b69-42ed-a956-c7a8c7da984a

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

--- FAIL: TestGameServerReadyAllocateReady (17.79s)
    gameserver_test.go:510: 
        	Error Trace:	gameserver_test.go:510
        	Error:      	Received unexpected error:
        	            	read udp 192.168.10.6:33624->35.227.187.145:7069: read: connection refused
        	            	could not read response from the GameServer
        	            	agones.dev/agones/test/e2e/framework.SendUDP
        	            		/go/src/agones.dev/agones/test/e2e/framework/framework.go:530
        	            	agones.dev/agones/test/e2e/framework.SendGameServerUDPToPort
        	            		/go/src/agones.dev/agones/test/e2e/framework/framework.go:496
        	            	agones.dev/agones/test/e2e/framework.SendGameServerUDP
        	            		/go/src/agones.dev/agones/test/e2e/framework/framework.go:477
        	            	agones.dev/agones/test/e2e.TestGameServerReadyAllocateReady
        	            		/go/src/agones.dev/agones/test/e2e/gameserver_test.go:509
        	            	testing.tRunner
        	            		/usr/local/go/src/testing/testing.go:1259
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1581
        	Test:       	TestGameServerReadyAllocateReady
        	Messages:   	Could not message GameServer

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f004ae43-8158-4ca2-9f5c-f92c81ebe150

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

--- FAIL: TestGameServerReserve (47.60s)
    gameserver_test.go:626: 
        	Error Trace:	gameserver_test.go:626
        	Error:      	Could not message GameServer
        	Test:       	TestGameServerReserve
        	Messages:   	could not read response from the GameServer: read udp 192.168.10.7:41539->35.227.187.145:7924: i/o timeout

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2344/head:pr_2344 && git checkout pr_2344
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.19.0-df0a2fd

@roberthbailey roberthbailey merged commit ee90c38 into googleforgames:main Oct 30, 2021
@vladbat00 vladbat00 deleted the patch-2 branch October 30, 2021 08:32
@roberthbailey roberthbailey added this to the 1.19.0 milestone Nov 1, 2021
@SaitejaTamma SaitejaTamma added the kind/bug These are bugs. label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants