kiranchavala commented on issue #11994: URL: https://github.com/apache/cloudstack/issues/11994#issuecomment-3494977701
@amitmvyas Did you enable autoscaling on a kubernetes cluster which is in running state <img width="816" height="617" alt="Image" src="https://github.com/user-attachments/assets/237bb816-fb15-458a-bb0a-6d4d568c6bf5" /> Is the autoscaler pod running in the kubernetes cluster , can you provide the logs from the autoscaler pod ``` k get pods -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system calico-kube-controllers-7bfdc5b57c-nnzm4 1/1 Running 0 2m36s kube-system calico-node-7qxkb 1/1 Running 0 2m32s kube-system calico-node-lh5tk 1/1 Running 0 2m36s kube-system cloud-controller-manager-857cd68cf5-p5tvc 1/1 Running 0 110s kube-system cluster-autoscaler-6d469c6c6-x6f9m 1/1 Running 0 40s ``` Example k logs -f cluster-autoscaler-6d469c6c6-x6f9m -n kube-system -- 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]
