From 87c3797c15ba44fe8ba1a45c40f722f4cf4acf6c Mon Sep 17 00:00:00 2001 From: davidjumani Date: Wed, 1 Jun 2022 09:36:34 +0530 Subject: [PATCH] Fix Readme compatibility matrix markdown --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0471a2b7..1dffb143 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,18 @@ Check out the [Getting Started Guide][getting_started] to create your first Kube This provider's versions are able to install and manage the following versions of Kubernetes: -| | v1.19 || v1.20 || v1.21 || v1.22 || v1.23 | -| --------------------------- | ----- || ----- || ----- || ----- || ----- | -| CloudStack Provider (v0.4) | ✓ || ✓ || ✓ || ✓ || ✓ | +| Kubernetes Version | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | +| --------------------------- | ----- | ----- | ----- | ----- | ----- | +| CloudStack Provider (v0.4) | ✓ | ✓ | ✓ | ✓ | ✓ | ## Compatibility with Apache CloudStack Versions This provider's versions are able to work on the following versions of Apache CloudStack: -| | 4.14 || 4.15 || 4.16 || 4.17 | -| --------------------------- | ---- || ---- || ---- || ---- | -| CloudStack Provider (v0.4) | ✓ || ✓ || ✓ || ✓ | +| CloudStack Version | 4.14 | 4.15 | 4.16 | 4.17 | +| --------------------------- | ---- | ---- | ---- | ---- | +| CloudStack Provider (v0.4) | ✓ | ✓ | ✓ | ✓ | ------