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
Failed to pull image "quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master": rpc error: code = Unknown desc = Error response from daemon: manifest for quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master not found
#4890
Closed
RomelBu opened this issue
Jan 6, 2020
· 5 comments
It was stable for about 8 months, then it started failing after January 1, 2020 with the error below: Failed to pull image "quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master": rpc error: code = Unknown desc = Error response from daemon: manifest for quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master not found
Is this related to bcc7d98?
The text was updated successfully, but these errors were encountered:
I'm not sure what went on, but my issue got resolved without code change on my end. It's as if the quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master became available all of a sudden. Anyway, I'll try changing my code so it uses a tagged version.
The kustomization.yml that I have (used in my stable deployment) is pretty much the same as what was posted here #4156, by the OP of that old issue. My question now is, how to make it refer to the tagged artifacts? I'm looking for a way to make it work, so I tried github.com/kubernetes/ingress-nginx/tree/nginx-0.26.2/deploy/cluster-wide/, but it did not work -- I'm not that knowledgeable with github, so there's that, too.
I had a stable nginx-ingress deployment automation that deploys on EKS, and uses Kustomize, which refers to the following resources:
It was stable for about 8 months, then it started failing after January 1, 2020 with the error below:
Failed to pull image "quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master": rpc error: code = Unknown desc = Error response from daemon: manifest for quay.io/kubernetes-ingress-controller/nginx-ingress-controller:master not found
Is this related to bcc7d98?
The text was updated successfully, but these errors were encountered: