Pod creation failed: unsupported VolumeMount option: subPath: tmp-dir-argo #14224
-
Trying a simple setup with quick start and running a basic cowsay workflow that triggers from an Argo Events github eventsource/sensor. The workflow argo executor fails to create the pod saying subPath is not an option on VolumeMount... This is on OCI OKE virtual node pool cluster, kubernetes 1.31.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok seems like a limitation of Oracle virtual nodes: "Maximum of 1 volume of type emptyDir can currently be defined in the pod spec." Is there a way to consolidate the run volume and the tmp volume?
|
Beta Was this translation helpful? Give feedback.
Ok seems like a limitation of Oracle virtual nodes: "Maximum of 1 volume of type emptyDir can currently be defined in the pod spec."
https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcomparingvirtualwithmanagednodes_topic.htm
Is there a way to consolidate the run volume and the tmp volume?