Prometheus-operator: Tag v0.18.1 not found in repository quay.io/coreos/prometheus-operator

Created on 11 Apr 2018  路  4Comments  路  Source: prometheus-operator/prometheus-operator

What did you do?
Followed the following guide:

https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus/docs/KOPSonAWS.md

git clone -b master https://github.com/coreos/prometheus-operator.git prometheus-operator-temp;
cd prometheus-operator-temp/contrib/kube-prometheus
./hack/cluster-monitoring/self-hosted-deploy
cd -
rm -rf prometheus-operator-temp

What did you expect to see?

Running prometheus operator able to fetch the code

What did you see instead? Under which circumstances?

Failed to pull image "quay.io/coreos/prometheus-operator:v0.18.1": rpc error: code = Unknown desc = Tag v0.18.1 not found in repository quay.io/coreos/prometheus-operator
Error syncing pod

Environment

KOPS 1.7 on AWS

  • Kubernetes version information:

Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.4", GitCommit:"bee2d1505c4fe820744d26d41ecd3fdd4a3d6546", GitTreeState:"clean", BuildDate:"2018-03-12T16:29:47Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.4", GitCommit:"9befc2b8928a9426501d3bf62f72849d5cbcd5a3", GitTreeState:"clean", BuildDate:"2017-11-20T05:17:43Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}

  • Kubernetes cluster kind:

    Kops

  • Manifests:

insert manifests relevant to the issue
  • Prometheus Operator Logs:
Failed to pull image "quay.io/coreos/prometheus-operator:v0.18.1": rpc error: code = Unknown desc = Tag v0.18.1 not found in repository quay.io/coreos/prometheus-operator
Error syncing pod

Most helpful comment

@wesselOC Thanks for reporting this. I am currently in the phase of automating the build of new images. I hope to be done with that tomorrow.

For now you would need to build the image yourself from the release-0.18 branch. Sorry for the inconvenience.

All 4 comments

@wesselOC Thanks for reporting this. I am currently in the phase of automating the build of new images. I hope to be done with that tomorrow.

For now you would need to build the image yourself from the release-0.18 branch. Sorry for the inconvenience.

Thanks for the feedback!. Will try to build it myself!

@wesselOC You can find the v0.18.1 image on Quay now.

Thanks your a rockstar!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

r-moiseev picture r-moiseev  路  3Comments

ksemaev picture ksemaev  路  3Comments

sc250024 picture sc250024  路  4Comments

cyrus-mc picture cyrus-mc  路  3Comments

Vince-Cercury picture Vince-Cercury  路  3Comments