The following example POD fails to run with Raksh ```apiVersion: v1 kind: Pod metadata: name: test namespace: default spec: containers: - image: ubuntu:18.04 name: "test" command: - sleep - 10000 ```
The following example POD fails to run with Raksh