From 43d3c2453c8838af922e6b67991745c161aa5d84 Mon Sep 17 00:00:00 2001 From: Matt Schallert Date: Wed, 29 May 2019 14:13:02 -0400 Subject: [PATCH] update docs --- README.md | 2 +- docs/getting_started/requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 724e252c..a8167bec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ found in our [docs][docs]. ### Kubernetes Cluster Prerequisites -The M3DB operator targets Kubernetes **1.10** and **1.11**. We generally aim to target the latest two minor versions +The M3DB operator targets Kubernetes **1.11** and **1.12**. We generally aim to target the latest two minor versions supported by GKE but welcome community contributions to support more versions! The M3DB operator is intended for creating highly available clusters across distinct failure domains. For this reason we diff --git a/docs/getting_started/requirements.md b/docs/getting_started/requirements.md index 67fb5579..2dd8361c 100644 --- a/docs/getting_started/requirements.md +++ b/docs/getting_started/requirements.md @@ -2,7 +2,7 @@ ## Kubernetes Versions -The M3DB operator current targets Kubernetes 1.10 and 1.11. Given the operator's current production use cases at Uber, +The M3DB operator current targets Kubernetes 1.11 and 1.12. Given the operator's current production use cases at Uber, we typically target the two most recent minor Kubernetes versions supported by GKE. We welcome community contributions to support more recent versions while meeting the aforementioned GKE targets!