Activating Image Volumes on Talos Linux

prettysunflower - 2025-11-02

Nya~

Just in case someone is looking for it too, here is the patch of config you need to add to your Talos config to activate the Image Volumes features (please note that it also depends on your containerd version. Talos 1.11 ships with containerd 2.1.4, which only supports k8s’s Alpha ImageVolume)

machine:
  kubelet:
    extraArgs:
      feature-gates: ImageVolume=true
cluster:
  apiServer:
    extraArgs:
      feature-gates: ImageVolume=true

Have a good night!