Kubernetes Tips
kubectl get pods -n (namespace) | grep -v Running | grep -v Completed – This will get a list of pods in […]
Just a bunch of random stuff
Just a bunch of random stuff
kubectl get pods -n (namespace) | grep -v Running | grep -v Completed – This will get a list of pods in […]