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
kubebuilder is not an actual dependency and is only installed in order
to pull the binary assets required for the envtest package. This change
pulls a controller-runtime script that helps with installing these
assets, independently of kubebuilder. This means that we don't depend on
the latter to release a new version which has pulled updates from
upstream.
This is apparently the recommended method (also how kubebuilder sets up
new projects), see:
- kubernetes-sigs/controller-runtime#1092
- https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v3/Makefile#L17-L21
Signed-off-by: Dimitrios Karagiannis <[email protected]>
0 commit comments