-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Argo for container runtime containerd? #2685
Comments
can you add your logs please? |
invalid spec: templates.ciworkflow.steps[0].gerrit-checkout templates.gerrit-checkout.outputs.artifacts.source: k8sapi executor does not support outputs from base image layer. must use emptyDir" namespace=argo-events workflow=ci-build-easy2use-helloworld-via-eiffel-event-kt7t2 ########################## ########################
|
K8s API
Trying pns.
|
containerRuntimeExecutor: pns was working with container runtime containerd without the need of updating the workflows, so now the workflows are working with both docker & containerd! |
Argo version : v2.7.1
I'm using K8S clusters with both container runtimes docker and containerd in worker nodes.
In K8S cluster with docker everything works fine, but having problem running the same workflows in K8S with containerd, but it's not working!
tried with configmap config: containerRuntimeExecutor: k8sapi
but it did not help, any more config required (ex MountPath or similar) ?
The text was updated successfully, but these errors were encountered: