Andrius:
Hey, i am trying to install kubectl on Windows, I am in right directory, but i dont understand this thins how to do?Configure kubectl to use a remote Kubernetes cluster:
New-Item
config -type file
Andrius:
Hey, i am trying to install kubectl on Windows, I am in right directory, but i dont understand this thins how to do?Configure kubectl to use a remote Kubernetes cluster:
New-Item
config -type file
Ly Quoc Bao:
Hey,
You can follow this document: https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/
Andrius:
Yes i am following these steps. but i stuck on that
Ly Quoc Bao:
Could you please explain more about what steps you are stuck in?
Andrius:
I start the course from Kubernetes absolute begginer, and i am trying to install kubectl
Andrius:
i am following all instructions, but i stuck on number 6
Andrius:
i am in correct directory, and i open folder c:\Windows/system32/.kube
Andrius:
but there is no file there
Ly Quoc Bao:
These are options, you just need to choice one.
Andrius:
but if i install kubectl binary with curl on Windows so enough, so now i can install minikube?
Ly Quoc Bao:
Yup, you can install minikube now for your learning. You can follow this link: https://minikube.sigs.k8s.io/docs/start/
However, please make sure your kubectl tool is working now.
kubectl version
Ly Quoc Bao:
Nevermind, you can install minikube now. Please give me feedback if you have any problem.
Andrius:
the same problem
Ly Quoc Bao:
Try to use this command:
minikube start --no-vtx-check
Andrius:
fix it Thanks for helping