Troubleshooting
Delete all pods related to a test plan
$ kubectl delete pods -l testground.plan=dht --grace-period=0 --forceRestart the sidecar
$ kubectl delete pods -l name=testground-sidecar --grace-period=0 --forceReview running, completed, failed pods
$ kubectl get pods -o wideGet logs from a given pod
Get access to the Redis shell
Last updated