Skip to content

Commit 7b3ecc4

Browse files
authored
Tolerate all taints (#19867)
1 parent fd55504 commit 7b3ecc4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

install/installer/pkg/components/registry-facade/daemonset.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) {
191191
InitContainers: initContainers,
192192
Tolerations: []corev1.Toleration{
193193
{
194-
Key: "gitpod.io/gpu",
195194
Operator: "Exists",
196-
Effect: "NoSchedule",
197195
},
198196
},
199197
Containers: []corev1.Container{{

install/installer/pkg/components/ws-daemon/daemonset.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) {
205205
Effect: "NoExecute",
206206
},
207207
{
208-
Key: "gitpod.io/gpu",
209208
Operator: "Exists",
210-
Effect: "NoSchedule",
211209
},
212210
}
213211

0 commit comments

Comments
 (0)