GoogleCloudPlatform / opentsdb-bigtable

Apache License 2.0
28 stars 23 forks source link

Error when pulling http://gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1 #24

Open gkielian opened 2 years ago

gkielian commented 2 years ago

Hi, finding just today that the image previously hosted related to this quickstart is no longer available:

(from kubectl describe pods opentsdb-read):

Warning  Failed     15m (x4 over 17m)    kubelet            Failed to pull image "[gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1](http://gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1)": rpc error: code = Unknown desc = failed to pull and unpack image "[gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1](http://gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1)": failed to resolve reference "[gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1](http://gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1)": unexpected status code [manifests v2.1]: 403 Forbidden
  Warning  Failed     15m (x4 over 17m)    kubelet            Error: ErrImagePull
  Warning  Failed     15m (x6 over 17m)    kubelet            Error: ImagePullBackOff
  Normal   BackOff    2m7s (x63 over 17m)  kubelet            Back-off pulling image "[gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1](http://gcr.io/cloud-solutions-images/opentsdb-bigtable:v2.1)"

Was wondering if there is a way to request the older image (or place online a little longer)? Planning on upgrading asap to the new tutorial but need to keep the system online while we do.

Thanks for your help!