From 5e303b0879757d6b0694fd0e74ebac492f9a4311 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Wed, 15 Apr 2020 21:37:36 -0700 Subject: [PATCH] Update documentation describing when we will change the version of Kubernetes 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 >}}