Cluster information:
Kubernetes version: Master: 1.14.10-gke.50 Nodes: 1.11.9-gke.13
Cloud being used: GKE
Installation method: Google Cloud
Host OS: Google Container Optimized OS
Hi everyone,
Yesterday in the Google Cloud GKE panel appeared the following message above my production cluster details:
Cluster problem detected. Please refer to this page to fix this.
I can access the general details of the cluster but I can’t access the PVs and Nodes information.
Commands like
kubectl get nodes
kubectl get pv
kubectl get pvc
kubectl get pods
work and return the correct data.
Also if I try to do any kind of node pool operation with gcloud I get the following error:
ERROR: (gcloud.container.node-pools.create) ResponseError: code=400, message=Cluster is currently being created, deleted, updated or repaired and cannot be updated.
I’ve followed every step on that page but the problem continues, and I don’t know what to do now.
Any ideas about what is causing the issue?
Thanks