Skip to content

Commit 352bcf8

Browse files
authored
Add CKS compatibility matrix details (#259)
* Add CKS compatibility matrix * added note for cks clusters on upgrade of ACS to version 4.16.1+ * remove note on CKS
1 parent 2dc92ba commit 352bcf8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,22 @@ Token for dashboard login can be retrieved using the following command:
329329
# kubectl --kubeconfig /custom/path/kube.config describe secret $(kubectl --kubeconfig /custom/path/kube.config get secrets -n kubernetes-dashboard | grep kubernetes-dashboard-token | awk '{print $1}') -n kubernetes-dashboard
330330
331331
332+
Kubernetes compatibility Matrix
333+
#################################
334+
335+
+--------------+---------------------------------+-----------------------------+-------------+
336+
|ACS Version | Supported Kubernetes Versions | CKS Template | SSH User |
337+
+==============+=================================+=============================+=============+
338+
| 4.14.x | v1.11 onward (< 1.18) | CoreOS | core |
339+
+--------------+---------------------------------+-----------------------------+-------------+
340+
| 4.15.x | v1.11 onward (< 1.18) | CoreOS | core |
341+
+--------------+---------------------------------+-----------------------------+-------------+
342+
| 4.16.0 | v1.20 onward | SystemVM Template (Debian) | core |
343+
+--------------+---------------------------------+-----------------------------+-------------+
344+
| 4.16.1 | v1.20 onward | SystemVM Template (Debian) | cloud |
345+
+--------------+---------------------------------+-----------------------------+-------------+
346+
347+
332348
.. |cks-add-version-form.png| image:: /_static/images/cks-add-version-form.png
333349
:alt: Add Kubernetes Supported Version form.
334350
.. |cks-cluster-access-tab.png| image:: /_static/images/cks-cluster-access-tab.png

0 commit comments

Comments
 (0)