Fix Powershell script issue (#12858)
Fix syntax issue of Powershell script, update environment key to KUBECONFIG
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
273f3fa713
commit
d88352b000
+1
-1
@@ -277,7 +277,7 @@ export KUBECONFIG=$KUBECONFIG:config-demo:config-demo-2
|
|||||||
```
|
```
|
||||||
### Windows PowerShell
|
### Windows PowerShell
|
||||||
```shell
|
```shell
|
||||||
$Env:KUBECONFIG_SAVED=(config-demo;config-demo-2)
|
$Env:KUBECONFIG=("config-demo;config-demo-2")
|
||||||
```
|
```
|
||||||
|
|
||||||
In your `config-exercise` directory, enter this command:
|
In your `config-exercise` directory, enter this command:
|
||||||
|
|||||||
Reference in New Issue
Block a user