-
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
GKE Autopilot: Add primary container annotation for game server container #3234
GKE Autopilot: Add primary container annotation for game server container #3234
Conversation
…game server container `autopilot.gke.io/primary-container` is a new annotation that will be supported by Autopilot ~soon that indicates which container resource defaulting should affect. Prior to this if I were to create a GameServer with no resource requests, Autopilot would default-up the sidecar container, as it occurs first. The annotation will be supported in 1.27 ~soon, but this change is safe on all versions (just not useful, necessarily).
Build Succeeded 👏 Build Id: 88b96a82-948e-4a6e-980e-58d3cae29d9b 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: gongmax, roberthbailey, zmerlynn 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 |
Build Succeeded 👏 Build Id: 933f0d35-5bc4-4859-b31f-ffe053d4c845 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:
|
autopilot.gke.io/primary-container
is a new annotation that will be supported by Autopilot ~soon that indicates which container resource defaulting should affect. Prior to this if I were to create a GameServer with no resource requests, Autopilot would default-up the sidecar container, as it occurs first.The annotation will be supported in 1.27 ~soon, but this change is safe on all versions (just not useful, necessarily).