Add kube_dashboard_enabled label to user guide

Following the introduction of the kubernetes dashboard deployment, add to the
user guide the label to be used to disable/enable this feature.

It's enabled by default.

Change-Id: I4c322beea84370dcd9544c8602011183be602f1e
Closes-Bug: #1718608
This commit is contained in:
Ricardo Rocha 2017-09-21 09:14:20 +00:00
parent 6fb2a77419
commit 7de5264c95
1 changed files with 7 additions and 0 deletions

View File

@ -339,6 +339,9 @@ the table are linked to more details elsewhere in the user guide.
+---------------------------------------+--------------------+---------------+
| `grafana_admin_passwd`_ | (any string) | "admin" |
+---------------------------------------+--------------------+---------------+
| `kube_dashboard_enabled`_ | - true | true |
| | - false | |
+---------------------------------------+--------------------+---------------+
| `docker_volume_type`_ | see below | see below |
+---------------------------------------+--------------------+---------------+
| `etcd_volume_size`_ | etcd storage | 0 |
@ -1107,6 +1110,10 @@ _`container_infra_prefix`
* gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
* gcr.io/google_containers/pause:3.0
_`kube_dashboard_enabled`
This label triggers the deployment of the kubernetes dashboard.
The default value is 1, meaning it will be enabled.
External load balancer for services
-----------------------------------