Skip to content

Commit c1b899d

Browse files
authored
Remove unneeded toleration from catalog source pod
This toleration will try to go to any node, but does not handle nodes that are not schedulable or pods that have been evicted from a node. Fixes #1677
1 parent ffaa9bc commit c1b899d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/controller/registry/reconciler/reconciler.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ func Pod(source *v1alpha1.CatalogSource, name string, image string, labels map[s
137137
ImagePullPolicy: pullPolicy,
138138
},
139139
},
140-
Tolerations: []v1.Toleration{
141-
{
142-
Operator: v1.TolerationOpExists,
143-
},
144-
},
145140
NodeSelector: map[string]string{
146141
"kubernetes.io/os": "linux",
147142
},

0 commit comments

Comments
 (0)