-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to run Kong Gateway Operator (KGO) #1068
Comments
providing more info. Controlplanethe response on the controlplane's readiness probe at
the format of the URI looks wrong Dataplanethe response on the dataplane's readiness probe at which makes sense since the controlplane cannot reach the dataplane on its admin port, and thus configure it. |
Hi @joran-fonjallaz, Due to limitations in We have 2 issues tracking this Kong/gateway-operator#179 and Kong/gateway-operator#140 and a workaround which uses coredns instead: Kong/gateway-operator#179 (comment). |
thank you @pmalek for getting back to me regarding this issue. Switching to CoreDNS is not an option for me. Do you have any idea if this issue will get solved for the native |
I don't believe this is going to change for kube-dns anytime soon. I've created kubernetes/dns#633 to track this feature request. In the meantime I'm going to close this issue as it's already tracked under Kong/gateway-operator#179 and Kong/gateway-operator#140. |
thanks again @pmalek ! So do I understand correctly, you mean that kong as no plan to support GKE for the gateway-operator any time soon ? |
We do want to support GKE but as of now the only option is to use coredns instead of kube-dns. When Kong/gateway-operator#179 gets resolved we'll have a solution for GKE without the mentioned workaround. |
following the official doc, KGO remains in a broken state, where the
controller-manager
fails with an error, and thecontrolplane
anddataplane
deployment get ready.Steps to reproduce. Create a new GKE cluster. No special config.
the
gateway-operator
(containermanager
) throw a few errors such aswith the stack trace
or such messages
the
dataplane
never becomes ready withReadiness probe failed: HTTP probe failed with statuscode: 503
and similarly for the
controlplane
withReadiness probe failed: HTTP probe failed with statuscode: 404
.I've tried also playing with the
values.yaml
, but after a lot of hours, I resolve to asking for help. I don't manage to even make it work by following you doc, and on a fresh GKE cluster.What am I missing ? Any pointer would be greatly appreciated ! Many thanks
The text was updated successfully, but these errors were encountered: