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

Fixes issue with etcd DNS resolution via locally provided nameserver. #69

Closed
wants to merge 1 commit into from

Commits on Dec 7, 2017

  1. Fixes issue with etcd DNS resolution via locally provided nameserver.

    When restarting masters, `etcd-member.service` fails to be able to reverse lookup the names of the TLS nodes as DNS hasn't been defined yet. As a side effect causes some issues with CLUO deployed ;)
    
    ```
    Dec 04 07:27:16 node0.cluster.com etcd-wrapper[875]: 2017-12-04 07:27:16.092239 I | etcdmain: rejected connection from "192.168.15.13:44308" (tls: "192.168.15.13" does not match any of DNSNames ["node0.int.cluster.com" "node3.int.cluster.com" "*.kube-etcd.kube-system.svc.cluster.local" "kube-etcd-client.kube-system.svc.cluster.local"])
    ```
    shift authored and Vincent Palmer committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    6a40cec View commit details
    Browse the repository at this point in the history