Closed invidian closed 4 years ago
Okay, it seems that won't work until we move etcd-member
to use Docker instead of rkt, as pulling the image from gcr.io with
rkt fetch` fails:
core@l8eci1581929391-tm-controller-0 ~ $ sudo rkt fetch gcr.io/etcd-development/etcd:v3.4.3 --debug=true
image: searching for app image gcr.io/etcd-development/etcd
image: meta tag 'ac-discovery' not found on gcr.io/etcd-development/etcd
└─expected a 200 OK got 404
image: meta tag 'ac-discovery' not found on gcr.io/etcd-development
└─expected a 200 OK got 404
image: meta tag 'ac-discovery' not found on gcr.io
└─expected a 200 OK got 404
fetch: discovery failed
Use primary mirror instead.
Signed-off-by: Mateusz Gozdek mateusz@kinvolk.io