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

Improving UX for placeholder IP Address #3709

Merged

Commits on Nov 16, 2017

  1. Improving UX for kops validate cluster

    Before the `kops validate cluster` attempts to connect to the K8s API
    endpoint, the code now checks to see if the API DNS Entry is the kops
    placeholder IP Address 203.0.113.123.  It prints a message to the user
    and err's.  There is a new init func in validate cluster that disables
    CGO based DNS for Darwin OS.  Darwin does two things with kops
    validates; it caches the IP address, and it does not return the
    placeholder IP address.  We cannot use CGO base DNS with kops validate.
    chrislovecnm committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    c7ef856 View commit details
    Browse the repository at this point in the history