Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hetzner support: unknown image or parsing error #1679

Closed
Walther opened this issue Jul 19, 2020 · 1 comment
Closed

Hetzner support: unknown image or parsing error #1679

Walther opened this issue Jul 19, 2020 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Walther
Copy link

Walther commented Jul 19, 2020

Following the docs here
Implemented in the PR #1570

Results in

Failed to pull image "eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.7.3": rpc error: code = Unknown desc = Error response from daemon: manifest for eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.7.3 not found: manifest unknown: Failed to fetch "v0.7.3" from request "/v2/k8s-artifacts-prod/external-dns/external-dns/manifests/v0.7.3".   

Changing the version number to 0.7.2 which is the latest that can be found here results in

time="2020-07-19T16:05:17Z" level=fatal msg="flag parsing error: enum value must be one of aws,aws-sd,google,azure,azure-dns,azure-private-dns,alibabacloud,cloudflare,rcodezero,digitalocean,dnsimple,akamai,infoblox,dyn,designate,coredns,skydns,inmemory,ovh,pdns,oci,exoscale,linode,rfc2136,ns1,transip,vinyldns,rdns,vultr, got 'hetzner'"

Not 100% sure if this is either

  • an implementation bug, or
  • simple matter of the PR having been merged but no new release built yet

Thanks!

@Walther Walther added the kind/bug Categorizes issue or PR as related to a bug. label Jul 19, 2020
@21h
Copy link
Contributor

21h commented Jul 21, 2020

v0.7.3 is a future release, you can build it manually from sources or try to use mine image at registry.blindage.org/external-dns:v0.7.3. Current state of provider is alpha, bug reports welcomed.

@Walther Walther closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants