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

Document missing Allocation Service helm variables #3053

Merged
merged 8 commits into from
Apr 5, 2023

Conversation

Kalaiselvi84
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

/kind cleanup

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #2987

Special notes for your reviewer:

@Kalaiselvi84 Kalaiselvi84 added the kind/cleanup Refactoring code, fixing up documentation, etc label Mar 30, 2023
@Kalaiselvi84 Kalaiselvi84 added this to the 1.31.0 milestone Mar 30, 2023
@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/3053/head:pr_3053 && git checkout pr_3053
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-d17ea14-amd64

@@ -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` |
Copy link
Member

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!

Copy link
Contributor Author

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!

Copy link
Member

@markmandel markmandel left a 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` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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` |

Copy link
Contributor Author

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` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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` |

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modified with this description.

@Kalaiselvi84 Kalaiselvi84 marked this pull request as ready for review March 30, 2023 18:11
@markmandel
Copy link
Member

Sweet. Will wait on preview and if all looks good approve and merge 👍🏻

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: ed6fa5d5-4eda-4997-898b-038783ce3423

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

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/3053/head:pr_3053 && git checkout pr_3053
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-06ea647-amd64

@google-oss-prow
Copy link

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

@markmandel markmandel enabled auto-merge (squash) April 4, 2023 15:02
@google-oss-prow google-oss-prow bot removed the lgtm label Apr 4, 2023
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/3053/head:pr_3053 && git checkout pr_3053
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-58b9bb5-amd64

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/3053/head:pr_3053 && git checkout pr_3053
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.31.0-ca04eb2-amd64

@markmandel markmandel merged commit 6c8d338 into googleforgames:main Apr 5, 2023
Kalaiselvi84 added a commit to Kalaiselvi84/agones that referenced this pull request Apr 11, 2023
* 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>
@Kalaiselvi84 Kalaiselvi84 deleted the issue/275758536 branch March 15, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/cleanup Refactoring code, fixing up documentation, etc size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document missing Allocation Service helm variables.
4 participants