-
Notifications
You must be signed in to change notification settings - Fork 858
Documentation for Sidecar Containers #4171
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
Conversation
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.
Otherwise LGTM
| Feature Name | Gate | Default | Stage | Since | | ||
|----------------------------------------------------------------------------------------------------------------------------|------------------------------------|----------|----------|--------| | ||
| [CountsAndLists](https://github.com/googleforgames/agones/issues/2716) | `CountsAndLists` | Enabled | `Beta` | 1.41.0 | | ||
| [DisableResyncOnSDKServer](https://github.com/googleforgames/agones/issues/3377) | `DisableResyncOnSDKServer` | Enabled | `Stable` | 1.49.0 | | ||
| [Support Passthrough on GKE Autopilot](https://github.com/googleforgames/agones/issues/3721) | `AutopilotPassthroughPort` | Enabled | `Beta` | 1.43.0 | | ||
| [Support for Extended Duration Pods on GKE Autopilot (*1.28+ only*)](https://github.com/googleforgames/agones/issues/3386) | `GKEAutopilotExtendedDurationPods` | Enabled | `Beta` | 1.44.0 | | ||
| [Port Policy None](https://github.com/googleforgames/agones/issues/3804) | `PortPolicyNone` | Enabled | `Beta` | 1.49.0 | | ||
| [Support for Extended Duration Pods on GKE Autopilot (*1.28+ only*)](https://github.com/googleforgames/agones/issues/3386) | `GKEAutopilotExtendedDurationPods` | Enabled | `Beta` | 1.44.0 || [Port Policy None](https://github.com/googleforgames/agones/issues/3804) | `PortPolicyNone` | Enabled | `Beta` | 1.49.0 | |
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 seems to be a missing new line here, might not show in the table
| [Support for Extended Duration Pods on GKE Autopilot (*1.28+ only*)](https://github.com/googleforgames/agones/issues/3386) | `GKEAutopilotExtendedDurationPods` | Enabled | `Beta` | 1.44.0 || [Port Policy None](https://github.com/googleforgames/agones/issues/3804) | `PortPolicyNone` | Enabled | `Beta` | 1.49.0 | | |
| [Support for Extended Duration Pods on GKE Autopilot (*1.28+ only*)](https://github.com/googleforgames/agones/issues/3386) | `GKEAutopilotExtendedDurationPods` | Enabled | `Beta` | 1.44.0 | | |
| [Port Policy None](https://github.com/googleforgames/agones/issues/3804) | `PortPolicyNone` | Enabled | `Beta` | 1.49.0 | |
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.
Well spotted!
Updates to the following documentation to finish sidecar containers work: * Feature gates page. * SDK configuration shutdown docs. * Health Checking. Closes googleforgames#3642
b14a56c
to
d7ab419
Compare
Build Failed 😭 Build Id: ed6fa667-2d3e-477b-80dc-7be26715bb55 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
That's... a new one. |
/gcbrun |
Build Failed 😭 Build Id: fea80eae-2dee-479a-ad65-8a1fd6bb8fd2 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
That looks like what I'd see when the autopilot CNI issue was happening. Could it have come back? |
There we go, passed. No preview though - probably b/c ii reran the failed github action. |
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
What type of PR is this?
/kind documentation
What this PR does / Why we need it:
Updates to the following documentation to finish sidecar containers work:
Which issue(s) this PR fixes:
Closes #3642
Special notes for your reviewer:
N/A