Hi
After upgrading to 1.1.2 I got error from kubectl -n elastic-system logs -f statefulset.apps/elastic-operator about persistentVolumeReclaimPolicy is not a valid filed, and after removing persistentVolumeReclaimPolicy: Retain from my configuration it worked. the following is he volum configuration I used knowing that this configuration is working since 0.9 beta and also worked when I upgraded to 1.0.1, but only crashed after upgrading to 1.1.2
volumeClaimTemplates: - metadata: name: elasticsearch-data spec: persistentVolumeReclaimPolicy: Retain accessModes: - ReadWriteOnce resources: requests: storage: 256Gi storageClassName: ebs-csi-gp2-sc
I do not know if this is a feature or a problem in the validator, but I think it worth mentioning, because we tend to retain the volumes and the default is delete.