satishglondhe commented on issue #5976:
URL: https://github.com/apache/cloudstack/issues/5976#issuecomment-1047575485


   I changed the image in deployment with the image you mentioned. Same result: 
Failed to get node infos for groups: Unable to find node in cluster. Following 
is the deployment.
   
   `kubectl describe deployment cluster-autoscaler -n kube-system`
   
   Name:                   cluster-autoscaler
   Namespace:              kube-system
   CreationTimestamp:      Tue, 22 Feb 2022 08:55:48 +0000
   Labels:                 app=cluster-autoscaler
   Annotations:            deployment.kubernetes.io/revision: 3
   Selector:               app=cluster-autoscaler
   Replicas:               1 desired | 1 updated | 1 total | 1 available | 0 
unavailable
   StrategyType:           RollingUpdate
   MinReadySeconds:        0
   RollingUpdateStrategy:  25% max unavailable, 25% max surge
   Pod Template:
     Labels:           app=cluster-autoscaler
     Annotations:      kubectl.kubernetes.io/restartedAt: 2022-02-22T08:59:16Z
                       prometheus.io/port: 8085
                       prometheus.io/scrape: true
     Service Account:  cluster-autoscaler
     Containers:
      cluster-autoscaler:
       Image:      apache/cloudstack-kubernetes-autoscaler:v1.0.0
       Port:       <none>
       Host Port:  <none>
       Command:
         ./cluster-autoscaler
         --v=4
         --stderrthreshold=info
         --cloud-provider=cloudstack
         --cloud-config=/config/cloud-config
         --skip-nodes-with-local-storage=false
         --nodes=1:2:68436724-8ce6-4f7a-b650-0a8982d746f9
       Limits:
         cpu:     100m
         memory:  300Mi
       Requests:
         cpu:        100m
         memory:     300Mi
       Environment:  <none>
       Mounts:
         /config from cloud-config (ro)
     Volumes:
      cloud-config:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  cloudstack-secret
       Optional:    false
   Conditions:
     Type           Status  Reason
     ----           ------  ------
     Available      True    MinimumReplicasAvailable
     Progressing    True    NewReplicaSetAvailable
   OldReplicaSets:  <none>
   NewReplicaSet:   cluster-autoscaler-bc47f77f7 (1/1 replicas created)
   Events:
     Type    Reason             Age    From                   Message
     ----    ------             ----   ----                   -------
     Normal  ScalingReplicaSet  5m51s  deployment-controller  Scaled up replica 
set cluster-autoscaler-bbbf6f87c to 1
     Normal  ScalingReplicaSet  3m45s  deployment-controller  Scaled up replica 
set cluster-autoscaler-79685fd994 to 1
     Normal  ScalingReplicaSet  3m39s  deployment-controller  Scaled down 
replica set cluster-autoscaler-bbbf6f87c to 0
     Normal  ScalingReplicaSet  2m22s  deployment-controller  Scaled up replica 
set cluster-autoscaler-bc47f77f7 to 1
     Normal  ScalingReplicaSet  2m17s  deployment-controller  Scaled down 
replica set cluster-autoscaler-79685fd994 to 0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to