kops/pkg/validation
chrislovecnm c7ef856f92 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.
2017-11-16 15:12:51 -07:00
..
BUILD.bazel Improving UX for kops validate cluster 2017-11-16 15:12:51 -07:00
node_api_adapter.go API types changed package 2017-10-01 14:03:56 -04:00
node_api_adapter_test.go API types changed package 2017-10-01 14:03:56 -04:00
validate_cluster.go Improving UX for kops validate cluster 2017-11-16 15:12:51 -07:00
validate_cluster_test.go API types changed package 2017-10-01 14:03:56 -04:00