-
Notifications
You must be signed in to change notification settings - Fork 823
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
Support topologySpreadConstraints #3591
Conversation
Build Succeeded 👏 Build Id: f0474944-9fe5-4515-a30a-2459f6a00dbb 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:
|
I am getting |
Build Failed 😱 Build Id: 9479fb3c-2620-4e1c-bed4-be05ce01f107 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: c2ee307d-0d78-45fc-a5b1-368377544f99 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 7b2298c1-c452-46c8-b614-2f1eb802d76e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 61b8fd34-2aaa-4324-8889-158cc9d23644 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
E2E test steps failed:
|
Build Failed 😱 Build Id: 7f5a4617-f1d4-4e08-a5ea-8f3a02f32a2b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 6e36e421-104b-4bc3-8363-e38f35d41df5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
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.
You also need to add the config to ping, i.e. install/helm/agons/templates/ping.yaml
Build Failed 😱 Build Id: 44eea455-f6a8-47f9-9d33-1456ba013529 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: a9e98a4a-fc56-4e42-a49d-351338f73ace 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.
Almost there - will also need updates to the docs in https://agones.dev/site/docs/installation/install-agones/helm/ with feature
shortcodes please.
Build Succeeded 👏 Build Id: 1c9765e3-3256-4816-a3dc-91e08b42f60b 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: 332bb8a4-ab7d-4cbe-aee0-21a8e8884ab3 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: 1a486597-5896-48a9-9bf2-bb2f985d6a89 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 Failed 😱 Build Id: ce816ed0-f88d-4c00-b400-97114e4e4eec To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@@ -60,6 +60,10 @@ spec: | |||
release: {{ .Release.Name }} | |||
heritage: {{ .Release.Service }} | |||
spec: | |||
{{- if .Values.agones.controller.topologySpreadConstraints }} | |||
topologySpreadConstraints: | |||
{{- toYaml .Values.agones.controller.topologySpreadConstraints.constraints | nindent 8 }} |
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 can be simplified as {{- toYaml .Values.agones.controller.topologySpreadConstraints| nindent 8 }}
, same for other components.
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.
Included it to make the values as an array, otherwise CI will complain:
"e2e-feature-gates": Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.topologySpreadConstraints): invalid type for io.k8s.api.core.v1.PodSpec.topologySpreadConstraints: got "map", expected "array"
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.
Disabling auto merge in case you want to discuss further @gongmax
This flake again - generic-1.27:
|
install.yaml file is missing 🤔 |
Build Succeeded 👏 Build Id: 843e0337-c5b0-4b1f-9cee-3684a8512b0c 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:
|
I am silly; sorry for the confusion. There were no changes made to the |
Build Succeeded 👏 Build Id: c852707b-c335-4af5-a260-ace3b4273578 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?
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #3533
Special notes for your reviewer: