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
Similar to this issue: #1049, I need k3d to work in an environment without public network access so I'm using K3D_IMAGE_LOADBALANCER and K3D_IMAGE_TOOLS environment variables to override k3d images. The problem is our private repositories need authentication to pull images, and despite running docker login successfully, a subsequent k3d cluster create command will fail to pull these images. Here's a sample error:
ERRO[0001] failed Cluster Creation: error creating loadbalancer: runtime failed to create node 'k3d-test-execution-1-serverlb': failed to create container for node 'k3d-test-execution-1-serverlb': docker failed to pull image 'private-artifactory.com/k3d-proxy:5.7.3': docker failed to pull the image 'private-artifactory.com/k3d-proxy:5.7.3': Error response from daemon: unauthorized: The client does not have permission for manifest
Is there any workaround for this issue? I've been digging online but I'm not seeing anything. It's also a bit confusing with results showing documentation and options for k3d registries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to this issue: #1049, I need k3d to work in an environment without public network access so I'm using
K3D_IMAGE_LOADBALANCER
andK3D_IMAGE_TOOLS
environment variables to override k3d images. The problem is our private repositories need authentication to pull images, and despite runningdocker login
successfully, a subsequentk3d cluster create
command will fail to pull these images. Here's a sample error:Is there any workaround for this issue? I've been digging online but I'm not seeing anything. It's also a bit confusing with results showing documentation and options for k3d registries.
Beta Was this translation helpful? Give feedback.
All reactions