From 62c0a7b0b37446311d82d84980aa509232aeed43 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Thu, 16 Apr 2020 13:10:54 -0700 Subject: [PATCH] Update documentation describing when we will change the version of Kubernetes (#1477) that we support. --- site/content/en/docs/Installation/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/Installation/_index.md b/site/content/en/docs/Installation/_index.md index 06b18399cd..fd88325acc 100644 --- a/site/content/en/docs/Installation/_index.md +++ b/site/content/en/docs/Installation/_index.md @@ -23,7 +23,8 @@ description: > {{< alert title="Warning" color="warning">}} Later versions of Kubernetes may work, but this project is tested against 1.14, and is therefore the supported version. -Agones will update its support to n-1 version of what is available across all major cloud providers - GKE, EKS and AKS +Agones will update its support to n-1 version of what is available across the majority of major cloud providers - GKE, EKS and +AKS, while also ensuring that all Cloud providers can support that version. {{< /alert >}} {{< alert title="Note" color="info">}} @@ -31,4 +32,4 @@ When running in production, Agones should be scheduled on a dedicated pool of no are scheduled for better isolation and resiliency. By default Agones prefers to be scheduled on nodes labeled with `agones.dev/agones-system=true` and tolerates the node taint `agones.dev/agones-system=true:NoExecute`. If no dedicated nodes are available, Agones will run on regular nodes. -{{< /alert >}} \ No newline at end of file +{{< /alert >}}