apiVersion: kuttl.dev/v1beta1 kind: TestStep commands: - command: kubectl run nginx --image=nginx -n test-generate-exec - command: kubectl wait --for=condition=Ready pod/nginx -n test-generate-exec - command: kubectl exec -n test-generate-exec nginx -it -- ls