edit command to create config file (#7293)
"touch" is not a windows or power shell command
This commit is contained in:
@@ -137,7 +137,7 @@ re-run install-kubectl.ps1 to install latest binaries
|
|||||||
cd C:\users\yourusername (Or wherever your %HOME% directory is)
|
cd C:\users\yourusername (Or wherever your %HOME% directory is)
|
||||||
mkdir .kube
|
mkdir .kube
|
||||||
cd .kube
|
cd .kube
|
||||||
touch config
|
New-Item config -type file
|
||||||
|
|
||||||
Edit the config file with a text editor of your choice, such as Notepad for example.
|
Edit the config file with a text editor of your choice, such as Notepad for example.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user