Skip to content
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

Command "make kustomize" doesn't install kustomize #327

Closed
FactorT opened this issue Oct 20, 2022 · 1 comment · Fixed by #328
Closed

Command "make kustomize" doesn't install kustomize #327

FactorT opened this issue Oct 20, 2022 · 1 comment · Fixed by #328

Comments

@FactorT
Copy link
Contributor

FactorT commented Oct 20, 2022

Command "make kustomize" doesn't install kustomize and fall with error:

$make kustomize
go: creating new go.mod: module tmp
Downloading sigs.k8s.io/kustomize/kustomize/v3@v3.8.7
go: sigs.k8s.io/kustomize/kustomize/v3@v3.8.7 (in sigs.k8s.io/kustomize/kustomize/v3@v3.8.7):
        The go.mod file for the module providing named packages contains one or
        more exclude directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.
make: *** [Makefile:105: kustomize] Error 1

This problem is discussed at this thread and fixed from v4@v4.5.2 version of kustomize.

Need to upgrade version in make file.

idanl21 added a commit that referenced this issue Oct 23, 2022
@idanl21
Copy link
Collaborator

idanl21 commented Oct 23, 2022

Fixed under that PR|
#328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants