kiranchavala commented on issue #7734:
URL: https://github.com/apache/cloudstack/issues/7734#issuecomment-1635361190
@Stanley2911
Looks like the Kubernetes cluster is up and running, and the pods are all up
Please check the node status also
kubectl get nodes
If the node status are in ready status then you can update the database
example
```
root@t2-control-1894e40b616:/home/cloud# kubectl get nodes
NAME STATUS ROLES AGE VERSION
t2-control-1894e40b616 Ready control-plane 22h v1.27.3
t2-node-1894e40ebd8 Ready <none> 22h v1.27.3
```
mysql> use cloud;
Replace the name of the cluster
mysql>update kubernetes_cluster set state="Running" where name=<>
--
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]