-
Notifications
You must be signed in to change notification settings - Fork 826
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
fix: ensure fleet autoscaler policy are namespaced #4098
base: main
Are you sure you want to change the base?
fix: ensure fleet autoscaler policy are namespaced #4098
Conversation
/gcbrun |
Build Failed 😭 Build Id: ab15f2ec-5595-4ef5-8530-9eddaa897305 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
b5a6d1a
to
e9a8b98
Compare
/gcbrun |
Build Succeeded 🥳 Build Id: 8f343cff-43c4-4726-90fc-d566ff758fbf 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 bug
What this PR does / Why we need it:
Ensure the fleet autoscaler policy are namespaced, to ensure it's not autoscaling on all namespaces (on fleet with same name but from different namespaces)
Which issue(s) this PR fixes:
Closes #3954
Special notes for your reviewer:
Did some manual tests following the steps described on the issue.
TODO:
syncFleet()
and theupdateFleet()
are also namespaced