Kubernetes Submit Queue
eb700d86c5
Merge pull request #50440 from bskiba/kubemark_e2e_open
...
Automatic merge from submit-queue (batch tested with PRs 45186, 50440)
Add functionality needed by Cluster Autoscaler to Kubemark Provider.
Make adding nodes asynchronous. Add method for getting target
size of node group. Add method for getting node group for node.
Factor out some common code.
**Release note**:
```
NONE
```
2017-08-10 07:31:01 -07:00
Beata Skiba
20a3756024
Add functionality needed by Cluster Autoscaler to Kubemark Provider.
...
Make adding nodes asynchronous. Add method for getting target
size of node group. Add method for getting node group for node.
Factor out some common code.
2017-08-10 14:37:56 +02:00
Aleksandra Malinowska
55682f2a55
add grabbing CA metrics in e2e tests
2017-08-10 11:22:45 +02:00
Beata Skiba
2f747f3d3c
Add a simple cloud provider for e2e tests on kubemark
...
This is needed for cluster autoscaler e2e test to
run on kubemark. We need the ability to add and
remove nodes and operate on nodegroups. Kubemark
does not provide this at the moment.
2017-08-07 16:31:02 +02:00
Mik Vyatskov
e79a228a78
Move the sig-instrumentation test to a dedicated folder
2017-08-07 10:33:03 +02:00
Shyam Jeedigunta
82f1012e74
Allow mode in e2e-framework to gather metrics only from master
2017-08-01 12:00:52 +02:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
gmarek
55880e6b4b
Move metrics_grabbert to test/e2e
2017-07-07 13:13:44 +02:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Chao Xu
f4989a45a5
run root-rewrite-v1-..., compile
2017-06-22 10:25:57 -07:00
Mike Danese
eb32d6b5d3
double ns deletion timeout until we figure out what is causing slowness
2017-06-13 19:05:04 -07:00
Andy Goldstein
41345418cb
Support grabbing test suite metrics
...
Update the "interesting" controller-manager metrics to match the
current names for the garbage collector, and add namespace controller
metrics to the list.
2017-05-26 11:21:27 -04:00
Dan Winship
35bb7825fe
Remove one slightly-broken wait-for-endpoints test util and fix another
2017-05-12 12:31:42 -04:00
gmarek
f68b884a9d
Move rest of performance data gathered by tests to Summaries
2017-05-10 14:50:38 +02:00
Dong Liu
78f929a433
Fix namespace deletion log in e2e test framework.
2017-05-04 10:58:11 +08:00
Michelle Au
e4106e305a
Increase pv test ns deletion timeout to the framework's default.
2017-04-28 15:53:51 -07:00
Shyam Jeedigunta
3eba4ef93e
Disable the kubelet part of metrics collection in kubemark
2017-04-28 13:54:03 +02:00
Kubernetes Submit Queue
a3c4d9d603
Merge pull request #45039 from shyamjvs/report-metrics-grabber-error
...
Automatic merge from submit-queue (batch tested with PRs 42740, 44980, 45039, 41627, 45044)
Log the error (if any) in e2e metrics gathering step
Because why not.
Ref https://github.com/kubernetes/kubernetes/issues/45038
cc @wojtek-t @gmarek
2017-04-27 13:27:04 -07:00
Shyam Jeedigunta
87bfad85b1
Log the error (if any) in e2e metrics gathering step
2017-04-27 18:37:52 +02:00
Shyam Jeedigunta
647a1563dc
Make metrics filenames for e2e tests indicate the test
2017-04-27 13:03:39 +02:00
gmarek
7ad55c8a47
Output some spam to files instead of main log files
2017-04-20 16:13:40 +02:00
gmarek
be987ac247
Allow summaries to be printed out to ReportDir instead of stdout
2017-04-19 16:17:36 +02:00
Maru Newby
6170378764
Configurably skip creation of namespace on e2e setup
2017-04-04 17:42:49 -07:00
Marcin Owsiany
f73dce8fb5
Fix two typos.
2017-03-31 08:57:11 +02:00
Maciej Szulik
6c0cd24865
Drop NewDefultGroupVersionFramework in favor of client automatically handling proper GroupVersions
2017-03-06 12:12:38 +01:00
Janet Kuo
7c89359cc8
Address comments: remove unused resourceVersion in e2e util wait loop; poll pods every 2 seconds
2017-02-08 13:05:11 -08:00
deads2k
c9a008dff3
move util/intstr to apimachinery
2017-01-30 12:46:59 -05:00
deads2k
2734f8f892
move dynamic and discovery clients
2017-01-26 08:37:06 -05:00
shashidharatd
e46169f527
Expose options field in e2e framework structure
2017-01-25 01:39:33 +05:30
Clayton Coleman
469df12038
refactor: move ListOptions references to metav1
2017-01-23 17:52:46 -05:00
deads2k
ee6752ef20
find and replace
2017-01-20 08:04:53 -05:00
deads2k
11e8068d3f
move pkg/fields to apimachinery
2017-01-19 09:50:16 -05:00
shashidharatd
d515eb4c9a
segrageted federation related test code from e2e.framework
2017-01-19 07:56:30 +05:30
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
Kubernetes Submit Queue
212234ab3f
Merge pull request #39807 from deads2k/client-02-client-go
...
Automatic merge from submit-queue
run staging client-go update
Chasing to see what real problems we have in staging-client-go.
@sttts you get similar results?
2017-01-13 13:21:19 -08:00
Kubernetes Submit Queue
a6fa5c2bfd
Merge pull request #39814 from deads2k/api-58-multi-register
...
Automatic merge from submit-queue
replace global registry in apimachinery with global registry in k8s.io/kubernetes
We'd like to remove all globals, but our immediate problem is that a shared registry between k8s.io/kubernetes and k8s.io/client-go doesn't work. Since client-go makes a copy, we can actually keep a global registry with other globals in pkg/api for now.
@kubernetes/sig-api-machinery-misc @lavalamp @smarterclayton @sttts
2017-01-13 12:37:02 -08:00
deads2k
633e9d98fc
use apimachinery packages instead of client-go packages
2017-01-13 14:04:54 -05:00
deads2k
f1176d9c5c
mechanical repercussions
2017-01-13 08:27:14 -05:00
NickrenREN
a12dea14e0
fix redundant alias clientset
2017-01-12 10:21:05 +08:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Madhusudan.C.S
48f79cf600
Quote a bash variable, fix a typo and add some additional logging.
2017-01-06 19:17:48 +05:30
Madhusudan.C.S
5a7644c502
[Federation][init-11] Switch federation e2e tests to use the new federation control plane bootstrap via the kubefed init
command.
2016-12-16 11:22:44 +05:30
Chao Xu
6709b7ada2
run hack/update-codegen.sh
...
run hack/verify-gofmt.sh
update bazel
2016-12-14 12:39:49 -08:00
Chao Xu
c81057be2c
move federation_release_1_5 to federation_clientset
2016-12-14 12:39:49 -08:00
Chao Xu
03d8820edc
rename /release_1_5 to /clientset
2016-12-14 12:39:48 -08:00
Kubernetes Submit Queue
52e1b36961
Merge pull request #38462 from gmarek/print
...
Automatic merge from submit-queue
Make resource gatherer print the data about resource usage in case of…
2016-12-09 06:07:57 -08:00
gmarek
3361576f3b
Make resource gatherer print the data about resource usage in case of failure
2016-12-09 11:55:40 +01:00
Wojciech Tyczynski
a9ec31209e
GetOptions - fix tests
2016-12-09 09:42:01 +01:00
Sebastain Jug
98864265a2
New ns param for NewClusterVerification
2016-12-05 16:27:07 -05:00