Просмотр исходного кода

Explicitly state operator: Exists for master node toleration - as tolleration defaults to Equal by default which will result in the non scheduling of flannel on the master nodes

David McCormick 8 лет назад
Родитель
Сommit
7260979f74
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Documentation/kube-flannel.yml

+ 1 - 0
Documentation/kube-flannel.yml

@@ -50,6 +50,7 @@ spec:
         beta.kubernetes.io/arch: amd64
       tolerations:
       - key: node-role.kubernetes.io/master
+        operator: Exists
         effect: NoSchedule
       serviceAccountName: flannel
       containers: