The pod is still created even though there is an error raised. Maybe there should be an information for whether the pod creation is successful #21411
yunmingyang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use podman play kube {kubePodYaml} to create a podman pod. There is a unsupport volume(downwardAPI) in the yaml file. Then when running the command, there will be an error raised like "Error: failed to create volume "kube-api-access-nxpbr": HostPath and PersistentVolumeClaim are currently the only supported VolumeSource", but no information about the pod creation. After the command, use podman pod ps to check, the pod is created.
Beta Was this translation helpful? Give feedback.
All reactions