kubernetes/test/e2e
Michael Taufen 1b7d06e025 Kubelet creates and manages node leases
This extends the Kubelet to create and periodically update leases in a
new kube-node-lease namespace. Based on [KEP-0009](https://github.com/kubernetes/community/blob/master/keps/sig-node/0009-node-heartbeat.md),
these leases can be used as a node health signal, and will allow us to
reduce the load caused by over-frequent node status reporting.

- add NodeLease feature gate
- add kube-node-lease system namespace for node leases
- add Kubelet option for lease duration
- add Kubelet-internal lease controller to create and update lease
- add e2e test for NodeLease feature
- modify node authorizer and node restriction admission controller
to allow Kubelets access to corresponding leases
2018-08-26 16:03:36 -07:00
..
apimachinery Merge pull request #66807 from caesarxuchao/remove-connectrequest 2018-08-07 11:44:10 -07:00
apps Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
auth Merge pull request #66842 from hanxiaoshuai/cleanup0801 2018-08-09 08:39:41 -07:00
autoscaling Allow requesting specific gpu in autoscaling e2e tests 2018-08-17 17:15:45 +02:00
chaosmonkey Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
common Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
framework Merge pull request #67406 from freehan/pod-ready 2018-08-23 11:13:58 -07:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
instrumentation Merge pull request #64564 from coffeepac/stackdriver-tests-non-blocking 2018-08-26 14:07:00 -07:00
kubectl some minor fix in test/e2e/kubectl/kubectl.go 2018-08-15 09:06:21 +08:00
lifecycle e2e: Ensure that sysrq-trigger is enabled before use 2018-08-06 11:49:12 -04:00
manifest Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
network Merge pull request #67835 from smarterclayton/serial 2018-08-26 10:39:01 -07:00
node Merge pull request #66209 from tianshapjq/should-not-fmtprintf 2018-08-17 02:27:10 -07:00
perftype
scalability Merge pull request #67776 from shyamjvs/fix-load-test-throughput 2018-08-24 16:43:20 -07:00
scheduling Merge pull request #67687 from Lion-Wei/remote-reschrduler 2018-08-23 12:32:17 -07:00
servicecatalog Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
storage Merge pull request #67281 from tpepper/trivial 2018-08-21 05:25:10 -07:00
testing-manifests Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
ui Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
upgrades e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
e2e_test.go Move multizone e2e to sig scheduling path 2018-01-25 08:42:16 -08:00
e2e-example-config.json
e2e.go In e2e framework, wait for kube-system daemonsets to be ready. 2018-08-16 15:20:23 +02:00
examples.go removes job scaler 2018-04-04 08:23:21 -04:00
gke_local_ssd.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
gke_node_pools.go
README.md