Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
deads2k
77b4d55982
mechanical
2017-01-16 09:35:12 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
David Ashpole
c3951a72ab
use dynamic config to set eviction hard threshold
2017-01-09 15:27:12 -08:00
Wojciech Tyczynski
a9ec31209e
GetOptions - fix tests
2016-12-09 09:42:01 +01:00
Chao Xu
29400ac195
test/e2e_node
2016-11-23 15:53:09 -08:00
David Ashpole
f6224590f7
Test Container Garbage Collection
2016-11-15 09:15:31 -08:00
Michael Taufen
5190a7d72d
Add dynamic kubelet configuration utilities to node e2e tests
...
Also modify dynamic kubelet configuration test to rely on new utility functions
2016-11-02 10:02:21 -07:00
Michael Taufen
aa1d273584
Wait for the memory pressure condition to be absent before finishing the memory eviction test
2016-08-26 10:15:28 -07:00
Dawn Chen
24e81af7b3
Revert "Avoid disk eviction node e2e test using up all the disk space"
2016-08-26 08:59:42 -07:00
Kubernetes Submit Queue
cce68024e4
Merge pull request #31391 from ronnielai/container-gc
...
Automatic merge from submit-queue
Avoid disk eviction node e2e test using up all the disk space
2016-08-26 05:25:53 -07:00
bindata-mockuser
d0577e7c74
Avoid disk eviction node e2e test using up all the disk space
2016-08-24 22:07:58 -07:00
Random-Liu
afb780d4ee
Move utilities into different packages. Add local and remove runner.
2016-08-24 20:18:45 -07:00
Random-Liu
3910a66bb5
Add run-services-mode option, and start e2e services in a separate
...
process.
2016-08-15 14:45:01 -07:00
Random-Liu
13c8381dc4
Move the node name initialization to first function of
...
SynchronizedBeforeEach, so that we can pass right node
name when starting e2e services.
2016-08-03 18:14:53 -07:00
Random-Liu
9d48c76361
Make the node e2e test run in parallel.
2016-07-29 16:40:59 -07:00
Random-Liu
e40e82bd5c
Make it possible to share test between e2e and node e2e,
...
and make container probing test shared to validate.
2016-07-18 14:05:08 -07:00
Random-Liu
62337e7c44
Disable kubenet for local node e2e test.
2016-07-06 14:04:35 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Tim St. Clair
376b5f247a
Refactor common pod patterns to e2e framework.
2016-06-28 17:20:08 -07:00
Yu-Ju Hong
a6a3ed210c
Port the downward api test to the node e2e suite
...
Also extend the framework to allow a custom client config loading function, so
that the node e2e suite can reuse the same framework across tests.
2016-06-03 18:16:24 -07:00
Vishnu kannan
fa476b8044
Framework support for node e2e.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-29 15:37:35 -07:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
Phillip Wittrock
ad37e2654e
Node e2e test fixes:
...
- Improve documentation and method naming
- Fix command this is run remotely
- Never reschedule the busybox logging test pod since it is supposed to terminate
- Update log test condition retrylogic to correctly retry instead of failing the test
- localhost -> 127.0.0.1 to work on coreos
- give name to etcd to work on coreos
- allow using full hostname for nodename for coreos
2015-12-16 09:22:48 -08:00
Phillip Wittrock
ec5ecb18fa
Initial Pod e2e test
2015-11-24 15:40:16 -08:00