Cannot use any Workflow -> artifact driver test not found #16239
Replies: 2 comments
-
|
I had a look into the workflow and found out that there is an artifactRepositoryRef to an artifactRepository with the name test. But I never configure it. Workflow DeploymentpiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
annotations:
workflows.argoproj.io/last-seen-version: "1330581"
workflows.argoproj.io/pod-name-format: v2
creationTimestamp: "2026-06-09T14:25:06Z"
generateName: hello-
generation: 2
labels:
workflows.argoproj.io/actor: system-serviceaccount-gs2-argo-server
workflows.argoproj.io/completed: "true"
workflows.argoproj.io/creator: system-serviceaccount-gs2-argo-server
workflows.argoproj.io/phase: Error
workflows.argoproj.io/resubmitted-from-workflow: hello-22dvk
name: hello-vn42t
namespace: gs2
resourceVersion: "1330583"
uid: 05bc3edc-ca91-45b1-b6c0-a5f3fe11900f
spec:
arguments: {}
entrypoint: main
templates:
- container:
command:
- echo
- hi
image: alpine:3.20
name: ""
resources: {}
inputs: {}
metadata: {}
name: main
outputs: {}
status:
artifactGCStatus:
notSpecified: true
artifactRepositoryRef:
artifactRepository:
archiveLogs: true
plugin:
configuration: |
bucket: my-bucket
endpoint: minio:9000
insecure: true
accessKeySecret:
name: my-minio-cred
key: accesskey
secretKeySecret:
name: my-minio-cred
key: secretkey
name: test
default: true
conditions:
- status: "True"
type: Completed
finishedAt: "2026-06-09T14:25:06Z"
message: 'error in entry template execution: artifact driver test not found'
nodes:
hello-vn42t:
displayName: hello-vn42t
finishedAt: "2026-06-09T14:25:06Z"
id: hello-vn42t
message: artifact driver test not found
name: hello-vn42t
phase: Error
progress: 0/1
startedAt: "2026-06-09T14:25:06Z"
taskResultSynced: true
templateName: main
templateScope: local/hello-vn42t
type: Pod
phase: Error
progress: 0/1
startedAt: "2026-06-09T14:25:06Z" |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The problem is solved. Argo created a namespace with the name argo and deployed an example. The example was not shown in the dashboard of argo workflows and I never deployed that example. But after I deleted the namespace the workflows runs successfully now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I would like to start using Workflows. Therefore I deployed the latest Helm Chart with minimal settings on a local K3S. Now, I would like to rollout a small workflow. And everytime I get the error
artifact driver test not foundand I don't know where the error message comes from. There was already an Issue (#15203) but the solution doesn't work for me.I hope you can help me.
KR,
BlackRose01
Test Workflow
Manifest of the Test Workflow
values.yaml
ConfigMap
Test Workflow
Beta Was this translation helpful? Give feedback.
All reactions