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
I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
Running make kustomize command produces an error. Additionally It tries to download kustomize/[email protected] which is 4 years old.
Reproduction script
Running
make kustomize
Produces the following result:
test -s /Users/boris/Projects/kuberay/ray-operator/bin/kustomize || GOBIN=/Users/boris/Projects/kuberay/ray-operator/bin/kustomize/.. go install 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: *** [kustomize] Error 1
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
Running
make kustomize
command produces an error. Additionally It tries to downloadkustomize/[email protected]
which is 4 years old.Reproduction script
Running
Produces the following result:
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: