Merge pull request #6461 from iMartyn/mention-masters
Adds a note regarding the toleration of node-role.kubernetes.io/master
This commit is contained in:
@@ -14,6 +14,9 @@ spec:
|
||||
labels:
|
||||
name: fluentd-elasticsearch
|
||||
spec:
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- name: fluentd-elasticsearch
|
||||
image: gcr.io/google-containers/fluentd-elasticsearch:1.20
|
||||
|
||||
Reference in New Issue
Block a user