Allow kube-proxy to run regardless of any node taint (#3639)

This commit is contained in:
Sean Knox 2018-08-16 17:08:14 -07:00 коммит произвёл Jack Francis
Родитель 74fc515281
Коммит b8de2b3080
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,10 +15,10 @@ spec:
tier: node
spec:
tolerations:
- key: node-role.kubernetes.io/master
operator: Equal
value: "true"
effect: NoSchedule
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
containers:
- command:
- "/hyperkube"