-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Make install target is broken because try to install the kustomize when it is installed already #5875
Comments
@camilamacedo86: The label(s) 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. |
c/c @ryantking |
This seems like the make target for installing kustomize just needs to be changed to this simple bash expression:
In case it helps see before/after:
|
TODO: do we need to bump kubebuilder to get this? |
Still need to bump kubebuilder it seems, we updated to 3.5.0, which i assume doesnt have this change @camilamacedo86 ? |
@asmacdo we can check that the change was made in the PR linked: kubernetes-sigs/kubebuilder#2774 Therefore, we can see that it is only in master and that we do have not an update here on the SDK side, see the SDK testdata samples: operator-sdk/testdata/go/v3/memcached-operator/Makefile Lines 169 to 173 in 87cdc50
We can do that now by updating the master commit OR we can wait for the next KB release. Indeed we do many times bump using the commits. Would you like to do this one? If yes, please feel free to do the bump and I can help with the reviews. |
Sorted out. |
Bug Report
What did you do?
call make install twice
What did you expect to see?
Not fail and just install the kustomize if that is not installed already
What did you see instead? Under which circumstances?
The following error in the second time because the bin is in the dir already
Environment
Operator type:
/language go
/language ansible
/language helm
$ operator-sdk version
master
The text was updated successfully, but these errors were encountered: