-
Does forklift v2.4.0 support K8s 1.22, I am confused with docs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@lxs137 yeah, the prerequisites should have been updated with 1.24+. |
Beta Was this translation helpful? Give feedback.
@lxs137 yeah, the prerequisites should have been updated with 1.24+.
Besides the fact that forklift v2.4.0 wasn't tested with Kubernetes < 1.24, we've also started to use the 'Volume Populators' feature in forklift v2.4.0 which exists in Kubernetes 1.22 but requires to enable the feature gate
AnyVolumeDataSource
that is disabled by default. That said, it could well be that forklift v2.4.0 would work on Kubernetes 1.22 if you don't initiate migrations from OpenStack or cold-migrations from RHV, or enable theAnyVolumeDataSource
feature gate - but it's recommended to use it with Kubernetes 1.24+.