Skip to content

cks: improve CKS data iso creation help docs #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions source/plugins/cloudstack-kubernetes-service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,20 @@ Eg:

.. parsed-literal::

# ./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
# ./create-kubernetes-binaries-iso.sh ./ 1.27.3 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-1.27.3

**NOTE:**
From ACS 4.16 onwards, Kubernetes versions >= 1.20.x are only supported (https://endoflife.date/kubernetes).
From ACS 4.18 onwards, Kubernetes versions >= 1.24.x are only supported (https://endoflife.date/kubernetes).

For each of the configurable parameters, you may refer to the available releases
and use the version for Kubernetes, CNI version, CRICTL version etc. by looking
at the project releases. For example, based on the example above:

- 1.27.3: the Kubernetes version, see https://github.com/kubernetes/kubernetes/releases
- 1.3.0: the CNI version, see https://github.com/containernetworking/plugins/releases
- 1.27.0: the cri-tools version, see https://github.com/kubernetes-sigs/cri-tools/releases
- 1.11: the weave addon for kubernetes, see https://github.com/weaveworks/weave/tree/master/prog/weave-kube
- 2.7.0: the Kubernetes dashboard, see https://github.com/kubernetes/dashboard/releases

Working with Kubernetes supported version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down