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
Can run example argo submit --serviceaccount argo artifact-passing.yaml
I hit hostPath problem as in this issue #1272 .
Then I configured ContainerRuntimeExecutor: kubelet and bound service account to cluster role which can do hostmount-anyuid.
Then I got this error
status:
finishedAt: "2019-09-30T08:59:57Z"
message: 'invalid spec: templates.whalesay.outputs.artifacts.hello-art: kubelet
executor does not support outputs from base image layer. must use emptyDir'
phase: Failed
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
@jessesuen@sarabala1979 and other leads, I suppose we need more documentation around this. I couldn't find a lot of information about the executor types in the docs and ended up fishing for that comment in the issues.
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
Can run example
argo submit --serviceaccount argo artifact-passing.yaml
I hit hostPath problem as in this issue #1272 .
Then I configured
ContainerRuntimeExecutor: kubelet
and bound service account to cluster role which can dohostmount-anyuid
.Then I got this error
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: