I am trying to bring up master Statefulset with 3 pods. I previously had to run the following script in Elasticsearch Dockerfile:
yes | bin/elasticsearch-plugin install repository-s3
Now that s3 snapshot is built into 8.5, how do I configure it? I don't use ECK operator but manual manifest. Any reference documentation would be helpful. Thanks.