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
My ingress controler is not starting, when I look at the logs the output is this:
➜ kong_minikube kubectl logs -n kong quickstart-kong-5c855467d6-j68gz -c ingress-controller --follow
time="2023-03-07T20:56:58Z" level=info msg="diagnostics server disabled"
time="2023-03-07T20:56:58Z" level=info msg="starting controller manager" commit=c6ee6c4828881b374925755f48284fb21f46ef8d logger=setup release=2.8.1 repo="https://github.com/Kong/kubernetes-ingress-controller.git"
time="2023-03-07T20:56:58Z" level=info msg="getting enabled options and features" logger=setup
time="2023-03-07T20:56:58Z" level=info msg="getting the kubernetes client configuration" logger=setup
W0307 20:56:58.852979 1 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
time="2023-03-07T20:56:58Z" level=info msg="getting the kong admin api client configuration" logger=setup
Error: unable to build kong api client: creating workspace: HTTP status 409 (message: "UNIQUE violation detected on '{name=\"default\"}'")
Error: unable to build kong api client: creating workspace: HTTP status 409 (message: "UNIQUE violation detected on '{name=\"default\"}'")
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My ingress controler is not starting, when I look at the logs the output is this:
My yaml values look like this
What can I do to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions