-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
kubernetes-dashboard-kong not starting #8765
Comments
This is due to minikube occupying port 8444 by default. It conflicts with kong default configuration. You can disable kong admin UI as it is not required anyway and it will work just fine.
/close |
@floreks: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened?
I try to make a clean install on a kubernetes cluster (minikube), but kong proxy is not starting correctly.
What did you expect to happen?
The instalation of kubernetes dashboard fineshes ok and you can access vía https://localhost:8443/
How can we reproduce it (as minimally and precisely as possible)?
Execute these commands on a clean cluster (minikube):
Anything else we need to know?
This is de log of kubernetes-dashboard-kong pod (
kubectl logs pod/kubernetes-dashboard-kong-64f887fc84-4dmww --namespace kubernetes-dashboard
):What browsers are you seeing the problem on?
No response
Kubernetes Dashboard version
7.1.1
Kubernetes version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version. Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.4", GitCommit:"fa3d7990104d7c1f16943a67f11b154b71f6a132", GitTreeState:"clean", BuildDate:"2023-07-19T12:20:54Z", GoVersion:"go1.20.6", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v5.0.1 Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.4", GitCommit:"fa3d7990104d7c1f16943a67f11b154b71f6a132", GitTreeState:"clean", BuildDate:"2023-07-19T12:14:49Z", GoVersion:"go1.20.6", Compiler:"gc", Platform:"linux/amd64"}
Dev environment
Go:
go version go1.20.7 linux/amd64
Node:
v15.14.0
The text was updated successfully, but these errors were encountered: