-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Kubernetes example config is using the old TLS config #4247
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
Comments
May i proceed to work on it? |
It's yours! |
Sorry, my diagnosis was really wrong. I should have paid more attention to the error message. The actual problem is that the image being used by that example seem to be using an older code base, which still didn't have the TLS changes I mentioned earlier. The example has been updated to use the new TLS option. So, the solution really is to use another more recent image, like You'll notice that it will fail due to a command line parameter that has been removed. Just change the |
Hey Juraci |
Hi Juraci Please review #4278 |
The Kubernetes example config is currently using the old squashed TLS configuration, which causes pods to fail with:
Steps to reproduce:
minikube start --vm-driver kvm2 --cpus 6 --memory 20480 --container-runtime=crio --addons=ingress --addons=metrics-server
The text was updated successfully, but these errors were encountered: