@@ -61,26 +61,36 @@ Eg: To generate the latest kubernetes iso
61
61
62
62
.. parsed-literal ::
63
63
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
69
69
70
70
Usage:
71
71
72
- .. parsed-literal ::
72
+ ::
73
73
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]
75
79
76
80
Eg:
77
81
78
- .. parsed-literal ::
82
+ ::
79
83
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
81
89
82
90
**NOTE: **
83
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.
93
+
84
94
85
95
Working with Kubernetes supported version
86
96
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments