NorhanKhaled / SkillsAcademy-CAD

12 stars 4 forks source link

Can't configure kubernetes on powershell #79

Open chumaachike opened 4 years ago

chumaachike commented 4 years ago

I'm trying to set up my kubernetes environment and I'm following the steps on IBM support but when I try to run this code "export KUBECONFIG=$(mktemp).yaml" it says export is not a valid cmdlet code inspite of the fact that I specified a directory.

KTRDeveloper commented 4 years ago

It will not work if you are on Windows. use SET KUBECONFIG=... on Windows.