Hey, i am trying to install kubectl on Windows, I am in right directory, but i . . .

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:
https://gyazo.com/cd942921fc9e5bb44452b2eef999003e

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

Andrius:
https://gyazo.com/64f6f32e1c8573b7b313514807abf0ef i did these steps

Andrius:
Should i do these steps also? https://gyazo.com/7bbb01a3872996b90ca189248cd11fd3

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

Andrius:
https://gyazo.com/e029e3aa71861b6d0c40c165288fd4da its failed

Ly Quoc Bao:
Nevermind, you can install minikube now. Please give me feedback if you have any problem.

Andrius:
https://gyazo.com/e14729effea7062c60add5a30a68233e

Andrius:
the same problem

Ly Quoc Bao:
Try to use this command:

minikube start --no-vtx-check

Andrius:
fix it :slightly_smiling_face: Thanks for helping