You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What kops version are you running? The command kops version, will display
this information.
Client version: 1.28.5 (git-v1.28.5)
2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
Server Version: v1.28.11
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
Configure the cluster-autoscaler managed-addon using expander: priority & (multiple) instancegroups with autoscale: true & autoscalePriority set.
Then run kops update cluster a few times and observe the sort order of the cluster-autoscaler-priority-expanderconfigMap changing on each run.
5. What happened after the commands executed?
The sort order of the instancegroups in the cluster-autoscaler-priority-expanderconfigMap changing which shows updates are required.
6. What did you expect to happen?
The sort order of the instancegroups in the cluster-autoscaler-priority-expanderconfigMap to be consistent.
7. Please provide your cluster manifest. Execute kops get --name my.example.com -o yaml to display your cluster manifest.
You may want to remove your cluster name and other sensitive information.
8. Please run the commands with most verbose logging by adding the -v 10 flag.
Paste the logs into this report, or in a gist and provide the gist link here.
9. Anything else do we need to know?
I also noticed that instanceGroups that have autoscale: false are included in the cluster-autoscaler-priority-expanderconfigMap but IMO they shouldn't be (they are not included in the cluster-autoscalerDeployment as expected).
Removing autoscale: false from the instanceGroup actually removes it from the cluster-autoscaler-priority-expanderconfigMap which is good, however it adds it to the cluster-autoscalerDeployment, which is not good.
So need to tidy up this behaviour too.
The text was updated successfully, but these errors were encountered:
/kind bug
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Client version: 1.28.5 (git-v1.28.5)
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.Server Version: v1.28.11
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
Configure the cluster-autoscaler managed-addon using
expander: priority
& (multiple) instancegroups withautoscale: true
&autoscalePriority
set.Then run
kops update cluster
a few times and observe the sort order of thecluster-autoscaler-priority-expander
configMap
changing on each run.5. What happened after the commands executed?
The sort order of the instancegroups in the
cluster-autoscaler-priority-expander
configMap
changing which shows updates are required.First run (shouldn't have changed this time)
Second run (again still shouldn't have changed)
6. What did you expect to happen?
The sort order of the instancegroups in the
cluster-autoscaler-priority-expander
configMap
to be consistent.7. Please provide your cluster manifest. Execute
kops get --name my.example.com -o yaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
8. Please run the commands with most verbose logging by adding the
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
9. Anything else do we need to know?
I also noticed that instanceGroups that have
autoscale: false
are included in thecluster-autoscaler-priority-expander
configMap
but IMO they shouldn't be (they are not included in thecluster-autoscaler
Deployment
as expected).Removing
autoscale: false
from the instanceGroup actually removes it from thecluster-autoscaler-priority-expander
configMap
which is good, however it adds it to thecluster-autoscaler
Deployment
, which is not good.So need to tidy up this behaviour too.
The text was updated successfully, but these errors were encountered: