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

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


The following commit(s) were added to refs/heads/4.16 by this push:
     new 352bcf8  Add CKS compatibility matrix details (#259)
352bcf8 is described below

commit 352bcf8de6f68ac19bbef880086f7efd60dafb47
Author: Pearl Dsilva <[email protected]>
AuthorDate: Thu Feb 10 11:12:20 2022 +0530

    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
---
 source/plugins/cloudstack-kubernetes-service.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/source/plugins/cloudstack-kubernetes-service.rst 
b/source/plugins/cloudstack-kubernetes-service.rst
index ad76c6d..0373879 100644
--- a/source/plugins/cloudstack-kubernetes-service.rst
+++ b/source/plugins/cloudstack-kubernetes-service.rst
@@ -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        |
++--------------+---------------------------------+-----------------------------+-------------+
+| 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

Reply via email to