Skip to content

Commit 7be900e

Browse files
zioprotolonegunmanb
authored andcommitted
Update README.md with supported Kubernetes version
bump the Kubernetes version to 1.23.5 so folks trying this example don't run into trivial errors for unsupported old versions
1 parent 3fa1918 commit 7be900e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ module "aks" {
3535
resource_group_name = azurerm_resource_group.example.name
3636
client_id = "your-service-principal-client-appid"
3737
client_secret = "your-service-principal-client-password"
38-
kubernetes_version = "1.19.3"
39-
orchestrator_version = "1.19.3"
38+
kubernetes_version = "1.23.5"
39+
orchestrator_version = "1.23.5"
4040
prefix = "prefix"
4141
cluster_name = "cluster-name"
4242
network_plugin = "azure"

0 commit comments

Comments
 (0)