You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: