Skip to content
Merged
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
16 changes: 16 additions & 0 deletions source/plugins/cloudstack-kubernetes-service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,22 @@ Token for dashboard login can be retrieved using the following command:
# 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


Kubernetes compatibility Matrix
#################################

+--------------+---------------------------------+-----------------------------+-------------+
|ACS Version | Supported Kubernetes Versions | CKS Template | SSH User |
+==============+=================================+=============================+=============+
| 4.14.x | v1.11 onward (< 1.18) | CoreOS | core |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of user, should we say "SSH User" or "Login User"? and simply say "CKS Template"

+--------------+---------------------------------+-----------------------------+-------------+
| 4.15.x | v1.11 onward (< 1.18) | CoreOS | core |
+--------------+---------------------------------+-----------------------------+-------------+
| 4.16.0 | v1.20 onward | SystemVM Template (Debian) | core |
+--------------+---------------------------------+-----------------------------+-------------+
| 4.16.1 | v1.20 onward | SystemVM Template (Debian) | cloud |
+--------------+---------------------------------+-----------------------------+-------------+


.. |cks-add-version-form.png| image:: /_static/images/cks-add-version-form.png
:alt: Add Kubernetes Supported Version form.
.. |cks-cluster-access-tab.png| image:: /_static/images/cks-cluster-access-tab.png
Expand Down