Skip to content

Instantly share code, notes, and snippets.

Command line quote avoid !
kubectl create job busybox --image=busybox -- /bin/sh -c 'echo hello;sleep 30;echo world'
k explain cj.spec.jobTemplate.spec
k get po -A --field-selector=status.phase=Failed