kubernetes/cluster/gce
Madhusudan.C.S 059c2aa799 Mitigate node out of disk status oscillation by delaying it.
Implement a flag that defines the frequency at which a node's out of
disk condition can change its status. Use this flag to suspend out of
disk status changes in the time period specified by the flag, after
the status is changed once.

Set the flag to 0 in e2e tests so that we can predictably test out of
disk node condition.

Also, use util.Clock interface for all time related functionality in
the kubelet. Calling time functions in unversioned package or time
package such as unversioned.Now() or time.Now() makes it really hard
to test such code. It also makes the tests flaky and sometimes
unnecessarily slow due to time.Sleep() calls used to simulate the
time elapsed. So use util.Clock interface instead which can be faked
in the tests.
2016-01-04 12:23:38 -08:00
..
coreos cluster/gce: Move build-kube-env to util.sh 2015-11-17 17:23:04 -08:00
debian Revert "Salt changes to enable using non-default Kubelet port" 2015-11-25 09:15:36 +01:00
trusty Merge pull request #18485 from andyzheng0831/trusty-release 2015-12-15 21:18:58 -08:00
config-default.sh Bump to container-vm-v20151215: 2015-12-16 13:08:24 -08:00
config-test.sh Mitigate node out of disk status oscillation by delaying it. 2016-01-04 12:23:38 -08:00
configure-vm.sh Merge pull request #19136 from gmarek/cleanup 2016-01-02 08:02:30 -08:00
delete-stranded-load-balancers.sh Also delete firewall rules and static IP addresses from stranded GCE LBs 2015-10-06 18:28:06 -07:00
list-resources.sh Quote string to preserve newlines in output 2015-12-08 11:27:49 -08:00
upgrade.sh Allow creation of clusters larger than 500 nodes in GCE, take 2. 2015-12-14 14:02:26 +01:00
util.sh Split levels of verbosity of test logging on components. 2015-12-28 11:41:09 +01:00