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
*OS Ubuntu go version go1.20 linux/amd64 k8s 1.24.9 kustomize v5.0.0
Steps
clone project (clean go and kustomize installs) and run the make install step.
Error
/home/foobar/go/bin/controller-gen "crd:trivialVersions=true,preserveUnknownFields=false" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
F0208 15:13:48.876445 22986 packages.go:59] Failed loading boilerplate: open k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt: no such file or directory
Expected
I expected the CRDs to install on the kubernetes cluster.
The text was updated successfully, but these errors were encountered:
washcycle
changed the title
install crd, can't find resources
make install, can't find resources
Feb 8, 2023
*OS Ubuntu
go version go1.20 linux/amd64
k8s 1.24.9
kustomize v5.0.0
Steps
clone project (clean go and kustomize installs) and run the
make install
step.Error
Expected
I expected the CRDs to install on the kubernetes cluster.
The text was updated successfully, but these errors were encountered: