Not able to push to registry from within the cluster #757
-
My setup is as follows:
I can push to registry and create deployment like in documentation. All works fine up to that point. Inside the cluster (as a part of the app I'm building) there is Kaniko Pod which is supposed to build images and (in k3d-based development environment) push images to the local registry. The issue I'm having is that Kaniko Pod fails with following error message:
My system is Mac OS.
(I've used this comment and this as a reference for registry and cluster setup) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bartgras , thanks for starting this discussion!
I guess with the change in v5.0.0 your issue should be solved 👍 |
Beta Was this translation helpful? Give feedback.
Hi @bartgras , thanks for starting this discussion!
Two things to mention here:
--registry-use ...
is enough, as it will generate that registries.yaml internally.I guess with the change in v5.0.0 your issue should be solved 👍