Skip to content

Commit 749fe61

Browse files
mboersmalmazuel
authored andcommitted
[AKS] remove maxPods default (#3178)
1 parent 5929767 commit 749fe61

File tree

1 file changed

+1
-2
lines changed
  • specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31

1 file changed

+1
-2
lines changed

specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,7 @@
832832
"maxPods": {
833833
"type": "integer",
834834
"format": "int32",
835-
"description": "Maximum number of pods that can run on a node.",
836-
"default": 30
835+
"description": "Maximum number of pods that can run on a node."
837836
},
838837
"osType": {
839838
"$ref": "#/definitions/OSType",

0 commit comments

Comments
 (0)