@@ -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
7680Eg:
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
89+
90+ .. note ::
91+ 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.
8193
82- **NOTE: **
83- From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported (https://endoflife.date/kubernetes).
8494
8595Working with Kubernetes supported version
8696~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments