elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

How to set snapshot?

Open wanghe-fit2cloud opened this issue 6 years ago • 0 comments

My setup is: ... snapshot: bucket-name: *** cron-schedule: '@every 2m' scheduler-enabled: true type: s3 image: upmcenterprises/elasticsearch-cron:0.0.4 repo-region: cn-north-1 repo-authentication: access-key: *** secret-key: *** ...

after the creation is completed, execute kubectl get po and find the pod with error message: flag provided but not defined: -repo-type Usage of elasticsearch-cron: -action string action to perform (e.g. Create repository or snapshot -auth-password stirng Authentication password -auth-username stirng Authentication username -elastic-url string full dns url to elasticsearch -s3-bucket-name string name of s3 bucket -use-ssl enable SSL or not (default true)

So, how do I configure the snapshot parameter? Thank you!

wanghe-fit2cloud avatar Feb 21 '19 07:02 wanghe-fit2cloud