Update manifest_and_artifact.md

This commit is contained in:
golangdev 2023-01-03 14:03:23 +08:00 committed by GitHub
parent 49324b7c5e
commit 1909236be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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