Open chumaachike opened 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.
It will not work if you are on Windows. use SET KUBECONFIG=... on Windows.
SET KUBECONFIG=...
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.