-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Kubebuilder is not listed in prerequisites #3461
Copy link
Copy link
Closed
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Bug Report
Kubebuilder is Tightly coupled in requirements, which is fine but...
kubebuilderis not listed in Prerequisitesmake docker-build ...expects kubebuilder inusr/local/kubebuilderonly otherwise it raises an error, which I don't think is a good idea. User may have kubebuilder anywhere in PATH.What did you do?
make docker-build $IMGWhat did you expect to see?
resolves kubebuilder from
$PATHnot from any Specific Location.What did you see instead? Under which circumstances?
Environment
operator-sdk version: 0.19
go version: 0.14
Kubernetes version information: 1.18
Kubernetes cluster kind: minikube
Are you writing your operator in ansible, helm, or go? go
Possible Solution
Additional context
Add any other context about the problem here.