Skip to content

Commit

Permalink
Merge pull request #1676 from fm2022aa/patch-1
Browse files Browse the repository at this point in the history
Update manifest_and_artifact.md
  • Loading branch information
ks-ci-bot authored Jan 3, 2023
2 parents 49324b7 + 1909236 commit ec903fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/manifest_and_artifact.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -78,4 +78,4 @@ kk 通过 `kubeconfig` 文件连接对应的 Kubernetes 集群,然后检查出
* 升级集群。
```
./kk upgrade -f config-sample.yaml -a kubekey-artifact.tar.gz
```
```

0 comments on commit ec903fe

Please sign in to comment.