ContainerMode kubernetes and private docker registrys fail to pull image #1658
Unanswered
robmaxwellirl
asked this question in
Questions
Replies: 1 comment 1 reply
-
Did you ever solve this? I have the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I'm using ARC with a Runner Deployment for containers with different labels, when trying to pull containers from a private registry with it, it's failing with ImagePullBackOff.
This is running off a VMWare Tanzu cluster, and I've obfuscated away any private information below.
When I switch up the actions YAML to point to a github hosted (ubuntu-latest) runner it works fine.
The RunnerDeployment looks like
The actions YAML
The resultant output of the workflow pod.
Any help will be greatly appreciated here.
Beta Was this translation helpful? Give feedback.
All reactions