Fix: remote access guide in Chinese doc (#1099)

Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>

Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
This commit is contained in:
qiaozp 2022-12-19 23:15:36 +08:00 committed by GitHub
parent ae1078b612
commit 79e1a88aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
设置 kubeconfig 并列出所有内置的组件定义:
```shell
export KUBECONFIG=$(velad kubeconfig --host)
export KUBECONFIG=~/.kube/velad-config
vela comp
```

View File

@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
设置 kubeconfig 并列出所有内置的组件定义:
```shell
export KUBECONFIG=$(velad kubeconfig --host)
export KUBECONFIG=~/.kube/velad-config
vela comp
```

View File

@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
设置 kubeconfig 并列出所有内置的组件定义:
```shell
export KUBECONFIG=$(velad kubeconfig --host)
export KUBECONFIG=~/.kube/velad-config
vela comp
```