Skip to content

Commit

Permalink
AKS - Regulated environment - Upgrade Kubernetes version to 1.21.x (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
magrande authored Jul 22, 2021
1 parent cc67112 commit d8e175c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Finally, this implementation uses a small, custom application as an example work

#### 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)
* Managed Identities for kubelet and control plane
Expand Down
2 changes: 1 addition & 1 deletion cluster-stamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
},
"variables": {
"kubernetesVersion": "1.20.5",
"kubernetesVersion": "1.21.1",

"networkContributorRole": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7')]",
"monitoringMetricsPublisherRole": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb')]",
Expand Down
2 changes: 1 addition & 1 deletion cluster-stamp.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
},
"variables": {
"kubernetesVersion": "1.20.5",
"kubernetesVersion": "1.21.1",

"networkContributorRole": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7')]",
"monitoringMetricsPublisherRole": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb')]",
Expand Down

0 comments on commit d8e175c

Please sign in to comment.