Browse Source

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 years ago
parent
commit
7260979f74
1 changed files with 1 additions and 0 deletions
  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: