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:
parent
ae1078b612
commit
79e1a88aa5
|
@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
|
||||||
设置 kubeconfig 并列出所有内置的组件定义:
|
设置 kubeconfig 并列出所有内置的组件定义:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export KUBECONFIG=$(velad kubeconfig --host)
|
export KUBECONFIG=~/.kube/velad-config
|
||||||
vela comp
|
vela comp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
|
||||||
设置 kubeconfig 并列出所有内置的组件定义:
|
设置 kubeconfig 并列出所有内置的组件定义:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export KUBECONFIG=$(velad kubeconfig --host)
|
export KUBECONFIG=~/.kube/velad-config
|
||||||
vela comp
|
vela comp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -392,7 +392,7 @@ curl -fsSl https://static.kubevela.net/script/install.sh | bash
|
||||||
设置 kubeconfig 并列出所有内置的组件定义:
|
设置 kubeconfig 并列出所有内置的组件定义:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export KUBECONFIG=$(velad kubeconfig --host)
|
export KUBECONFIG=~/.kube/velad-config
|
||||||
vela comp
|
vela comp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue