-
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 Amazon EKS Agones Setup Instructions #372
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 (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Build Succeeded 👏 Build Id: 86bbbdb5-c163-41d9-ba9d-10ac2f013a4f The following development artifacts have been built, and will exist for the next 30 days:
(experimental) To install this version:
|
I signed it! |
install/README.md
Outdated
- name: default | ||
portPolicy: "dynamic" | ||
containerPort: 7654 # ADD THIS | ||
hostPort: 7654 # ADD THIS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need to set the hostPort, when the port policy is dynamic?
Also, you shouldn't have to set it at the pod level either - Agones should take care of that for you -- was there issue without it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I set it since in my case it's portPolicy: "static"
No, I haven't tested it only at the pod level, let me try that now and verify it works.
I signed it! |
CLAs look good, thanks! |
Build Failed 😱 Build Id: 83d20a16-e7c5-4f8f-bbf4-81f68e6f1144 Build Logs
|
Build Succeeded 👏 Build Id: 61a2c8ea-7b1a-4ccf-95b5-ee8a67a4a21c The following development artifacts have been built, and will exist for the next 30 days:
(experimental) To install this version:
|
install/README.md
Outdated
1. [Create EKS Instance](#create-eks-instance) | ||
1. [Ensure VPC CNI 1.2 is Running](#ensure-vpc-cni-12-is-running) | ||
1. [Follow Normal Instructions to Install](#follow-normal-instructions-to-install) | ||
1. [Add HostPort to fleet or gameserver instructions](#add-hostport-to-fleet-or-gameserver-instructions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should go too? 😄
Also, please rebase down to a single commit - and once this header is gone, happy to approve and merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Build Succeeded 👏 Build Id: 5697715c-5920-4fcb-a667-6bc4d0603feb The following development artifacts have been built, and will exist for the next 30 days:
(experimental) To install this version:
|
Build Failed 😱 Build Id: e2e7168d-9091-446d-adf7-32b272e680b0 Build Logs
|
Looks like test flakiness. rerunning. |
Build Succeeded 👏 Build Id: 0cac0be5-9665-450a-ba1f-7c6d684d99a8 The following development artifacts have been built, and will exist for the next 30 days:
(experimental) To install this version:
|
Added basic instructions to get Agones up and running in the EKS networking environment.