зеркало из https://github.com/Azure/acs-engine.git
Allow kube-proxy to run regardless of any node taint (#3639)
This commit is contained in:
Родитель
74fc515281
Коммит
b8de2b3080
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче