-
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
Document missing Allocation Service helm variables #3053
Conversation
Build Succeeded 👏 Build Id: b059b993-d4e8-4cf8-98f6-42da2e0806b2 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:
|
@@ -177,14 +177,17 @@ The following tables lists the configurable parameters of the Agones chart and t | |||
| `agones.allocator.replicas` | The number of replicas to run in the deployment | `3` | | |||
| `agones.allocator.service.name` | Service name for the allocator | `agones-allocator` | | |||
| `agones.allocator.service.serviceType` | The [Service Type][service] of the HTTP Service | `LoadBalancer` | | |||
| `agones.allocator.service.http.nodePort`, `agones.allocator.service.grpc.nodePort` | The [NodePort] serves as the external entry point for incoming requests for your app | `30000-32767` | |
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.
Let's not combine the two, but have separate rows for each please.
We should also make clear - This parameter is only used if the ServiceType is set to "NodePort".
Thanks!
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.
These two parameters are added in separate rows. Thanks!
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.
Couple of minor tweaks, and I think this is good to go (but we should also check the preview, just in case)
@@ -177,14 +177,18 @@ The following tables lists the configurable parameters of the Agones chart and t | |||
| `agones.allocator.replicas` | The number of replicas to run in the deployment | `3` | | |||
| `agones.allocator.service.name` | Service name for the allocator | `agones-allocator` | | |||
| `agones.allocator.service.serviceType` | The [Service Type][service] of the HTTP Service | `LoadBalancer` | | |||
| `agones.allocator.service.http.nodePort` | The NodePort parameter is used if the ServiceType is set to "NodePort" and it serves as the external entry point for the incoming requests | `30000-32767` | |
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.
| `agones.allocator.service.http.nodePort` | The NodePort parameter is used if the ServiceType is set to "NodePort" and it serves as the external entry point for the incoming requests | `30000-32767` | | |
| `agones.allocator.service.http.nodePort` | If the ServiceType is set to "NodePort", this is the NodePort that the allocator http service is exposed on. | `30000-32767` | |
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.
Modified it.
| `agones.allocator.service.http.targetPort` | The port that is used by the allocator pod to listen for [REST requests][rest-requests]. Note that the allocator server cannot bind to low numbered ports. | `8443` | | ||
| `agones.allocator.service.grpc.enabled` | If true the [allocator service][allocator] will respond to [gRPC requests][grpc-requests] | `true` | | ||
| `agones.allocator.service.grpc.port` | The port that is exposed externally by the [allocator service][allocator] for [gRPC requests][grpc-requests] | `443` | | ||
| `agones.allocator.service.grpc.portName` | The name of exposed port | `` | | ||
| `agones.allocator.service.grpc.nodePort` | The NodePort parameter is used if the ServiceType is set to "NodePort" and it serves as the external entry point for the incoming requests | `30000-32767` | |
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.
| `agones.allocator.service.grpc.nodePort` | The NodePort parameter is used if the ServiceType is set to "NodePort" and it serves as the external entry point for the incoming requests | `30000-32767` | | |
| `agones.allocator.service.grpc.nodePort` | If the ServiceType is set to "NodePort", this is the NodePort that the allocator gRPC service is exposed on. | `30000-32767` | |
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.
Modified with this description.
Sweet. Will wait on preview and if all looks good approve and merge 👍🏻 |
Build Failed 😱 Build Id: ed6fa5d5-4eda-4997-898b-038783ce3423 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 6a0e87c1-d88c-43b6-9e0a-898bae23aabd 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:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kalaiselvi84, markmandel 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 Succeeded 👏 Build Id: 1f1f1571-9697-4e7d-90b1-c93d17541d4e 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 Succeeded 👏 Build Id: c4f35394-906a-4237-b07c-48ea67dc652f 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:
|
* Document missing Allocation Service helm variable * Document update for allocation service helm variable * changes in the description --------- Co-authored-by: Mark Mandel <markmandel@google.com>
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #2987
Special notes for your reviewer: