You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/plugins/cloudstack-kubernetes-service.rst
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,16 @@ A script is provided (see below) to add other Kubernetes versions. Once an ISO i
55
55
56
56
A script named create-kubernetes-binaries-iso.sh has been provided in the cloudstack-common package for creating a new setup ISO with the desired version of Kubernetes binaries and corresponding docker images.
57
57
58
+
Eg: To generate the latest kubernetes iso
59
+
60
+
.. parsed-literal::
61
+
62
+
1.27.2, kubernetes version, see https://github.com/kubernetes/kubernetes/releases
63
+
1.3.0, CNI version, see https://github.com/containernetworking/plugins/releases
64
+
1.27.0, cri-tools version, see https://github.com/kubernetes-sigs/cri-tools/releases
65
+
1.11, weave addon for kubernetes, see https://github.com/weaveworks/weave/tree/master/prog/weave-kube
66
+
2.7.0, kubernetes dashboard version, see https://github.com/kubernetes/dashboard/release
0 commit comments