Kong / kubernetes-ingress-controller

:gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.
https://docs.konghq.com/kubernetes-ingress-controller/
Apache License 2.0
2.16k stars 591 forks source link

chore: add incubator crds to debug skaffold config #6243

Closed czeslavo closed 6 days ago

czeslavo commented 6 days ago

What this PR does / why we need it:

Include incubator CRDs in debug kustomize - it's required when the KongServiceFacade feature gate is on which is the case for the debug config.

Which issue this PR fixes:

Fixes make debug.skaffold in a fresh cluster:

Error: unable to create controller "*configuration.KongUpstreamPolicyReconciler": failed to index KongServiceFacades on annotation konghq.com/upstream-policy: no matches for kind "KongServiceFacade" in version "incubator.ingress-controller.konghq.com/v1alpha1"

Special notes for your reviewer: