mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
A small fix in README files - the --ui-path key was specified using a single hyphen (#2818)
Signed-off-by: Vadim Karyaev <vadim.karyaev@red-soft.ru> Co-authored-by: Vadim Karyaev <vadim.karyaev@red-soft.ru>
This commit is contained in:
parent
3af5e91aa4
commit
5cf79a4adb
|
|
@ -35,7 +35,7 @@ Get the corresponding binary files from the [release](https://github.com/kubesph
|
||||||
```shell
|
```shell
|
||||||
VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh
|
VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh
|
||||||
# run with UI
|
# run with UI
|
||||||
kk web --schema-path schema -ui-path dist
|
kk web --schema-path schema --ui-path dist
|
||||||
```
|
```
|
||||||
> If there is a config.yaml file in the current directory, running `./package.sh config.yaml` to build an offline package.
|
> If there is a config.yaml file in the current directory, running `./package.sh config.yaml` to build an offline package.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ helm upgrade --install --create-namespace -n kubekey-system kubekey config/kubek
|
||||||
```shell
|
```shell
|
||||||
VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh
|
VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh
|
||||||
# run with UI
|
# run with UI
|
||||||
kk web --schema-path schema -ui-path dist
|
kk web --schema-path schema --ui-path dist
|
||||||
```
|
```
|
||||||
> 如果当前目录有config.yaml文件。执行`./package.sh config.yaml`来构建离线包
|
> 如果当前目录有config.yaml文件。执行`./package.sh config.yaml`来构建离线包
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue