Skip to content

Commit c37f736

Browse files
authored
Merge pull request #39 from flavio-fernandes/tolerate-everything
ovsdb-mon yamls: Tolerate everything
2 parents 38c5848 + 2eda156 commit c37f736

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dist/ovsdb-mon-ds.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ spec:
1212
name: ovsdb-mon
1313
spec:
1414
tolerations:
15-
- key: node-role.kubernetes.io/master
16-
operator: Exists
17-
effect: NoSchedule
15+
- operator: Exists
1816
securityContext:
1917
runAsUser: 0
2018
containers:

dist/ovsdb-mon-ovn.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ spec:
3535
type: ""
3636
name: run-ovs
3737
tolerations:
38-
- key: node-role.kubernetes.io/master
39-
operator: Exists
38+
- operator: Exists
4039
hostNetwork: true
4140
affinity:
4241
nodeAffinity:

0 commit comments

Comments
 (0)