kops/dnsprovider
justinsb 703fe6f298 dns: don't use IMDS region resolver when it previously failed
This should allow use to IMDS on EC2, but not when not running on EC2,
for example when running `kops update cluster`.
2024-08-25 18:55:20 -04:00
..
pkg/dnsprovider dns: don't use IMDS region resolver when it previously failed 2024-08-25 18:55:20 -04:00
README.md Fixup import paths & bazel 2017-12-13 20:17:48 -05:00

README.md

This is a (partial) copy of federation/pkg/dnsprovider from k8s.io/kubernetes.

Changes made here should be submitted upstream.

Reasons for doing this:

  • Ability to fix bugs quickly
  • We want to stop vendoring k8s.io/kubernetes
  • The federation code is likely to move somewhere else in future