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

[Bug] make kustomize command is broken in the Ray operator #1357

Closed
1 of 2 tasks
blublinsky opened this issue Aug 22, 2023 · 2 comments
Closed
1 of 2 tasks

[Bug] make kustomize command is broken in the Ray operator #1357

blublinsky opened this issue Aug 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@blublinsky
Copy link
Contributor

Search before asking

  • 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!
@blublinsky blublinsky added the bug Something isn't working label Aug 22, 2023
@shubhscoder
Copy link
Contributor

I realized that #1368 is a duplicate of this one.

@kevin85421
Copy link
Member

This is solved by #1371.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants