From 225a0fe5ef2a651bcc602f55c28cc090b0851d42 Mon Sep 17 00:00:00 2001 From: Mike Splain Date: Mon, 5 Mar 2018 12:07:05 -0500 Subject: [PATCH 1/2] Update Compatability Matrix --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f9777169523f..c83a7a9005054 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,12 @@ Kubernetes version. #### Compatibility Matrix -| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | -|--------------|-----------|-----------|-----------|-----------| -| 1.8.x | Y | Y | Y | Y | -| 1.7.x | Y | Y | Y | N | -| 1.6.x | Y | Y | N | N | +| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x | +|--------------|-----------|-----------|-----------|-----------|-----------| +| 1.9.x (unreleased) | Y | Y | Y | Y | Y | +| 1.8.x | Y | Y | Y | Y | N | +| 1.7.x | Y | Y | Y | N | N | +| 1.6.x | Y | Y | N | N | N | Use the latest version of kops for all releases of Kubernetes, with the caveat that higher versions of Kubernetes are not _officially_ supported by kops. From c45457b46d8a381bf862e8ab775b8221d8d84985 Mon Sep 17 00:00:00 2001 From: Mike Splain Date: Mon, 5 Mar 2018 12:09:59 -0500 Subject: [PATCH 2/2] Align, if people like to read raw docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c83a7a9005054..85216f787145a 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,12 @@ Kubernetes version. #### Compatibility Matrix -| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x | -|--------------|-----------|-----------|-----------|-----------|-----------| -| 1.9.x (unreleased) | Y | Y | Y | Y | Y | -| 1.8.x | Y | Y | Y | Y | N | -| 1.7.x | Y | Y | Y | N | N | -| 1.6.x | Y | Y | N | N | N | +| kops version | k8s 1.5.x | k8s 1.6.x | k8s 1.7.x | k8s 1.8.x | k8s 1.9.x | +|--------------------|-----------|-----------|-----------|-----------|-----------| +| 1.9.x (unreleased) | Y | Y | Y | Y | Y | +| 1.8.x | Y | Y | Y | Y | N | +| 1.7.x | Y | Y | Y | N | N | +| 1.6.x | Y | Y | N | N | N | Use the latest version of kops for all releases of Kubernetes, with the caveat that higher versions of Kubernetes are not _officially_ supported by kops.