This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 851b10ed CKS: update doc of creating ISO (#565)
851b10ed is described below

commit 851b10edb985ae29eaf80970610972a5a4b2d92d
Author: Wei Zhou <[email protected]>
AuthorDate: Wed Oct 22 11:49:20 2025 +0200

    CKS: update doc of creating ISO (#565)
---
 source/plugins/cloudstack-kubernetes-service.rst | 33 ++++++++++++++++--------
 1 file changed, 22 insertions(+), 11 deletions(-)

diff --git a/source/plugins/cloudstack-kubernetes-service.rst 
b/source/plugins/cloudstack-kubernetes-service.rst
index d8f59ed5..f60f1cb9 100644
--- a/source/plugins/cloudstack-kubernetes-service.rst
+++ b/source/plugins/cloudstack-kubernetes-service.rst
@@ -61,26 +61,37 @@ Eg: To generate the latest kubernetes iso
 
 .. parsed-literal::
 
-   1.27.2,  kubernetes version, see 
https://github.com/kubernetes/kubernetes/releases
-   1.3.0, CNI version, see 
https://github.com/containernetworking/plugins/releases
-   1.27.0, cri-tools version, see 
https://github.com/kubernetes-sigs/cri-tools/releases
-   1.11, weave addon for kubernetes, see 
https://github.com/weaveworks/weave/tree/master/prog/weave-kube
-   2.7.0, kubernetes dashboard version, see 
https://github.com/kubernetes/dashboard/release
+   1.30.1,  kubernetes version, see 
https://github.com/kubernetes/kubernetes/releases
+   1.5.0,   CNI version, see 
https://github.com/containernetworking/plugins/releases
+   1.30.0,  cri-tools version, see 
https://github.com/kubernetes-sigs/cri-tools/releases
+   3.28.0,  CNI addon for kubernetes, see 
https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml
+   2.7.0,   kubernetes dashboard version, see 
https://github.com/kubernetes/dashboard/releases
 
 Usage:
 
-.. parsed-literal::
+::
 
-   # ./create-kubernetes-binaries-iso.sh OUTPUT_PATH KUBERNETES_VERSION 
CNI_VERSION CRICTL_VERSION WEAVENET_NETWORK_YAML_CONFIG DASHBOARD_YAML_CONFIG 
[OPTIONAL_OUTPUT_FILENAME]
+   # ./create-kubernetes-binaries-iso.sh OUTPUT_PATH \
+        KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION \
+        CNI_NETWORK_YAML_CONFIG \
+        DASHBOARD_YAML_CONFIG \
+        [OPTIONAL_OUTPUT_FILENAME]
 
 Eg:
 
-.. parsed-literal::
+::
 
-   # ./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
+   # ./create-kubernetes-binaries-iso.sh ./ \
+        1.30.1 1.5.0 1.30.0 \
+        
https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml
 \
+        
https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml
 \
+        setup-1.30.1-calico-3.28.0
+
+.. note::
+   From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported 
(https://endoflife.date/kubernetes).
+.. note::
+   Kubernetes dashboard versions >= 7.0.0 are not supported, as they support 
only Helm-based installation.
 
-**NOTE:**
-From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported 
(https://endoflife.date/kubernetes).
 
 Working with Kubernetes supported version
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to