Skip to content

Commit

Permalink
Updating k8s version in dualstack to valid version (Azure#16874)
Browse files Browse the repository at this point in the history
Dualstack is only for >= 1.21 in AKS
  • Loading branch information
tyler-lloyd authored Nov 30, 2021
1 parent 419c982 commit 2340b44
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"properties": {
"provisioningState": "Succeeded",
"maxAgentPools": 1,
"kubernetesVersion": "1.9.6",
"kubernetesVersion": "1.22.1",
"dnsPrefix": "dnsprefix1",
"agentPoolProfiles": [
{
Expand All @@ -111,7 +111,7 @@
"maxPods": 110,
"osType": "Linux",
"provisioningState": "Succeeded",
"orchestratorVersion": "1.9.6",
"orchestratorVersion": "1.22.1",
"type": "VirtualMachineScaleSets",
"scaleDownMode": "Deallocate",
"availabilityZones": [
Expand Down Expand Up @@ -219,7 +219,7 @@
"properties": {
"provisioningState": "Creating",
"maxAgentPools": 1,
"kubernetesVersion": "1.9.6",
"kubernetesVersion": "1.22.1",
"dnsPrefix": "dnsprefix1",
"agentPoolProfiles": [
{
Expand All @@ -229,7 +229,7 @@
"maxPods": 110,
"osType": "Linux",
"provisioningState": "Creating",
"orchestratorVersion": "1.9.6",
"orchestratorVersion": "1.22.1",
"type": "VirtualMachineScaleSets",
"scaleDownMode": "Deallocate",
"availabilityZones": [
Expand Down

0 comments on commit 2340b44

Please sign in to comment.