You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying this on GCP, I would like to be able to stop my resources when not in use, and restart again when necessary. Unfortunately, after a reboot, the Kubernetes cluster on the app-master VM is unable to fully recover.
A few hours after restarting the VM, many pods are still in a failed state:
The logs for the failed pods have differing reasons for their failure.
Also, I am unable to SSH into the app-master VM using the generated command following deployment. I am, however, able to SSH from my local workstation using gcloud compute ssh.
The text was updated successfully, but these errors were encountered:
Deploying this on GCP, I would like to be able to stop my resources when not in use, and restart again when necessary. Unfortunately, after a reboot, the Kubernetes cluster on the
app-master
VM is unable to fully recover.A few hours after restarting the VM, many pods are still in a failed state:
The logs for the failed pods have differing reasons for their failure.
Also, I am unable to SSH into the app-master VM using the generated command following deployment. I am, however, able to SSH from my local workstation using
gcloud compute ssh
.The text was updated successfully, but these errors were encountered: