Skip to content

Commit 0cb3f4c

Browse files
authored
cks: fix k8s iso script example (#317)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 47bb5f0 commit 0cb3f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Usage:
5959

6060
.. parsed-literal::
6161
62-
# ./create-kubernetes-binaries-iso.sh OUTPUT_PATH KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION WEAVENET_NETWORK_YAML_CONFIG DASHBOARD_YAML_CONFIG
62+
# ./create-kubernetes-binaries-iso.sh OUTPUT_PATH KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION WEAVENET_NETWORK_YAML_CONFIG DASHBOARD_YAML_CONFIG [OPTIONAL_OUTPUT_FILENAME]
6363
6464
Eg:
6565

6666
.. parsed-literal::
6767
68-
# ./create-kubernetes-binaries-iso.sh ./ 1.12.5 0.7.1 1.12.0 "https://cloud.weave.works/k8s/net?k8s-version=1.12.5" https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml
68+
# ./create-kubernetes-binaries-iso.sh ./ 1.25.0 1.1.1 1.25.0 https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml setup-v1.25.0
6969
7070
**NOTE:**
7171
From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported (https://endoflife.date/kubernetes).

0 commit comments

Comments
 (0)