-
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 go/v3 the default plugin #4307
*: make go/v3 the default plugin #4307
Conversation
Waiting on kubernetes-sigs/kubebuilder#1882 /hold |
29cbd64
to
fa190d8
Compare
/hold cancel |
Blocked by #4315 |
HHi @estroz, It fails with the error:
So, we might need to check if we have not an issue with the makefile target. The kb tests might install it globally and did not get it. |
incompatible with projects created by go/v2. You are not required to upgrade | ||
and your go/v2 project will continue to work with new operator-sdk versions. | ||
If you wish to upgrade, check out the upstream | ||
[migration guide](https://master.book.kubebuilder.io/migration/plugin/plugins.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO we need to add here to update the layout from layout: go.kubebuilder.io/v2
to layout: go.kubebuilder.io/v3-alpha
Then, I think would be better the kb link at the end for users are able to look for further info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather defer completely to upstream docs for this migration, since you may have to make some other changes before upgrading your project config file's layout
key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just add a few nits. We might want to wait for v3 stable in the kb as well before gets it merged.
However, /lgtm
fa190d8
to
0490ff0
Compare
@camilamacedo86 the problem is |
0490ff0
to
59bba07
Compare
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
Signed-off-by: rearl <rearl@secureworks.com>
Description of the change:
Motivation for the change: now that go/v3 is stable, it can be the default plugin. This is not a breaking change because go/v2 is still supported.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs