Skip to content

Commit 8845eb4

Browse files
committed
CKS: update doc of creating ISO
1 parent 499f3a9 commit 8845eb4

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,26 +61,36 @@ Eg: To generate the latest kubernetes iso
6161

6262
.. parsed-literal::
6363
64-
1.27.2, kubernetes version, see https://github.com/kubernetes/kubernetes/releases
65-
1.3.0, CNI version, see https://github.com/containernetworking/plugins/releases
66-
1.27.0, cri-tools version, see https://github.com/kubernetes-sigs/cri-tools/releases
67-
1.11, weave addon for kubernetes, see https://github.com/weaveworks/weave/tree/master/prog/weave-kube
68-
2.7.0, kubernetes dashboard version, see https://github.com/kubernetes/dashboard/release
64+
1.30.1, kubernetes version, see https://github.com/kubernetes/kubernetes/releases
65+
1.5.0, CNI version, see https://github.com/containernetworking/plugins/releases
66+
1.30.0, cri-tools version, see https://github.com/kubernetes-sigs/cri-tools/releases
67+
3.28.0, CNI addon for kubernetes, see https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml
68+
2.7.0, kubernetes dashboard version, see https://github.com/kubernetes/dashboard/releases
6969
7070
Usage:
7171

72-
.. parsed-literal::
72+
::
7373

74-
# ./create-kubernetes-binaries-iso.sh OUTPUT_PATH KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION WEAVENET_NETWORK_YAML_CONFIG DASHBOARD_YAML_CONFIG [OPTIONAL_OUTPUT_FILENAME]
74+
# ./create-kubernetes-binaries-iso.sh OUTPUT_PATH \
75+
KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION \
76+
CNI_NETWORK_YAML_CONFIG \
77+
DASHBOARD_YAML_CONFIG \
78+
[OPTIONAL_OUTPUT_FILENAME]
7579

7680
Eg:
7781

78-
.. parsed-literal::
82+
::
7983

80-
# ./create-kubernetes-binaries-iso.sh ./ 1.27.2 1.3.0 1.27.0 https://raw.githubusercontent.com/weaveworks/weave/master/prog/weave-kube/weave-daemonset-k8s-1.11.yaml https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml setup-v1.27.2
84+
# ./create-kubernetes-binaries-iso.sh ./ \
85+
1.30.1 1.5.0 1.30.0 \
86+
https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml \
87+
https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml \
88+
setup-1.30.1-calico-3.28.0
8189

8290
**NOTE:**
8391
From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported (https://endoflife.date/kubernetes).
92+
Kubernetes dashboard versions >= 7.0.0 are not supported, as they support only Helm-based installation.
93+
8494

8595
Working with Kubernetes supported version
8696
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)