-
Notifications
You must be signed in to change notification settings - Fork 813
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
Allow setting a static NodePort for the ping service #3148
Allow setting a static NodePort for the ping service #3148
Conversation
Build Failed 😱 Build Id: 899f9158-29fc-43e2-b915-463277d98e12 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@@ -137,6 +137,7 @@ agones: | |||
expose: true | |||
response: ok | |||
port: 80 | |||
nodePort: 0 # nodePort will be used if the serviceType is set to NodePort |
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.
Going to get this in, then I'll handle this after this is merged.
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.
Sorry, I was offline for a week. Totally missed this.
Build Succeeded 👏 Build Id: 0fbb00db-105f-4092-aa54-69e032a095ff 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:
|
e11f550
to
423bd92
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: towolf, zmerlynn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Failed 😱 Build Id: da6232c5-1ca0-4c32-953a-8979073ddc26 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 Succeeded 👏 Build Id: 7611a708-c123-4f45-a17c-5b55c047b9a6 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:
Similar to the allocator service, which allows setting static nodePorts, we added the same thing to the ping service, which will benefit from having a predictable static NodePort. This is for clusters which do not have access to Service Type: LoadBalancer.