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
This commit is contained in:
Ole Markus With 2021-06-10 09:28:53 +02:00
parent 9b4f5b6a4a
commit 224cae1113
1 changed files with 0 additions and 4 deletions

View File

@ -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",
}