-
Notifications
You must be signed in to change notification settings - Fork 1.8k
make install fails following Quickstart for Go-based Operators #4453
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
Comments
@adambkaplan I was able to recreate the problem. It seems to happen when The workaround I was able to do was:
|
I created a repo with 3 commits showing the 3 steps I've taken to recreate the issue: The third commit: |
We're using
With
|
Looks like the fix was done after the v0.4.1 release kubernetes-sigs/controller-tools#522 |
It will be fixed when we update/align SDK with upstream: WIP #4402 |
@adambkaplan what plugin version are you using (the @camilamacedo86 can you remove the Since this is fixed upstream I'm going to close this issue. |
Actually re-opening this to make sure this is fixed, since you mentioned operator-sdk v1.3 was used. |
/assign @jmrodri |
Uh oh!
There was an error while loading. Please reload this page.
When following the quickstart guide using operator-sdk v1.3 (modified for the operator I'm trying to build), I get the following error from
make install
:I see a file in confg/crc/bases called
operator.shipwright-io_shipwrightbuildren.yaml
instead.Steps to reproduce
make docker-build
andmake docker-push
make install
The text was updated successfully, but these errors were encountered: