You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow disabling dashboard addon in kubernetes cluster (Azure#1754)
* initial commit
* next
* added example for deployment without dashboard
* added check for no dashboard in validation; update doc
* fix test
* added to regression set
Copy file name to clipboardexpand all lines: docs/clusterdefinition.md
+1
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Here are the valid values for the orchestrator types:
41
41
|maxPods|no|The maximum number of pods per node. The minimum valid value, necessary for running kube-system pods, is 5. Default value is 30 when networkPolicy equals azure, 110 otherwise.|
42
42
|gcHighThreshold|no|Sets the --image-gc-high-threshold value on the kublet configuration. Default is 85. [See kubelet Garbage Collection](https://kubernetes.io/docs/concepts/cluster-administration/kubelet-garbage-collection/)|
43
43
|gcLowThreshold|no|Sets the --image-gc-low-threshold value on the kublet configuration. Default is 80. [See kubelet Garbage Collection](https://kubernetes.io/docs/concepts/cluster-administration/kubelet-garbage-collection/)|
44
+
|disabledAddons.dashboard|no|Disable dashboard addon (boolean - default == false, i.e. not disabled)|
44
45
45
46
### masterProfile
46
47
`masterProfile` describes the settings for master configuration.
0 commit comments