Closed
Description
What happened:
While glancing through storage validation.go, I noticed that we were doing feature gate checking in validation for CSI inline migration. At first glance, I think this will cause validation errors when downgrading to a version with the feature disabled.
c34309a#diff-5aba802af469dbe928456a4b2c7988adR177
What you expected to happen:
We generally don't do feature gate checking in validation in order to support downgrade cases.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version
): - Cloud provider or hardware configuration:
- OS (e.g:
cat /etc/os-release
): - Kernel (e.g.
uname -a
): - Install tools:
- Network plugin and version (if this is a network-related bug):
- Others: