-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Broken Admin API dependency in 3.x version while 2.x works #10334
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
Labels
Comments
cc @Kong/team-k8s |
Logs from the
No apparent Kubernetes integration issue, just that the guide happens to use it. |
See #8836. |
There is a PR to fix this issue. close it. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is there an existing issue for this?
Kong version (
$ kong version
)3.x
Current Behavior
Please note that everything works in 2.8.2 version of Kong. But, In 3.x version, It breaks with following error message. Kong is used In
DBLess
mode withKong Ingress controller
on k8s. As per KIC doc, there are 2 options ( Ingress/CRD and admin API) to configure, and Ingress/CRD is used for configuring kong.Following is the error log, and it continues with the retry and then go to CrashLoop.
Expected Behavior
This works in 2.8.2 version ( or any 2.x) of Kong even with Latest kubernetes-ingress-controller "2.8.1" . Please see steps to reproduce on reproducing working DBLess with 2.8.2 . We do get the retry error for 4 attempts but then it resolves, and doesn't impact.
Steps To Reproduce
This is reproducible on the fresh Kubernetes cluster with Latest Kong verison. Please note that
plugins#configMaps:
is needed to reproduce, without it everything works just fine.kong-plugin-myheader
plugin as per this kong plugin doc , But Don't install as per the doc, install with following.values_kong_3.yaml
helm install quickstart kong/kong --namespace kong --values values_kong_3.yaml
Working setup ( everything works with custom plugin) in 2.8.x
kong-plugin-myheader
plugin as per this kong plugin doc , But Don't install kong as per the doc, install with following.values_kong_2.yaml
:helm install quickstart kong/kong --namespace kong --values values_kong_2.yaml
Anything else?
The text was updated successfully, but these errors were encountered: