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 have some CRD for the Traefik reverse proxy, I wanted them to be bootstraped on cluster creation, but Flux was throwing me the following error:
error: unable to recognize "fe3c25a4-ac24-421f-a1f7-b70506377eae.yaml": no matches for kind "IngressRoute" in version "traefik.containo.us/v1alpha1"
I have deduced that Flux is applying everything within one kubectl apply command (or the internal equivalent of such), as documented in this comment to a kubernetes issue. Is there any workaround possible?
The text was updated successfully, but these errors were encountered:
I have some CRD for the Traefik reverse proxy, I wanted them to be bootstraped on cluster creation, but Flux was throwing me the following error:
I have deduced that Flux is applying everything within one
kubectl apply
command (or the internal equivalent of such), as documented in this comment to a kubernetes issue. Is there any workaround possible?The text was updated successfully, but these errors were encountered: