Skip to content

Pod creation failed: unsupported VolumeMount option: subPath: tmp-dir-argo #14224

Discussion options

You must be logged in to vote

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?

volumes:
    - emptyDir: {}
      name: var-run-argo
    - emptyDir: {}
      name: tmp-dir-argo

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@repl-thomas-lafreniere
Comment options

Answer selected by repl-thomas-lafreniere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant