question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error doing tutorial "certificate apiserver-kubelet-client not signed by CA certificate"

See original GitHub issue
error 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,

  1. ran Docker Desktop in Admin mode
  2. opened a windows terminal in administrator mode.
  3. ran wsl
  4. installed minikube for windows
  5. 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.

logs.txt

minikube starts only if I do

/mnt/c/kubernetes-tutorial$ minikube start driver=docker

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
burrsuttercommented, Apr 22, 2022

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.

0reactions
1dropaflamecommented, Apr 22, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found