Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[AKS] remove maxPods default
  • Loading branch information
mboersma committed Jun 2, 2018
commit 75bc2c7e14e354c5d782f6e001cf865a8d55cfdb
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