Skip to content

Commit

Permalink
removed criticality from fluent daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsie committed Apr 27, 2017
1 parent 3140edd commit 43533bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/fluentd-logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ spec:
k8s-app: fluentd-logging
version: v1
kubernetes.io/cluster-service: "true"
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: "CriticalAddonsOnly"
operator: "Exists"
containers:
- name: fluentd
image: fluent/fluentd-kubernetes-daemonset:v0.12.33-elasticsearch
Expand Down

0 comments on commit 43533bb

Please sign in to comment.