From 224cae1113a9cf3ef9c606426ff6cdf8a5672bc6 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Thu, 10 Jun 2021 09:28:53 +0200 Subject: [PATCH] Only warm-pull images used by the CSI DS Pulling the Deployment images serves no purpose as they tend not to run on normal nodes --- nodeup/pkg/model/awsebscsidriver.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodeup/pkg/model/awsebscsidriver.go b/nodeup/pkg/model/awsebscsidriver.go index 1985a59a8e..4dea76dc89 100644 --- a/nodeup/pkg/model/awsebscsidriver.go +++ b/nodeup/pkg/model/awsebscsidriver.go @@ -41,10 +41,6 @@ func (b *AWSEBSCSIDriverBuilder) Build(c *fi.ModelBuilderContext) error { // Pulling CSI sidecars images sidecars := []string{ - "csi-provisioner:v2.2.0", - "csi-attacher:v3.2.0", - "csi-snapshotter:v4.0.0", - "csi-resizer:v1.1.0", "csi-node-driver-registrar:v2.1.0", "livenessprobe:v2.2.0", }