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
I get the following trying to run the controller locally
🦄 ❯❯❯ make run
15:38:58 [ .. ] verify go modules dependencies have expected content
all modules verified
15:38:59 [ OK ] go modules dependencies verified
15:38:59 [ .. ] go generate linux_arm64
15:39:03 [ OK ] go generate linux_arm64
15:39:03 [ .. ] go mod tidy
15:39:03 [ OK ] go mod tidy
15:39:03 [ .. ] Generating CRDs with kustomize
15:39:03 [ OK ] Generated CRDs with kustomize
15:39:04 [ .. ] Cleaning up kustomize generated CRDs
15:39:04 [ OK ] Cleaned up kustomize generated CRDs
15:39:04 [ .. ] Running Crossplane locally out-of-cluster . . .
customresourcedefinition.apiextensions.k8s.io/observedobjectcollections.kubernetes.crossplane.io created
customresourcedefinition.apiextensions.k8s.io/providerconfigs.kubernetes.crossplane.io created
customresourcedefinition.apiextensions.k8s.io/providerconfigusages.kubernetes.crossplane.io created
The CustomResourceDefinition "objects.kubernetes.crossplane.io" is invalid:
* spec.conversion.webhookClientConfig.service.name: Required value: service name is required
* spec.conversion.webhookClientConfig.service.namespace: Required value: service namespace is required
make: *** [run] Error 1
What happened?
when running the make target make run it fails since missing required fileds are not in the CRD I have followed the instructions for Developing locally and Running locally
How can we reproduce it?
just run from main.
make
make local-dev
make run
The text was updated successfully, but these errors were encountered:
Let's try to track everything needed to get this local development scenario working again in #249 instead of having 2 separate issues. I'll go ahead and close this one and we'll follow up there. 🙇
I get the following trying to run the controller locally
What happened?
when running the make target make run it fails since missing required fileds are not in the CRD I have followed the instructions for Developing locally and Running locally
How can we reproduce it?
just run from main.
The text was updated successfully, but these errors were encountered: