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
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/[email protected]
go: sigs.k8s.io/kustomize/kustomize/[email protected] (in sigs.k8s.io/kustomize/kustomize/[email protected]):
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 [email protected] version of kustomize.
Need to upgrade version in make file.
The text was updated successfully, but these errors were encountered:
Command "make kustomize" doesn't install kustomize and fall with error:
This problem is discussed at this thread and fixed from [email protected] version of kustomize.
Need to upgrade version in make file.
The text was updated successfully, but these errors were encountered: