This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |