Tao Yi
Tao Yi
Closed this and created https://github.com/Kong/kubernetes-ingress-controller/issues/5994 for improving user interface of `configPatches`, since the docs are updated and the interface change may bring breaking changes. Please re-open with comments if you...
@MarkusFlorian79 KIC enables validation on `HTTPRoute` to check if the spec is valid (will not generate invalid Kong configuration) since 2.12. Please check if your KIC version is below 2.12...
@iam-robi From the URL KIC tries to call admin APIs, It looks like KIC is not running in "Gateway Discovery" mode: https://docs.konghq.com/kubernetes-ingress-controller/latest/production/deployment-topologies/gateway-discovery/#main. How did you deploy your KIC and Kong...
The ingress classes becomes inconsistent after https://github.com/Kong/charts/commit/da4889ffde4792cb44ace9e81bfc525313c700c3. We should use the same ingress class: all use `default` (the original value) or all use `kong`.
By reading kubernetes documents related to pod security admission, this could not be fully supported in helm. Using built in PodSecurity Admission Controller need to label the release namespace, but...
@rainest Please check the linter comments on import section of `plugin_test.go` and `kongupstreampolicy_test.go`.
Added manual backport PR: https://github.com/Kong/kubernetes-ingress-controller/pull/6001 CHANGELOGS :-(
This ingress will generate a valid expression when expression router enabled: ``` ((http.path == "/bar") || (http.path ^= "/bar/")) || (http.path ~ "^^/*$") ``` expression router will NOT validate regexes...
Sounds good, I will add this case (while we should be able to validate this after https://github.com/Kong/kubernetes-ingress-controller/issues/5190).
blocked by #6025