- We had a GKE cluster running a functional project
- Then we sunseted the entire project -- by deleting it.
- Due to a need, we restored the project
- Now I'm trying to get the GKE cluster running again.
The first thing I tried was running kubectl get pods
which returned Unable to connect to the server: dial tcp ***.***.***.***:443: i/o timeout
(I masked the ip with *
)
Then I tried to open up the cloud shell in the browser, and noticed this message:
WARNING: cluster **** is not RUNNING. The kubernetes API may or may not be available. Check the cluster status for more information.
Ok, that explained why kubectl
was not working. So how do I start the cluster then? That information I can't find anywhere.