The stateless minimum version is currently hardcoded to 9.4.0 in the validation logic (pkg/controller/elasticsearch/validation/stateless_validation.go). This needs to be confirmed with the Elasticsearch team before releasing the feature.
See: statelessMinVersion = version.MinFor(9, 4, 0)
Introduced in #9290.
The stateless minimum version is currently hardcoded to 9.4.0 in the validation logic (
pkg/controller/elasticsearch/validation/stateless_validation.go). This needs to be confirmed with the Elasticsearch team before releasing the feature.See:
statelessMinVersion = version.MinFor(9, 4, 0)Introduced in #9290.