Add master toleration flag in dashboard deployment (#4290)

This commit is contained in:
Vasilis Remmas
2019-02-26 04:34:47 +01:00
committed by Kubernetes Prow Robot
parent 7dfa39483f
commit 81801ce23b
2 changed files with 3 additions and 1 deletions

View File

@@ -193,10 +193,11 @@ spec:
- name: tmp-volume
emptyDir: {}
serviceAccountName: kubernetes-dashboard
# Comment the following tolerations if Dashboard must not be deployed on master
{% if dashboard_master_toleration %}
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
{% endif %}
---
# ------------------- Dashboard Service ------------------- #