-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
kustomize build fails with remote transformer function with kustomize version 4.5.5+ #4958
Comments
@Jell: This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Made a repo with a minimum setup to reproduce the error: https://github.com/Jell/kustomize-issue-4958/blob/main/README.md |
the issue appears to be with remote SSH URLs, and both public and private SSH URLs are affected. |
Thank you for the detailed reproduction! I can reproduce with v4.5.7, but I believe we've already merged a fix for this; kustomize built from current master attempts to pull the container. It looks like a problem we had related to working directories with KRM functions, and indeed checking out a previous revision confirms it was #4654 that fixed it. I'm going to close this since the fix is already in place. We are planning a release soon, hopefully next week. /close |
@KnVerey: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
excellent! 🎉 thank you for the fast reply, looking forward to the next release! cheers |
What happened?
Running:
kustomize build --enable-alpha-plugins .
with this kustomization file:
returns:
when using
kustomize
version 4.5.5, 4.5.6 and 4.5.7, but works on all earlier 4.5.X versionsWhat did you expect to happen?
kustomize build --enable-alpha-plugins .
should work the same with regards to remote transformers as with version
4.5.4
How can we reproduce it (as minimally and precisely as possible)?
Create a kustomization file that points to a remote transformer function
kustomization.yaml:
the URL points to a folder with those two files:
config.yaml
kustomization.yaml:
Checkout: https://github.com/Jell/kustomize-issue-4958 for reproducing the error.
Expected output
same output as with kustomize version 4.5.4
Actual output
Kustomize version
4.5.7
Operating system
Linux
The text was updated successfully, but these errors were encountered: