kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.7k stars 2.56k forks source link

Dependency hcloud-dns is blocked #2634

Closed RafalKorepta closed 2 years ago

RafalKorepta commented 2 years ago

What happened: go get sigs.k8s.io/external-dns does not work.

Error:

sigs.k8s.io/external-dns imports
    sigs.k8s.io/external-dns/provider/hetzner imports
    git.blindage.org/21h/hcloud-dns: unrecognized import path "git.blindage.org/21h/hcloud-dns": https fetch: Get "http://7829.selcdn.ru/page-errors/geo.html": redirected from secure URL https://git.blindage.org/21h/hcloud-dns?go-get=1 to insecure URL http://7829.selcdn.ru/page-errors/geo.html

What you expected to happen: go get sigs.k8s.io/external-dns should work

How to reproduce it (as minimally and precisely as possible): go get sigs.k8s.io/external-dns

Anything else we need to know?: No

dims commented 2 years ago

xref: https://github.com/kubernetes-sigs/external-dns/issues/2653