Change the documentation table format
As we update the version information in the document, the ascii rst table easily gets misaligned and causes the doc gate to fail. This patch set changes the table structure, while retaining the formatting, so future update of the document can be done easily without spending time realigning the table cell border. Change-Id: I84aeba3604ced255b057b7ce43f1f94a1af19b65
This commit is contained in:
parent
2af464b548
commit
39c1f5378e
@ -17,22 +17,29 @@ this is found throughout the project. If you have any questions or
|
||||
comments, please create an `issue
|
||||
<https://bugs.launchpad.net/openstack-helm>`_.
|
||||
|
||||
|
||||
.. warning::
|
||||
Please see the latest published information about our
|
||||
application versions.
|
||||
|
||||
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| | Version | Notes |
|
||||
+==================+======================================================================================+==============================================================================================================+
|
||||
| **Kubernetes** | `v1.6.5 <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v165>`_ | `Custom Controller for RDB tools <https://quay.io/repository/attcomdev/kube-controller-manager?tab=tags>`_ |
|
||||
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| **Helm** | `v2.3.1 <https://github.com/kubernetes/helm/releases/tag/v2.3.1>`_ | |
|
||||
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| **Calico** | `v2.1 <http://docs.projectcalico.org/v2.1/releases/>`_ | `calicoct v1.1 <https://github.com/projectcalico/calicoctl/releases>`_ |
|
||||
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| **Docker** | `v1.12.6 <https://github.com/docker/docker/releases/tag/v1.12.6>`_ | `Per kubeadm Instructions <https://kubernetes.io/docs/getting-started-guides/kubeadm/>`_ |
|
||||
+------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
.. list-table::
|
||||
:widths: 45 155 200
|
||||
:header-rows: 1
|
||||
|
||||
* -
|
||||
- Version
|
||||
- Notes
|
||||
* - **Kubernetes**
|
||||
- `v1.6.5 <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v165>`_
|
||||
- `Custom Controller for RDB tools <https://quay.io/repository/attcomdev/kube-controller-manager?tab=tags>`_
|
||||
* - **Helm**
|
||||
- `v2.3.1 <https://github.com/kubernetes/helm/releases/tag/v2.3.1>`_
|
||||
-
|
||||
* - **Calico**
|
||||
- `v2.1 <http://docs.projectcalico.org/v2.1/releases/>`_
|
||||
- `calicoct v1.1 <https://github.com/projectcalico/calicoctl/releases>`_
|
||||
* - **Docker**
|
||||
- `v1.12.6 <https://github.com/docker/docker/releases/tag/v1.12.6>`_
|
||||
- `Per kubeadm Instructions <https://kubernetes.io/docs/getting-started-guides/kubeadm/>`_
|
||||
|
||||
Other versions and considerations (such as other CNI SDN providers),
|
||||
config map data, and value overrides will be included in other
|
||||
|
Loading…
x
Reference in New Issue
Block a user