Skip to main content

Troubleshoot Kubernetes

Use this section to resolve common issues with E2E Kubernetes clusters - both portal/cluster-level problems and in-cluster workload problems.


Cluster and Portal Issues

SymptomLikely cause and fix
Cluster creation fails or hangsA security group missing TCP 6443 / UDP 8472, insufficient credits, or a temporarily unavailable plan. Check the attached security group and your credit balance, then retry.
kubectl cannot connectThe attached security group must allow TCP port 6443. Confirm the kubeconfig is current - see Connect to a Cluster.
Kubernetes option not offered in a regionKubernetes is not available in the Mumbai location. Use a supported region.
Master plan upgrade is disabled or blockedThe cluster must be Running, not Creating/Terminating, and you must have enough credits. Only higher-tier plans in the same series are offered. See Actions.
Cannot delete a worker nodeYou cannot go below the pool minimum (2 for compute, 1 for GPU). Delete the whole pool instead. See Node Pools.
SSL certificate about to expireRenew from the Cluster Details tab, or let it auto-renew.
A tab shows "please wait"The cluster is Creating or Upgrading Master. Most tabs become usable once it is Running.

Workload Issues

In-cluster workload problems and their fixes:

IssueGuide
Pods crash and restart repeatedlyCrashLoopBackOff
Image cannot be pulledImagePullBackOff
A node shows NotReadyNode Not Ready
Pods killed for memoryOOMKilled
Pods stay Pending / cannot schedulePod Unschedulable
PVC stuck in PendingPVC Pending
Istio resources not creatingIstio Not Creating

ResourceUse it for
Manage KubernetesThe full management surface.
Connect to a Clusterkubeconfig and access.
Kubernetes GuidesIn-cluster how-to guides.
Last updated on June 24, 2026.