Skip to content

Commit

Permalink
[AKS] remove maxPods default (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and lmazuel committed Jun 4, 2018
1 parent 5929767 commit 749fe61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,7 @@
"maxPods": {
"type": "integer",
"format": "int32",
"description": "Maximum number of pods that can run on a node.",
"default": 30
"description": "Maximum number of pods that can run on a node."
},
"osType": {
"$ref": "#/definitions/OSType",
Expand Down

0 comments on commit 749fe61

Please sign in to comment.