From 40854c3262eb8d333130d9a29b4d7f1dc90d0254 Mon Sep 17 00:00:00 2001 From: Mariano Grande Date: Tue, 6 Jul 2021 12:01:57 -0300 Subject: [PATCH] AKS baseline - upgrade kubernetes version to v 1.21.x (#211) * AKS baseline - upgrade kubernetes version to 1.21.x * Readme Update --- README.md | 2 +- cluster-stamp.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f465ed10..b29e376f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Finally, this implementation uses the [ASP.NET Core Docker sample web app](https #### Azure platform -- AKS v1.20 +- AKS v1.21 - System and User [node pool separation](https://docs.microsoft.com/azure/aks/use-system-pools) - [AKS-managed Azure AD](https://docs.microsoft.com/azure/aks/managed-aad) - Azure AD-backed Kubernetes RBAC (_local user accounts disabled_) diff --git a/cluster-stamp.json b/cluster-stamp.json index f6ac95b3..d1d96a99 100644 --- a/cluster-stamp.json +++ b/cluster-stamp.json @@ -101,7 +101,7 @@ } }, "kubernetesVersion": { - "defaultValue": "1.20.7", + "defaultValue": "1.21.1", "type": "string" } },