-
Notifications
You must be signed in to change notification settings - Fork 858
Adding missing documentation about: add option for extensions components to use host network and configure ports #3912
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
Adding missing documentation about: add option for extensions components to use host network and configure ports #3912
Conversation
Added `agones.extensions.webhooks.port` & `agones.extensions.hostNetwork` params to helm installation Added topic about using custom CNI plugins with EKS
Build Succeeded 👏 Build Id: 688a961f-ff29-4991-aea3-17e71e073a89 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:
|
@@ -287,6 +287,8 @@ The following tables lists the configurable parameters of the Agones chart and t | |||
| Parameter | Description | Default | | |||
|----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------| | |||
| `agones.extensions.http.port` | Port to use for liveness probe service and metrics | `8080` | | |||
|`agones.extensions.webhooks.port` | Port to use for webhook service | `8081` | | |||
|`agones.extensions.hostNetwork` | Determines if the Agones extensions should operate in hostNetwork mode. If running in hostNetwork mode, you should change `http.port` and `webhooks.port` to an available port. | `false` | |
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.
Two things.
(non blocking question): Should agones.extensions.hostNetwork
go first, since it refers to agones.extensions.webhooks.port
?
Same as above, will need a feature shortcode. The renderer tends to dislike it in a middle of a table, so you will need to duplciate the table and have one that has a publishVersion
and one with an expireyVersion
.
@@ -41,6 +41,12 @@ For Agones to work correctly, we need to allow UDP traffic to pass through to ou | |||
* Select **Inbound Rules** | |||
* **Edit Rules** to add a new **Custom UDP Rule** with a 7000-8000 port range and an appropriate **Source** CIDR range (`0.0.0.0/0` allows all traffic) | |||
|
|||
## Use with custom CNI plugins | |||
|
|||
To ensure compatibility with custom CNI plugins (such as Calico or Cilium), configure extensions application to use `hostNetwork` for proper functionality. |
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.
To ensure compatibility with custom CNI plugins (such as Calico or Cilium), configure extensions application to use `hostNetwork` for proper functionality. | |
To ensure compatibility with custom CNI plugins (such as Calico or [Cilium](https://docs.cilium.io/en/stable/installation/k8s-install-helm/)), configure extensions application to use `hostNetwork` for proper functionality. |
Although, I'd love a way to link to the EKS docs tab, since it specifically references using hostNetwork?
Build Succeeded 👏 Build Id: 57019c4c-093e-481f-b6a8-4dc38ddae2e7 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:
|
/gcbrun |
/gcbrun |
Build Succeeded 👏 Build Id: a501ee49-9699-4480-b071-e908306defd0 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:
|
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.
👍🏻 feature shortcodes look good! Just a few docs improvements and we should be good to go.
Gentle bump on this to see if we can get these changes in? |
Co-authored-by: Mark Mandel <markmandel@google.com>
Co-authored-by: Mark Mandel <markmandel@google.com>
Build Failed 😭 Build Id: 2e280511-8a21-4ed6-a0bf-611f37d496f0 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 🥳 Build Id: af193caa-233b-413a-9ff0-aef9192e5000 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: 3d96a273-8504-49f3-863b-4c2faaaa82e3 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:
|
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.
This needs bit of editing around the feature publishVersion
and feature expiryVersion
. It might be easier to rebase the original commit off of main?
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.
This feature was published in 1.43, so the publish blocks should be removed.
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.
One last update.
@@ -41,6 +41,12 @@ For Agones to work correctly, we need to allow UDP traffic to pass through to ou | |||
* Select **Inbound Rules** | |||
* **Edit Rules** to add a new **Custom UDP Rule** with a 7000-8000 port range and an appropriate **Source** CIDR range (`0.0.0.0/0` allows all traffic) | |||
|
|||
## Use with custom CNI plugins | |||
|
|||
To ensure compatibility with custom CNI plugins (such as Calico or [Cilium](https://docs.cilium.io/en/stable/installation/k8s-install-helm/)), configure extensions application to use `hostNetwork` for proper functionality via the `agones.extensions.hostNetwork` Agones [Helm]({{ ref "something-I-can't-do-off-the-top-of-my-head"}}) variable. Also make sure to set the `agones.extensions.http.port` and the `agones.extensions.webhooks.port` values as well. |
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.
To ensure compatibility with custom CNI plugins (such as Calico or [Cilium](https://docs.cilium.io/en/stable/installation/k8s-install-helm/)), configure extensions application to use `hostNetwork` for proper functionality via the `agones.extensions.hostNetwork` Agones [Helm]({{ ref "something-I-can't-do-off-the-top-of-my-head"}}) variable. Also make sure to set the `agones.extensions.http.port` and the `agones.extensions.webhooks.port` values as well. | |
To ensure compatibility with custom CNI plugins (such as Calico or [Cilium](https://docs.cilium.io/en/stable/installation/k8s-install-helm/)), configure extensions application to use `hostNetwork` for proper functionality via the `agones.extensions.hostNetwork` Agones [Helm]({{ ref "../Install Agones/helm.md"}}) variable. Also make sure to set the `agones.extensions.http.port` and the `agones.extensions.webhooks.port` values as well. |
I haven't tested the updated ref, but it should be something like that.
Build Succeeded 🥳 Build Id: fabc5397-b186-498b-8fab-aba41dbf81c0 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 documentation
What this PR does / Why we need it:
Adding missing documentation about: add option for extensions components to use host network and configure ports
Which issue(s) this PR fixes:
Closes #3911
Special notes for your reviewer: