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:
Vadim Karyaev 2025-10-21 04:44:51 +03:00 committed by GitHub
parent 3af5e91aa4
commit 5cf79a4adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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`来构建离线包