-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
--- | ||
name: 构建Kubernetes集群镜像 | ||
about: 根据分支目录构建集群镜像并推送到镜像仓库 | ||
title: '【Auto-build】kubernetes' | ||
title: '【AIO】kubernetes' | ||
assignees: '' | ||
|
||
--- | ||
|
||
``` | ||
Usage: | ||
/kube [sealosVersion] # all images for containerd, cri-o, docker | ||
/containerd [sealosVersion] # all images for containerd | ||
/cri-o [sealosVersion] # all images for cri-o | ||
/docker [sealosVersion] # all images for docker | ||
/single_part4 [sealosVersion] # all images for containerd, cri-o, docker with part4 | ||
/single_containerd_part4 [sealosVersion] # all images for containerd with part4 | ||
/single_cri-o_part4 [sealosVersion] # all images for cri-o with part4 | ||
/single_docker_part4 [sealosVersion] # all images for docker with part4 | ||
/kube [sealosVersion] # all images for containerd, cri-o, docker and k3s(v1.24+) | ||
Example: | ||
/kube 4.1.5 | ||
/containerd 4.1.5 | ||
/cri-o 4.1.5 | ||
/docker 4.1.5 | ||
/single_part4 4.1.5 | ||
/single_containerd_part4 4.1.5 | ||
/single_cri-o_part4 4.1.5 | ||
/single_docker_part4 4.1.5 | ||
/kube 4.4.1 # Image tags such as v1.28.0 | ||
/kube 4.4.0-alpha1 # Image tags such as v1.28-latest | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters