Jay Vyas
1bc1bf01ba
skip k8petstore shell script while i rewrite it entirely in golang
2016-03-11 14:01:21 -05:00
Joe Finney
bc06c5c13e
Fix project name for 1.2 serial job.
2016-03-11 10:52:18 -08:00
deads2k
9d22f8b5a7
prevent disallowed secret refs from leaking via the downward API
2016-03-11 13:27:50 -05:00
Joe Finney
e758b299c4
Merge pull request #22753 from spxtr/gce-1-2-jobs
...
More GCE 1.2 jobs.
2016-03-11 10:19:34 -08:00
nikhiljindal
593b78f925
Deprecating --api-version flag
2016-03-11 10:12:44 -08:00
Jeff Lowdermilk
627615c870
fix typo in kubectl run help string
2016-03-11 10:11:14 -08:00
Brian Grant
5cc7790f45
Merge pull request #22853 from deads2k/parse-version
...
allow resource.version.group in kubectl
2016-03-11 10:11:00 -08:00
Brian Grant
c6b4518aed
Merge pull request #22666 from pmorie/pod-ip-flake-redux
...
Fix flake in pod IP as env var e2e
2016-03-11 09:42:40 -08:00
Mike Danese
f8e1404f87
e2e: seperate wait for termination notice and graceful termination
2016-03-11 09:42:31 -08:00
Brian Grant
f7ec38ecba
Merge pull request #22861 from ncdc/fix-rkt-pod-ids-order
...
Fix rkt GetPods() order
2016-03-11 09:38:24 -08:00
Andy Goldstein
7230bd1096
Fix rkt GetPods() order
...
Use an array to store the pod IDs and use that to build the pod array with consistent ordering,
instead of map ordering, which is random and causes test flakes.
2016-03-11 12:32:22 -05:00
Phillip Wittrock
ce2d2c84c1
use different pod names and namespaces
2016-03-11 09:13:37 -08:00
Brian Grant
1c50f1831c
Merge pull request #22849 from soltysh/issue22836
...
Added api discovery to kubectl run, based on which we decide which generators to use
2016-03-11 09:04:12 -08:00
Justin Santa Barbara
e40595fa57
AWS volumes: Release disk from attaching map on error
...
If AWS gives us an actual error (vs just timing out), we know the disk
did not attach, and so we can remove it immediately from the attaching
map.
2016-03-11 11:40:39 -05:00
Andy Goldstein
01b33ec330
Close streams with Reset instead of Close when closing streaming connections
...
This ensures that the call to close the underlying streaming connection will execute immediately,
instead of waiting for all streams to gracefully shut down.
2016-03-11 11:28:08 -05:00
AdoHe
7228b9b987
restore ability to run against secured etcd
2016-03-11 11:21:16 -05:00
Maciej Szulik
f27871e60d
Added api discovery to kubectl run, based on which we decide which generators to use
2016-03-11 16:59:14 +01:00
k8s-merge-robot
574ac0b0d1
Merge pull request #22730 from yeasy/patch-2
...
Auto commit by PR queue bot
2016-03-11 07:47:54 -08:00
deads2k
5bd161a9cc
allow resource.version.group in kubectl
2016-03-11 10:21:50 -05:00
Wojciech Tyczynski
0db2012039
Refactor assmebling proto files to avoid code duplication
2016-03-11 15:54:10 +01:00
k8s-merge-robot
502d2457bb
Merge pull request #22682 from smarterclayton/credential_logging
...
Auto commit by PR queue bot
2016-03-11 05:32:03 -08:00
k8s-merge-robot
7b75495d56
Merge pull request #22835 from spxtr/fix-ssh
...
Auto commit by PR queue bot
2016-03-11 04:42:50 -08:00
Piotr Szczesniak
03656afd2a
Bumped Heapster to v1.0.0-beta1
2016-03-11 13:38:32 +01:00
k8s-merge-robot
accd6a49be
Merge pull request #22767 from yifan-gu/rkt_getpods
...
Auto commit by PR queue bot
2016-03-11 04:08:38 -08:00
k8s-merge-robot
4ee7424a7a
Merge pull request #22624 from fejta/testing
...
Auto commit by PR queue bot
2016-03-11 02:57:10 -08:00
k8s-merge-robot
5d58c74398
Merge pull request #22304 from ericchiang/bump_go_oidc
...
Auto commit by PR queue bot
2016-03-11 02:57:09 -08:00
k8s-merge-robot
5e50302a55
Merge pull request #22804 from ncdc/bump-spdystream
...
Auto commit by PR queue bot
2016-03-11 02:18:25 -08:00
Erick Fejta
df29612092
Address thockin nits
2016-03-11 02:06:05 -08:00
k8s-merge-robot
1f98ba99f1
Merge pull request #22846 from wojtek-t/fix_master_size
...
Auto commit by PR queue bot
2016-03-11 01:38:11 -08:00
Wojciech Tyczynski
46994a6890
Fix AWS default master sizes
2016-03-11 09:45:22 +01:00
Brian Grant
e5748a44d6
Merge pull request #22840 from liggitt/preferred-gvk
...
Prefer fetched version when determining HPA group version kind
2016-03-11 00:41:39 -08:00
Brian Grant
62607bed46
Merge pull request #22844 from ixdy/verify-all
...
Disable verify-godep-licenses.sh in hack/verify-all.sh
2016-03-11 00:13:50 -08:00
Brian Grant
54e97c7755
Merge pull request #22757 from jayunit100/fix-liveness
...
Concurrent liveness test to gaurantee test finishes in 2 minutes with…
2016-03-10 23:46:39 -08:00
Jeff Grafton
991f7446ac
Disable verify-godep-licenses.sh in hack/verify-all.sh
...
Also reenable in Makefile so Travis still runs it.
2016-03-10 23:30:40 -08:00
Brian Grant
5bd45d26ac
Merge pull request #22772 from AdoHe/kubectl_update_wide
...
update wide option output
2016-03-10 23:19:02 -08:00
spxtr
26f77d2ec5
Use SCP to dump logs and parallelize a bit.
2016-03-10 23:04:48 -08:00
Jeff Grafton
d94ff5b83a
Merge pull request #22834 from ixdy/verify-all
...
Add jq to the kubekins-test image and pass through KUBE_FORCE_VERIFY_CHECKS
2016-03-10 22:15:20 -08:00
AdoHe
9788101e11
update wide option output
2016-03-11 00:29:37 -05:00
k8s-merge-robot
65605023d5
Merge pull request #22602 from justinsb/multizone_label_dynamic_pvs
...
Auto commit by PR queue bot
2016-03-10 21:19:05 -08:00
Jordan Liggitt
560b02b3ec
Prefer fetched version when determining HPA group version kind
2016-03-11 00:03:38 -05:00
k8s-merge-robot
a5369a2c1e
Merge pull request #22828 from janetkuo/scale-down-flake
...
Auto commit by PR queue bot
2016-03-10 20:40:23 -08:00
k8s-merge-robot
97d384f269
Merge pull request #22756 from huang195/add_proxy_kubeconfig_flag
...
Auto commit by PR queue bot
2016-03-10 18:37:18 -08:00
Jeff Grafton
85bc91c44c
Add jq to the kubekins-test image and passthru KUBE_FORCE_VERIFY_CHECKS
2016-03-10 17:57:55 -08:00
David McMahon
9f62a2b196
Merge pull request #22732 from david-mcmahon/releasing.md
...
Update the section on jenkins changes for a new branch.
2016-03-10 17:50:19 -08:00
HAI HUANG
b08e2b7201
added proxy-kubeconfig flag
2016-03-10 20:35:49 -05:00
k8s-merge-robot
144e818ae0
Merge pull request #22811 from madhusudancs/kubectl-rs-autoscale
...
Auto commit by PR queue bot
2016-03-10 17:16:26 -08:00
Daniel Wang
87b3eee1e6
Jenkins: Add the ability to selectively disable an e2e job
...
Also, disable kubernetes-e2e-gce-trusty-dev-slow for now as it is failing
constantly due to a known issue.
2016-03-10 16:50:43 -08:00
k8s-merge-robot
b8e589456c
Merge pull request #22809 from madhusudancs/kubectl-rs-desc
...
Auto commit by PR queue bot
2016-03-10 16:37:09 -08:00
Jeff Grafton
3821b26ef8
Merge pull request #22681 from ixdy/verify-all
...
Refactor hack/verify-all.sh and run almost all checks
2016-03-10 16:21:16 -08:00
Janet Kuo
4a181dacec
Fix the possible negative scale down value; add logs when scaling down
2016-03-10 16:01:18 -08:00