mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Update manifest_and_artifact.md
This commit is contained in:
parent
49324b7c5e
commit
1909236be5
|
|
@ -42,7 +42,7 @@ kk 通过 `kubeconfig` 文件连接对应的 Kubernetes 集群,然后检查出
|
|||
> 注意:
|
||||
> 1. 导出命令会从互联网中下载相应的二进制文件,请确保网络连接正常。
|
||||
> 2. kk 会解析镜像列表中的镜像名,若镜像名中的镜像仓库需要鉴权信息,可在`manifest`文件中的`.registry.auths`字段中进行配置。
|
||||
> 3. 若需要导出的`artifact`文件中包含操作系统依赖文件(如:conntarck、chrony等),可在`operationSystem`元素中的`.repostiory.iso.url`中配置相应的 ISO 依赖文件下载地址。
|
||||
> 3. 若需要导出的`artifact`文件中包含操作系统依赖文件(如:conntarck、chrony等),可在`operationSystem`元素中的`.repository.iso.url`中配置相应的 ISO 依赖文件下载地址。
|
||||
* 导出。
|
||||
```
|
||||
./kk artifact export -m manifest-sample.yaml
|
||||
|
|
@ -78,4 +78,4 @@ kk 通过 `kubeconfig` 文件连接对应的 Kubernetes 集群,然后检查出
|
|||
* 升级集群。
|
||||
```
|
||||
./kk upgrade -f config-sample.yaml -a kubekey-artifact.tar.gz
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue