ARGOCDEXTENSION NOT WORKING in 2.10.0 #2515
Closed
AnubhavSabarwal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error:
2024-02-14T17:09:31.291Z INFO setup starting manager
2024-02-14T17:09:31.292Z INFO controller.argocdextension Starting EventSource {"reconciler group": "argoproj.io", "reconciler kind": "ArgoCDExtension", "source": "kind source: /, Kind="}
2024-02-14T17:09:31.292Z INFO controller.argocdextension Starting Controller {"reconciler group": "argoproj.io", "reconciler kind": "ArgoCDExtension"}
I0214 17:09:32.437422 1 request.go:665] Waited for 1.047707899s due to client-side throttling, not priority and fairness, request: GET:https://170.0.0.0:443/apis/node.k8s.io/v1beta1?timeout=32s
2024-02-14T17:09:33.740Z ERROR controller-runtime.source if kind is a CRD, it should be installed before calling Start {"kind": "ArgoCDExtension.argoproj.io", "error": "no matches for kind "ArgoCDExtension" in version "argoproj.io/v1alpha1""}
2024-02-14T17:09:33.740Z ERROR controller.argocdextension Could not wait for Cache to sync {"reconciler group": "argoproj.io", "reconciler kind": "ArgoCDExtension", "error": "failed to wait for argocdextension caches to sync: no matches for kind "ArgoCDExtension" in version "argoproj.io/v1alpha1""}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234
sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).startRunnable.func1
/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/internal.go:696
2024-02-14T17:09:33.740Z ERROR setup problem running manager {"error": "failed to wait for argocdextension caches to sync: no matches for kind "ArgoCDExtension" in version "argoproj.io/v1alpha1""}
Beta Was this translation helpful? Give feedback.
All reactions