mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix offline-install
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
parent
491f8f210c
commit
1963b163a9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -
|
||||
----
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue