Update addons yaml files.

This commit is contained in:
Avesh Agarwal
2017-02-16 15:01:52 -05:00
parent 7f626cf836
commit 99bba40682
11 changed files with 33 additions and 12 deletions

View File

@@ -20,7 +20,6 @@ spec:
# Note that this does not guarantee admission on the nodes (#40573).
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/tolerations: '[{"key": "node.alpha.kubernetes.io/ismaster", "effect": "NoSchedule"}]'
spec:
containers:
- name: fluentd-es
@@ -43,6 +42,9 @@ spec:
readOnly: true
nodeSelector:
alpha.kubernetes.io/fluentd-ds-ready: "true"
tolerations:
- key : "node.alpha.kubernetes.io/ismaster"
effect: "NoSchedule"
terminationGracePeriodSeconds: 30
volumes:
- name: varlog