mirror of https://github.com/kubernetes/kops.git
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:
parent
9b4f5b6a4a
commit
224cae1113
|
|
@ -41,10 +41,6 @@ func (b *AWSEBSCSIDriverBuilder) Build(c *fi.ModelBuilderContext) error {
|
||||||
|
|
||||||
// Pulling CSI sidecars images
|
// Pulling CSI sidecars images
|
||||||
sidecars := []string{
|
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",
|
"csi-node-driver-registrar:v2.1.0",
|
||||||
"livenessprobe:v2.2.0",
|
"livenessprobe:v2.2.0",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue