-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Skaffold deploy does not replace images (even if default-repo and tag-policy are defined) #2481
Comments
@strikeout Is the problem still there if you inline the profile? |
Oh, you are using
|
@strikeout @dgageot is right. Thanks |
Thanks for your input, but I can not use the To quote the homepage, this should be possible:
I have tested the
Would you be so kind as to provide a working example for the Also, I would expect skaffold to work in the way I mentioned in my report, as the runner has all the necessary infos to create and replace image with the proper path: the default-repo, an image-name from skaffold.yml and a tag-policy? |
You are missing the project id in the default-repo parameter.
The result-k8s-deployment.yaml shd be
Skaffold also provides
If you the result pod spec has the right default repo substituted.
|
Expected behavior
skaffold deploy
should take the artifacts from skaffold.yaml and replace the image names (in a kustomize deployment) accordingly when a tag-policy and a default-repo are defined.Example:
Actual behavior
skaffold deploy
outputs the original, unmodified image-tags, eg.Information
The text was updated successfully, but these errors were encountered: