-
Notifications
You must be signed in to change notification settings - Fork 817
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
Add Terraform config for Windows clusters #2046
Conversation
Build Succeeded 👏 Build Id: 803b7aed-f613-480b-9fee-e7db1da73da1 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:
|
Build Failed 😱 Build Id: d012cafd-f5c6-4515-ba15-0dc486d2f7f5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
/retest |
Helm upgrade failed:
|
Re-trying to see if the e2e cluster is borked. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jeremyje, 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 |
Build Failed 😱 Build Id: 9c78d447-7a22-439f-bd2a-1aa3fd1ed1f3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: d8074dd1-df80-4f2f-8491-0dfd85097234 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Weird - getting issues with CRD patching. But there's been no updates to CRD for a while. Clearing the helm install and retrying the tests.
|
Build Failed 😱 Build Id: 0ce6062e-7d05-42be-a1b8-0981aabcd8e3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Ah I found it. A Namespace got stuck and a CRD got disconnected from Helm somehow. Cleaning it all up. |
I think this should be good now. Retrying. |
Build Failed 😱 Build Id: 70c0e696-fa6f-4484-9492-ed9a4fbc3791 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
This time it errored out on the sdk conformance tests:
|
Build Failed 😱 Build Id: 6f61f9ca-ecc1-410e-ace0-b093c7bb3c4a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: bd6fcab4-a608-486c-b5be-24ee602e4b38 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 feature
What this PR does / Why we need it:
This enhances the Agones Terraform module to support Windows clusters.
To enable Windows support via Terraform you'll need to use the
windowsInitialNodeCount
and optionally thewindowsMachineType
variables.NOTE: If Windows support is enabled then IP aliasing will be turned on for the cluster as well.
Example HCL module usage:
Which issue(s) this PR fixes:
This is for issue #54.
Special notes for your reviewer:
I'm not sure how this module is used and the expectations. Also is there tests that need to run?