fix offline-install

Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
zhuxiujuan28 2024-10-31 18:06:25 +08:00
parent 491f8f210c
commit 1963b163a9
2 changed files with 1 additions and 2 deletions

View File

@ -248,7 +248,6 @@ spec:
# Harbor does not support arm64. This parameter does not need to be configured when deploying in an arm64 environment.
type: harbor
# If you use kk to deploy harbor or other registries that require authentication, you need to set the auths of the corresponding registries. If you use kk to deploy the default docker registry, you do not need to configure the auths parameter.
# Note: If you use kk to deploy harbor, please set the auths parameter after creating the harbor project.
auths:
"dockerhub.kubekey.local":
username: admin # harbor default username

View File

@ -75,7 +75,7 @@ apt install socat conntrack -y
[source,bash]
----
curl -sfL https://get-kk.kubesphere.io | VERSION=v3.1.6 sh -
curl -sSL https://get-kk.kubesphere.io | sh -
----