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
kubectl get deploy -n ocm-system
NAME READY UP-TO-DATE AVAILABLE AGE
ocm-controller 0/1 1 0 61s
registry 1/1 1 1 58s
unpacker-controller 1/1 1 1 2m6s
# pod logs of ocm-controller
2024-03-06T15:50:48Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": ":8080"}
2024-03-06T15:50:48Z ERROR setup unable to create controller {"controller": "FluxDeployer", "error": "failed setting index fields: no matches for kind \"FluxDeployer\" in version \"delivery.ocm.software/v1alpha1\""}
main.setupManagers
/home/runner/work/ocm-controller/ocm-controller/main.go:265
main.main
/home/runner/work/ocm-controller/ocm-controller/main.go:135
runtime.main
/opt/hostedtoolcache/go/1.21.4/x64/src/runtime/proc.go:267
After following https://github.com/open-component-model/ocm-examples/tree/main/kubernetes/podify-walkthrough I was able with additional manual steps to deploy ocm-controller on my local kind cluster.
Is the following CRD missing at
kubernetes/podify-walkthrough/platform/ocm
which I found in https://github.com/open-component-model/demo-secure-delivery/blob/main/00-setup-demo/manifests/ocm.yaml ?The text was updated successfully, but these errors were encountered: