Ian Hoegen
9ea5008da4
Make node counts and master counts autoscale friendly
2017-12-12 08:42:28 -08:00
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
Justin Santa Barbara
3478031533
API types changed package
2017-10-01 14:03:56 -04:00
Ted Hahn
46d885d39b
Change validation to be happy with more than minimum nodes.
2017-04-18 18:50:19 -07:00
Justin Santa Barbara
6556eeda69
Fix node role defaulting
...
This otherwise breaks validation.
2017-03-31 01:49:48 -04:00
Justin Santa Barbara
bc7743f726
Merge pull request #2160 from ryane/validate-completed-job-fix-2137
...
validate cluster considers pods with PodPhase Succeeded as valid
2017-03-29 11:44:59 -04:00
Justin Santa Barbara
4006741a5d
Update for new taints / labels names
2017-03-27 23:13:39 -04:00
ryane
0f75b22c82
validate cluster considers pods with PodPhase Succeeded as valid
...
fixes #2137
2017-03-21 08:05:35 -04:00
Justin Santa Barbara
cb4641fea3
Code updates
2017-03-16 02:40:50 -04:00
Shane Starcher
d914e24e7d
adding component and kube-system validation
2017-02-10 11:14:34 -05:00
Kamil Hristov
eb3a639911
Improve cluster validate output
2017-01-30 07:05:16 +02:00
Justin Santa Barbara
09cb9b654c
Change int to int32 in API
...
We shouldn't be using the variable-sized int in the API
2017-01-15 18:23:44 -05:00
Justin Santa Barbara
a375b1af82
Updates for k8s 1.6 code
2017-01-03 20:32:48 -05:00
Justin Santa Barbara
5674b8c2ce
Move to pkg/validation and tidy up
2016-12-02 11:13:06 -05:00