David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
AdoHe
|
28e1d1af65
|
reduce component status probe timeout to 20s for quickly timeout
|
2016-03-14 22:18:55 -04:00 |
Rudi Chiarito
|
a2d1bb7acf
|
Add httpHeaders to httpGet liveness probe
Also update existing documentation and try to steer users away from 'host'.
Add validation.
|
2016-02-05 11:20:04 -05:00 |
Harry Zhang
|
936a11e775
|
Use networking to hold network related pkgs
Change names of unclear methods
Use net as pkg name for short
|
2016-01-15 13:46:16 +08:00 |
mqliang
|
149af2f7a7
|
remove todo
|
2015-12-02 13:04:59 +08:00 |
Jordan Liggitt
|
2a1286c8f2
|
Add util to set transport defaults
|
2015-10-02 02:29:46 -04:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Brendan Burns
|
f4e97be78e
|
Switch to using the official etcd health check.
|
2015-06-24 10:18:39 -07:00 |
CJ Cullen
|
36d54b2094
|
Remove /Validate endpoint
|
2015-05-26 10:49:18 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Filip Grzadkowski
|
8b755c805b
|
Break request metrics in apiserver by client.
|
2015-04-24 13:16:14 +02:00 |
Fabio Yeon
|
951a125751
|
Add "componentstatus" to API for easier cluster health check.
|
2015-04-17 11:58:23 -07:00 |
Robert Bailey
|
f15e34a1bf
|
Revert "Merge pull request #6309 from GoogleCloudPlatform/revert-6243-kubelet-ssl"
This reverts commit 96a0a0d618 , reversing
changes made to 2af9b54147 .
|
2015-04-02 10:44:37 -07:00 |
Robert Bailey
|
32a1c052dc
|
Revert "Configure the kubelet to use HTTPS"
|
2015-04-01 13:59:31 -07:00 |
Robert Bailey
|
58bc792e68
|
Configure the master to connect to the kubelet using HTTPS.
|
2015-04-01 09:09:29 -07:00 |
Alex Robinson
|
60f0e9d673
|
Fix the broken calls to the monitor() by having it take arguments as pointers.
This is needed for the changes to various labels from later in the function
to be picked up.
|
2015-03-06 23:16:44 +00:00 |
Daniel Smith
|
ca5a73ac6b
|
remove redundant func()
|
2015-02-17 15:58:18 -08:00 |
Alex Robinson
|
ab62b689a5
|
Add monitoring instrumentation for the remaining HTTP handlers in the apiserver.
|
2015-02-10 23:19:49 +00:00 |
Mike Danese
|
14bfec92f2
|
rename probe.Status to probe.Result.
|
2015-02-05 15:49:58 -08:00 |
Mike Danese
|
5dc6362f8a
|
rename probe.Healthy to probe.Success and renam probe.Unhealthy to probe.Failure.
|
2015-01-27 11:20:30 -08:00 |
Mike Danese
|
a298402bd4
|
remove pkg/health and move everything over to pkg/probe
|
2015-01-27 11:20:30 -08:00 |
Brendan Burns
|
59b5546b28
|
Turn on node level validation, and make the validation set dynamic.
|
2014-12-10 22:02:45 -08:00 |
Brendan Burns
|
d7dc20fd6a
|
Add etcd to the list of services to validate.
Also add minions.
|
2014-11-05 21:22:01 -08:00 |
Brendan Burns
|
f8844ce69e
|
Add a validator for validating components in the cluster infrastructure.
|
2014-09-16 13:37:01 -07:00 |