-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Even though Scale-up: group
events (https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/core/scale_up.go#L715) should have been triggered as well for the status configMap as shows the log:
Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"test", Name:"cluster-autoscaler-status", UID:"6f9ba031-9377-4984-8a91-a8f6ef363f63", APIVersion:"v1", ResourceVersion:"225776", FieldPath:""}): type: 'Normal' reason: 'ScaledUpGroup' Scale-up: group test/e2e-d6645-w-2 size set to 2
I can always only see/receive one single Scale-up: setting
(https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/core/scale_up.go#L701) event:
kubectl describe configmap cluster-autoscaler-status
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal ScaledUpGroup 50s cluster-autoscaler Scale-up: setting group test/e2e-d6645-w-1 size to 2
Not sure what I'm missing.