Jeff Lowdermilk
4c01b2a589
Merge pull request #13927 from jlowdermilk/gke-upgrade-tests
...
Add gke upgrade tests to hack/jenkins/e2e.sh
2015-09-15 13:30:14 -07:00
k8s-merge-robot
b8e938b795
Merge pull request #13184 from feihujiang/limitTypesForExposeCommand
...
Auto commit by PR queue bot
2015-09-15 01:21:19 -07:00
k8s-merge-robot
1381d0cc36
Merge pull request #13887 from nikhiljindal/deploymentController
...
Auto commit by PR queue bot
2015-09-14 22:01:06 -07:00
k8s-merge-robot
c55cc2c68c
Merge pull request #13938 from jlowdermilk/fix-hack-test-go
...
Auto commit by PR queue bot
2015-09-14 20:48:00 -07:00
k8s-merge-robot
92b2d0156e
Merge pull request #13941 from ghodss/local-up-cluster-speedup
...
Auto commit by PR queue bot
2015-09-14 20:22:39 -07:00
feihujiang
98689a99ec
Limit the type for kubectl expose command
2015-09-15 11:17:04 +08:00
nikhiljindal
c97b9db700
Adding a deploymentController
2015-09-14 18:39:46 -07:00
Sam Ghods
b021c83ac3
Speed up hack/local-up-cluster.sh build time
2015-09-14 15:39:53 -07:00
Jeff Lowdermilk
1f71ac8c17
remove unneccessary echo in hack/test-go.sh
2015-09-14 15:25:33 -07:00
Jeff Lowdermilk
7fa7852205
disable Daemon set test when running e2e on gke
2015-09-14 13:34:13 -07:00
Jeff Lowdermilk
8e509be45f
Add gke upgrade tests to hack/jenkins/e2e.sh
2015-09-14 10:03:11 -07:00
Jeff Lowdermilk
e25ae7fdb2
Merge pull request #13833 from caesarxuchao/central-latest
...
[WIP] Making a generic latest package
2015-09-14 09:26:58 -07:00
k8s-merge-robot
4aa412e04d
Merge pull request #13810 from quinton-hoole/2015-09-10-banish-flaky-tests
...
Auto commit by PR queue bot
2015-09-12 21:10:49 -07:00
Chao Xu
f734a6f038
register experimental/v1 in test-cmd.sh and test-integration.sh
2015-09-11 17:34:32 -07:00
Chao Xu
a7b5e11171
fix KUBE_API_VERSIONS in update_swagger_spec.sh
2015-09-11 17:33:22 -07:00
Chao Xu
347ce513cc
modifying hack/test* scripts
2015-09-11 17:29:37 -07:00
k8s-merge-robot
cb481b4a00
Merge pull request #13837 from brendandburns/kubectl2
...
Auto commit by PR queue bot
2015-09-11 17:18:29 -07:00
Daniel Smith
7a0fc719fb
Fix tooling for apis/experimental's new home
...
* fix package name
* add a script to auto-gofmt everything, useful after grep/sed incantations
* update conversion/deep copy generation
* doc update
2015-09-11 16:06:10 -07:00
Brendan Burns
9ba13ff361
Address comments
2015-09-11 13:55:16 -07:00
Jeff Lowdermilk
7229096453
Add config for the main gke-jenkins jobs to e2e.sh
2015-09-11 11:05:30 -07:00
Jerzy Szczepkowski
5be8817315
Turning on pod autoscaler on GCE.
...
Implemented optional turning on of pod autoscaler in kube-up script for GCE.
2015-09-11 12:03:41 +02:00
Abhishek Shah
44ce4aa423
Create a LB for a K8S with the LB-IP provided by user.
2015-09-10 21:05:06 -07:00
k8s-merge-robot
bfc60709b1
Merge pull request #13468 from yifan-gu/rkt_doc
...
Auto commit by PR queue bot
2015-09-10 20:32:08 -07:00
Mike Danese
b0457bee94
Merge pull request #13058 from mvdan/go1.5
...
Race condition and test fixes
2015-09-10 15:10:19 -07:00
Yifan Gu
4f6f5586d2
hack/local-up-cluster.sh: add new rkt flags for kubelet.
2015-09-10 14:58:03 -07:00
Yifan Gu
e7b9c50ba1
kubelet/rkt: add support for different stage1 image.
...
Also enable grace stop for service files.
2015-09-10 14:58:03 -07:00
Mike Danese
a48f218264
Merge pull request #13754 from tummychow/labels-deps
...
Move util.StringSet into its own package
2015-09-10 13:10:54 -07:00
Mike Danese
1fec199356
Merge pull request #13824 from kubernetes/revert-13547-hpa-kubeup
...
Revert "Turning on pod autoscaler on GCE."
2015-09-10 12:53:10 -07:00
Quinton Hoole
eaf0e3e2f3
Merge pull request #13813 from quinton-hoole/2015-09-10-banish-e2e-try-again
...
Banish service up and down e2e test in parallel to flaky
2015-09-10 12:27:12 -07:00
tummychow
78ce5da988
Move util.StringSet into its own package
...
A lot of packages use StringSet, but they don't use anything else from
the util package. Moving StringSet into another package will shrink
their dependency trees significantly.
2015-09-10 12:04:15 -07:00
Jeff Lowdermilk
08442974bb
Revert "Turning on pod autoscaler on GCE."
2015-09-10 11:46:37 -07:00
Daniel Martí
c054b20148
Avoid using two periods in templates
...
Since $id_field already starts with a period, .$id_field would result in the
following in Go 1.5:
error: error parsing template {{range.items}}{{..metadata.name}}:{{end}}, template: output:1: unexpected . after term "."
Apparently, Go 1.4 allowed this. Unnecessary anyway.
2015-09-10 11:44:14 -07:00
Quinton Hoole
662e41cdcc
Banish services up and down e2e test in parallel to flaky.
2015-09-10 09:08:19 -07:00
Quinton Hoole
72cfaf4955
Demote namespace e2e test to flaky in parallel (and fix it's name).
2015-09-10 08:55:11 -07:00
Jerzy Szczepkowski
b41862b670
Turning on pod autoscaler on GCE.
...
Implemented optional turning on of pod autoscaler in kube-up script for GCE.
2015-09-10 16:10:01 +02:00
Chao Xu
fe0a7ae51a
Merge pull request #13740 from soltysh/fix_runtime_config_flag
...
Fixed passing RUNTIME_CONFIG flag
2015-09-09 17:15:30 -07:00
Maciej Szulik
08aae94dea
Fixed passing RUNTIME_CONFIG flag, since currently it fails passing eg.
...
RUNTIME_CONFIG="experimental/v1=true" to the server.
2015-09-09 21:55:57 +02:00
jiangyaoguo
1460a1fb9e
Rate limit events in kubelet
...
1. Add EvnetRecordQps and EventBurst parameter in kubelet.
2. If EvnetRecordQps and EventBurst was set, rate limit events in kubelet
with a independent ratelimiter as setted.
2015-09-09 16:57:21 +08:00
k8s-merge-robot
45742e885c
Merge pull request #13452 from aveshagarwal/master-api-rate-burst-remove
...
Auto commit by PR queue bot
2015-09-09 00:42:59 -07:00
Chao Xu
1c02ea04a7
Merge pull request #13605 from caesarxuchao/fix-verify-descriptions
...
Fix verify-descriptions.sh
2015-09-08 11:41:44 -07:00
k8s-merge-robot
1eb348c59b
Merge pull request #13591 from gmarek/update-all
...
Auto commit by PR queue bot
2015-09-08 09:02:09 -07:00
Chao Xu
10c8179030
enable verify-description.sh for pkg/expapi/v1/types.go
2015-09-08 08:59:52 -07:00
k8s-merge-robot
0d21b5888f
Merge pull request #13550 from gmarek/verify-all
...
Auto commit by PR queue bot
2015-09-08 03:35:51 -07:00
k8s-merge-robot
01d11b9f8f
Merge pull request #13617 from mesosphere/config-exec-resources
...
Auto commit by PR queue bot
2015-09-07 01:53:04 -07:00
gmarek
e232840673
Add a verify-all script that runs most of 'verify' scripts
2015-09-07 10:26:40 +02:00
gmarek
de9614af37
Add an hack/update-all.sh script that run all update scripts
2015-09-07 09:36:07 +02:00
James DeFelice
cf908df89c
add flags for initial executor cpu and memory resources
2015-09-06 02:16:09 +00:00
Dai Zuozhuo
2e2ef3e830
change -o template to -o go-template=...
2015-09-05 22:30:47 +08:00
Chao Xu
9fc79e9d99
refactor testapi and test scripts to prepare for multiple API groups.
2015-09-04 18:01:32 -07:00
Quinton Hoole
e4fbfa9777
Merge pull request #13025 from pires/example_elasticsearch
...
Revamped Elasticsearch example
2015-09-04 12:28:17 -07:00