Skip to content

Commit

Permalink
Merge pull request #1045 from outcoldman/k8s-1.12-fix
Browse files Browse the repository at this point in the history
Do not define keys for tolerations
  • Loading branch information
philips authored Oct 5, 2018
2 parents 1aa15b9 + bc79dd1 commit 13a990b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: amd64
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
Expand Down Expand Up @@ -177,8 +176,7 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: arm64
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
Expand Down Expand Up @@ -256,8 +254,7 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: arm
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
Expand Down Expand Up @@ -335,8 +332,7 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: ppc64le
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
Expand Down Expand Up @@ -414,8 +410,7 @@ spec:
nodeSelector:
beta.kubernetes.io/arch: s390x
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
Expand Down

0 comments on commit 13a990b

Please sign in to comment.