upmcenterprises/elasticsearch-cron:0.0.4 snapshot crashloopbackup
vdamianchicon opened this issue · 1 comments
snapshot crashloopbackup in gke with gs storage
severity: "ERROR"
textPayload: "time="yyyy-mm-ddT13:00:19Z" level=error msg="Error attempting to create snapshot:
Put https://my_es_url.my_es_namespace.svc.cluster.local:9200/_snapshot/elasticsnapshots/snapshot_yyyy-mm-dd-13-00-19?wait_for_completion=true: http: server gave HTTP response to HTTPS client"
Config:
snapshot:
enabled: true
type: gcs
bucketName: elasticsnapshots
schedule: "@every 2m"
image: upmcenterprises/elasticsearch-cron:0.0.4
authentication:
enabled: false
Seems this is related to the snapshots not working in gke note in the README
".... By swapping out the storage types, this can be used in GKE, but snapshots won't work at the
moment."
Is there a work around recommendation?