error doing tutorial "certificate apiserver-kubelet-client not signed by CA certificate"
See original GitHub issueerror execution phase certs/apiserver-kubelet-client: [certs] certificate apiserver-kubelet-client not signed by CA certificate ca: crypto/rsa: verification error
To see the stack trace of this error execute with --v=5 or higher
On Windows 11,
- ran Docker Desktop in Admin mode
- opened a windows terminal in administrator mode.
- ran wsl
- installed minikube for windows
- in wsl terminal minikube start --memory=2200mb --cpus=3 --kubernetes-version=v1.18.6 --vm-driver=docker -p devnation
I get the above error. Logs attached.
minikube starts only if I do
/mnt/c/kubernetes-tutorial$ minikube start driver=docker
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
certificate apiserver-kubelet-client not signed by CA ... - GitHub
I am not able to start minikube on GCP vm instance. Here is the error root@i-ao-kubeflow-akash:~# minikube start --vm-driver=none There is a ...
Read more >fix 'certificate apiserver-kubelet-client not signed by CA ...
fix 'certificate apiserver-kubelet-client not signed by CA certificate ca: crypto/rsa: verification error' error during minikube start.
Read more >kubeadm init | Kubernetes
This command initializes a Kubernetes control-plane node. Run this command in order to set up the Kubernetes control plane Synopsis Run this ...
Read more >Certificate signing - Amazon EKS - AWS Documentation
Certificate signing considerations for Kubernetes 1.24 and later clusters · Create a new node. · Run the following command. kubectl get csr -A...
Read more >Secure communication with certificates in AKS hybrid
The API server has a Cluster CA, which signs certificates for one-way ... is signed by the Cluster CA, for communication from the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 😃 It is likely that most people running your tutorials to learn Kubernetes, are on Windows machines.