-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Allow name of cluster-autoscaler status ConfigMap to be specificed #3888
Conversation
This allows us to run two instances of cluster-autoscaler in our cluster, targeting two different types of autoscaling groups that require different command-line settings to be passed.
Welcome @mrak! |
/assign @feiskyer |
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 seems reasonable to me, i think it would be worthwhile to update the parameter list in the faq as well.
Do you foresee this causing any issues with the cluster-wide portion of the configmap status?
looking around the code, i don't think this change will negatively impact the configmap status. but i'm not sure i get what you mean by "cluster-wide portion". iiuc each autoscaler will write its own status to the configmap, which sounds like what you want for your topology.
I'll see about updating the FAQ. I meant the
|
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 seems reasonable to me
/lgtm
/assign @feiskyer |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elmiko, mrak, mwielgus 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 |
Adds
--status-config-map-name
, which defaults to the original value ofcluster-autoscaler-status
.This allows us to run two instances of cluster-autoscaler in our cluster, targeting two different types of autoscaling groups that require different command-line settings to be passed.
Do you foresee this causing any issues with the cluster-wide portion of the configmap status?