-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.
Description
Hi,
we have little problem with kubebuilder which using go install for installation of setup-envtest in latest version.
Using latest version creates unexpected problems with synchronization between developers.
It is possible little optimize and use branch name for installation the same minor version, but if we want to use really the same version, it isn't possible.
Main problem is with go install which requires own tag for every submodule.
go install sigs.k8s.io/controller-runtime/tools/[email protected]
go: sigs.k8s.io/controller-runtime/tools/[email protected]: module sigs.k8s.io/[email protected] found, but does not contain package sigs.k8s.io/controller-runtime/tools/setup-envtestIs possible start doing proper version for multimodule repository where tag contains path to submodule too?
Ideally if you create release v0.16.4, you will create tag tools/setup-envtest/v0.16.4 too.
go install github.com/lukas016/controller-runtime/tools/setup-envtest@tools/setup-envtest/v0.16.3
go: finding module for package sigs.k8s.io/controller-runtime/tools/setup-envtest/remote
go: finding module for package sigs.k8s.io/controller-runtime/tools/setup-envtest/workflows
...Y0sh1dk, pmalek, Yesphet, kromol and DonaldKellett
Metadata
Metadata
Assignees
Labels
kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.