400 B
400 B
Troubleshoot Wild Cloud Cluster issues
General Troubleshooting Steps
-
Check Node Status:
kubectl get nodes kubectl describe node <node-name>
-
Check Component Status:
# Check all pods across all namespaces kubectl get pods -A # Look for pods that aren't Running or Ready kubectl get pods -A | grep -v "Running\|Completed"