From 1909236be5ab381092312260ca590cd48b1d5742 Mon Sep 17 00:00:00 2001 From: golangdev <53565339+fm2022aa@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:03:23 +0800 Subject: [PATCH] Update manifest_and_artifact.md --- docs/zh/manifest_and_artifact.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/manifest_and_artifact.md b/docs/zh/manifest_and_artifact.md index 196a00168..ffb7ed396 100644 --- a/docs/zh/manifest_and_artifact.md +++ b/docs/zh/manifest_and_artifact.md @@ -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 -``` \ No newline at end of file +```