-
Notifications
You must be signed in to change notification settings - Fork 194
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
error doing tutorial "certificate apiserver-kubelet-client not signed by CA certificate" #54
Comments
I see one error of "Your cgroup does not allow setting memory." It could be that on WSL that memory is equal to that of the Docker Daemon and that is how it is set. See if "-p" for profile will work. -p is optional. --kubernetes-version is not required to run the tutorial, the lastest version should normally work aside from the occasional aging out of a specific version string in a .yaml (I upgraded the ingress yaml recently). |
Thanks. I tried again with 🏃 Updating the running docker "devnation" container ... After the delete, :/mnt/c/kubernetes-tutorial$ minikube start driver=docker -p devnation |
Trying to create an ingress (following the tutorial since external ip address was in pending state), I get a certificate error. error execution phase certs/apiserver-kubelet-client: [certs] certificate apiserver-kubelet-client not signed by CA certificate ca: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "minikubeCA") logs are attached. |
I tried again but got this error
|
When I do a
|
One tricky thing is that we are able to test these materials on Mac and Linux fairly often but we have very few Windows machines to test with. |
I can volunteer to run tests on my machine :) |
On Windows 11,
minikube start --memory=2200mb --cpus=3 --kubernetes-version=v1.18.6 --vm-driver=docker -p devnation
I get the above error. Logs attached.
logs.txt
minikube starts only if I do
/mnt/c/kubernetes-tutorial$ minikube start driver=docker
The text was updated successfully, but these errors were encountered: