Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Feb 11, 2021
1 parent 7556081 commit fc0eaf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/dualstack/kubernetes-iptables.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.20",
"kubernetesConfig": {
"clusterSubnet": "10.244.0.0/16,fc00::/48",
"serviceCidr": "10.0.0.0/16,fd00::/108",
Expand Down
4 changes: 2 additions & 2 deletions pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ var AllKubernetesWindowsSupportedVersionsAzureStack = map[string]bool{
"1.16.10": false,
"1.16.11": false,
"1.16.13": false,
"1.16.14": true,
"1.16.15": true,
"1.16.14": false,
"1.16.15": false,
"1.17.4": false,
"1.17.5": false,
"1.17.6": false,
Expand Down

0 comments on commit fc0eaf6

Please sign in to comment.