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

Kubedns 1.14.9 broke externalName services #5165

Closed
ese opened this issue May 16, 2018 · 1 comment
Closed

Kubedns 1.14.9 broke externalName services #5165

ese opened this issue May 16, 2018 · 1 comment

Comments

@ese
Copy link
Contributor

ese commented May 16, 2018

Kops version: 1.9.0

After updating to v1.14.9 with kops 1.9.0, externalName services are not resolving anymore. It is fixed in v1.14.10

kubernetes/dns#224

@ese ese changed the title Kubedns 1.14.9 broke externalDNS services Kubedns 1.14.9 broke externalName services May 16, 2018
@recollir
Copy link
Contributor

This can be fixed manually with

kubectl set image deployment/kube-dns -n kube-system \
  kubedns=gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.10 \
  dnsmasq=gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.10 \
  sidecar=gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.10

and is already fixed in master: #5026

@ese ese closed this as completed May 18, 2018
@ese ese reopened this May 18, 2018
@ese ese closed this as completed May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants