From 6ad5f819a2574653a4d290c5a7b76e18ac139c31 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Wed, 1 Nov 2017 16:02:44 -0400 Subject: [PATCH] Correct OpenStack Cloud Provider Table Layout Correct the OpenStack cloud provider table layout to use GitHub compatiable markdown. --- .../cluster-administration/cloud-providers.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/concepts/cluster-administration/cloud-providers.md b/docs/concepts/cluster-administration/cloud-providers.md index 2b9840bbec..5ce1fe209e 100644 --- a/docs/concepts/cluster-administration/cloud-providers.md +++ b/docs/concepts/cluster-administration/cloud-providers.md @@ -62,12 +62,12 @@ be used when using OpenStack with Kubernetes. The OpenStack cloud provider implementation for Kubernetes supports the use of these OpenStack services from the underlying cloud, where available: -Service | API Version(s) | Required --------------------------+----------------+---------- -Block Storage (Cinder) | V1†, V2 | No -Compute (Nova) | V2 | No -Identity (Keystone) | V2‡, V3 | Yes -Load Balancing (Neutron) | V1§, V2 | No +| Service | API Version(s) | Required | +|--------------------------|----------------|----------| +| Block Storage (Cinder) | V1†, V2 | No | +| Compute (Nova) | V2 | No | +| Identity (Keystone) | V2‡, V3 | Yes | +| Load Balancing (Neutron) | V1§, V2 | No | † Block Storage V1 API support is deprecated, support for Block Storage V3 will be added in the future.