-
I am unable to use the v0.8 in an AWS EKS manifest. This event occurs: manifest for k8s.gcr.io/external-dns/external-dns:v0.8 not found: Is there another way to reference v0.8 from within a manifest? |
Beta Was this translation helpful? Give feedback.
Answered by
jdgri
Jun 18, 2021
Replies: 1 comment
-
Nevermind. I see that I need to include the .0 third digit. Successfully pulled image "k8s.gcr.io/external-dns/external-dns:v0.8.0" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jdgri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind. I see that I need to include the .0 third digit.
Successfully pulled image "k8s.gcr.io/external-dns/external-dns:v0.8.0"