Skip to content

Commit

Permalink
[AKS] remove unsupported VM types (#3039)
Browse files Browse the repository at this point in the history
* [AKS] remove unsupported VM types

Some SKUs don't have enough RAM to support Kubernetes workloads
reliably, so we're removing support for those types. This change
won't accomplish that validation, but will prevent SDK users from
being led astray and trying to provision those types.

* Sync ACS & AKS' VM sizes lists
  • Loading branch information
mboersma authored and lmazuel committed May 8, 2018
1 parent f3c8724 commit abc31c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
},
"description": "Size of agent VMs.",
"enum": [
"Standard_A0",
"Standard_A1",
"Standard_A10",
"Standard_A11",
Expand All @@ -338,8 +337,6 @@
"Standard_A8_v2",
"Standard_A8m_v2",
"Standard_A9",
"Standard_B1ms",
"Standard_B1s",
"Standard_B2ms",
"Standard_B2s",
"Standard_B4ms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@
},
"description": "Size of agent VMs.",
"enum": [
"Standard_A0",
"Standard_A1",
"Standard_A10",
"Standard_A11",
Expand All @@ -445,8 +444,6 @@
"Standard_A8_v2",
"Standard_A8m_v2",
"Standard_A9",
"Standard_B1ms",
"Standard_B1s",
"Standard_B2ms",
"Standard_B2s",
"Standard_B4ms",
Expand Down

0 comments on commit abc31c7

Please sign in to comment.