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
{{ message }}
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
When operator attempts to pull the backup image from sidecar it fails with a 400 to the backup endpoint:
time="2017-06-27T15:50:50Z" level=error msg="check backup existence (etcd-cluster-backup-sidecar:19999) failed: unexpected status code (400 Bad Request), response ()" cluster-name=etcd-cluster pkg=cluster
After some investigation it seems to be because the the endpoint http://etcd-cluster-backup-sidecar:19999/v1/backup?etcdVersion=3.2.1 is unaware of the existence of version 3.2:
< HTTP/1.1 400 Bad Request
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Tue, 27 Jun 2017 16:19:14 GMT
< Content-Length: 64
<
requested version (3.2) is not compatible with the backup (3.2)
When operator attempts to pull the backup image from sidecar it fails with a 400 to the backup endpoint:
time="2017-06-27T15:50:50Z" level=error msg="check backup existence (etcd-cluster-backup-sidecar:19999) failed: unexpected status code (400 Bad Request), response ()" cluster-name=etcd-cluster pkg=cluster
After some investigation it seems to be because the the endpoint
http://etcd-cluster-backup-sidecar:19999/v1/backup?etcdVersion=3.2.1
is unaware of the existence of version 3.2:Which is because this map hasn't been updated:
The text was updated successfully, but these errors were encountered: