Skip to content

Commit

Permalink
AKS baseline - upgrade kubernetes version to v 1.21.x (#211)
Browse files Browse the repository at this point in the history
* AKS baseline - upgrade kubernetes version to 1.21.x

* Readme Update
  • Loading branch information
magrande authored Jul 6, 2021
1 parent cdef987 commit 40854c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
Expand Down
2 changes: 1 addition & 1 deletion cluster-stamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
},
"kubernetesVersion": {
"defaultValue": "1.20.7",
"defaultValue": "1.21.1",
"type": "string"
}
},
Expand Down

0 comments on commit 40854c3

Please sign in to comment.