You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we execute the program twice, it gives an error because it tries to create the same pod "mount" that was created in the first execution.
We should, re-create the pod or apply only the changes as in: kubectl apply -f pod.yaml (if changes are permitted).
NB: rename the pod from "mount" to "kpod-mount-pvc" to be more explicit
The text was updated successfully, but these errors were encountered:
If we execute the program twice, it gives an error because it tries to create the same pod "mount" that was created in the first execution.
We should, re-create the pod or apply only the changes as in: kubectl apply -f pod.yaml (if changes are permitted).
NB: rename the pod from "mount" to "kpod-mount-pvc" to be more explicit
The text was updated successfully, but these errors were encountered: