Skip to content

Commit

Permalink
Merge pull request #1062 from my-git9/call-offline-build
Browse files Browse the repository at this point in the history
[zh-cn] update offline build script describe
  • Loading branch information
ErikJiang authored Jan 11, 2024
2 parents 8165359 + 13cdad3 commit 812c214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/concepts/theory_of_airgapped_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This chapter explains the theory how the air-gapped packages come from.

With help of Kubespray [script to generate binaries & images list](https://github.com/kubernetes-sigs/kubespray/blob/master/contrib/offline/generate_list.sh),
then we can use [manage-offline-files.sh](https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/offline#manage-offline-files.sh) to download those binaries and images.
At last, Kubean provides an [offline-build.sh](https://github.com/kubean-io/kubean/blob/main/.github/workflows/call-offline-build.yaml) to make them together.
At last, Kubean provides an [call-offline-build.yaml](https://github.com/kubean-io/kubean/blob/main/.github/workflows/call-offline-build.yaml)(Github Action scripts) to make them together.

2. os-packages (deb/rpm)

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/concepts/theory_of_airgapped_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Kubean CI 构建便于在离线环境中安装 Kubernetes 的离线文件。
得益于 Kubespray [生成二进制和镜像列表的脚本](https://github.com/kubernetes-sigs/kubespray/blob/master/contrib/offline/generate_list.sh)
我们可以使用 [manage-offline-files.sh](https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/offline#manage-offline-files.sh)
下载这些二进制文件和镜像。
随后 Kubean 提供了 [offline-build.sh](https://github.com/kubean-io/kubean/blob/main/.github/workflows/call-offline-build.yaml)
随后 Kubean 提供了 [call-offline-build.yaml](https://github.com/kubean-io/kubean/blob/main/.github/workflows/call-offline-build.yaml)(Github Action 脚本)
将所有这些融合于一起。

2. os-packages (deb/rpm)
Expand Down

0 comments on commit 812c214

Please sign in to comment.