Commit Graph

26231 Commits

Author SHA1 Message Date
Jeff Lowdermilk
d356bad602 Merge pull request #22373 from janetkuo/edit-no-file
Fix kubectl edit: no such file
2016-03-02 16:57:06 -08:00
Jeff Lowdermilk
5214ae1c89 Merge pull request #22313 from andyzheng0831/fix
Fix a breakage of kube-proxy in Trusty
2016-03-02 16:19:02 -08:00
Jeff Lowdermilk
abfb54b97a Merge pull request #21981 from bparees/syntax
fix syntax issues in template example json
2016-03-02 16:17:00 -08:00
Jeff Lowdermilk
bb4e8365bd Merge pull request #22327 from yujuhong/pleg_tests
pleg: add more tests for detecting missing container/pods
2016-03-02 16:15:31 -08:00
Jeff Lowdermilk
c189dccbb4 Merge pull request #22353 from pmorie/emptydir-wrapper-e2e
Disambiguate emptydir wrapper test
2016-03-02 16:15:17 -08:00
Jeff Lowdermilk
ee20520ef5 Merge pull request #22323 from njuicsgz/patch-1
clerical error of nodeaffinity.md
2016-03-02 16:14:42 -08:00
Jeff Lowdermilk
21455ab776 Merge pull request #22171 from piosz/hpa-default
Added default cpu target for HPA
2016-03-02 16:07:24 -08:00
Jeff Lowdermilk
6390aef05d Merge pull request #21909 from madhusudancs/scale-group-apiinstaller
Allow cross-group subresource registrations in the APIInstaller.
2016-03-02 16:06:50 -08:00
Janet Kuo
d5953991d9 Fix kubectl edit: no such file 2016-03-02 16:05:08 -08:00
Jeff Lowdermilk
e953b65501 Merge pull request #22378 from david-mcmahon/license-part2
Add Godeps/LICENSES to server tarball.
2016-03-02 15:58:47 -08:00
Jeff Lowdermilk
d5f4595c5f Merge pull request #21914 from spxtr/remove-prepare-version
Remove PrepareVersion from hack/e2e.go.
2016-03-02 15:57:59 -08:00
Joe Finney
56b7c9ba20 Dump logs at the end of e2e runs. 2016-03-02 15:49:08 -08:00
Yu-Ju Hong
216727c448 e2e: add kubelet resource usage test to monitor 100 pods per node 2016-03-02 15:23:54 -08:00
Zach Loafman
820842036b Show LICENSES in /etc/motd
Plumb through from the server tarball to
/usr/local/share/docs/kubernetes/LICENSES, then display in the motd.
2016-03-02 15:23:17 -08:00
Avesh Agarwal
ad6dfa0370 Fix kubectl create to create all resources in a url.
https://github.com/kubernetes/kubernetes/issues/18751 .
2016-03-02 18:08:24 -05:00
Jeff Lowdermilk
d644062445 Merge pull request #22333 from bprashanth/gke-ingress
Move gke ingress tests into a different project.
2016-03-02 15:06:06 -08:00
Jeff Lowdermilk
6154f59599 Merge pull request #22330 from pwittrock/jenkins-cleanup
node e2e ci - clean up workspace before builds
2016-03-02 15:05:29 -08:00
Jeff Lowdermilk
81efc5887b Merge pull request #22258 from a-robinson/dep
Mark the old high-availability proposal as deprecated.
2016-03-02 15:04:36 -08:00
Joe Finney
5315921d68 Use timeout command instead of Jenkins for e2e tests. 2016-03-02 15:02:29 -08:00
Vishnu kannan
e33ec7a6ba Re-enable system metrics kubelet tests.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-02 14:55:26 -08:00
Vishnu kannan
f9129b02a5 Start for real background tasks in container manager.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-02 14:55:26 -08:00
Tim St. Clair
3ad59de829 Garbage collect containers for deleted pods 2016-03-02 14:35:17 -08:00
Jay Vyas
09ad2da7ac minimal hostPath fix 2016-03-02 17:22:45 -05:00
k8s-merge-robot
ec77d0841d Merge pull request #22376 from caesarxuchao/add-log-nodecontroller
Auto commit by PR queue bot
2016-03-02 13:36:34 -08:00
Prashanth Balasubramanian
67e1ddddfb Move gke ingress tests into a different project. 2016-03-02 13:03:54 -08:00
Dhawal Yogesh Bhanushali
fe7568d099 cidr-fix for vsphere cloud provider
let kubelet configure cbr0 bridge.
let kube-controll-manager distributed the subnet across the nodes.
create routes for the pod network.
2016-03-02 12:52:56 -08:00
David McMahon
efa588dcf9 Pass latest or stable to build/push-official-release.sh. 2016-03-02 12:43:27 -08:00
Jay Vyas
b81ea8a55f Update Conformance definition section in e2e doc. 2016-03-02 14:54:53 -05:00
David McMahon
7a54cb2ad0 Add Godeps/LICENSES to server tarball. 2016-03-02 11:23:32 -08:00
k8s-merge-robot
2cf91576a1 Merge pull request #22274 from piosz/bump-heapster
Auto commit by PR queue bot
2016-03-02 11:23:30 -08:00
Janet Kuo
e42eab59bc Add comments about deployment revision update 2016-03-02 11:19:48 -08:00
Chao Xu
f8dd7fe1de log the succussful forceful deletion 2016-03-02 11:18:55 -08:00
Madhusudan.C.S
8b7e56d242 Allow cross-group subresource registrations in the APIInstaller.
This allows subresources which belong to different API groups than
their parents to be registered in the APIInstaller and REST handlers
installed for them. The specific changes that makes this possible
are:

1. Allow subresource overrides to be specified while registering an
   API group.
2. Use those overrides in the APIInstaller while validating the
   resource/subresource group version to allow subresources which
   belong to a different group to be registered if they have an
   override specified.
3. Use the RESTMapper supplied in the override to map the REST paths
   to the correct subresource storage object, i.e. correct group
   version kinds.
2016-03-02 10:57:30 -08:00
k8s-merge-robot
940e0a9b94 Merge pull request #22360 from justinsb/pass_hash_to_download_or_bust
Auto commit by PR queue bot
2016-03-02 10:47:48 -08:00
Jeff Lowdermilk
ac444e0dec Merge pull request #22372 from spxtr/fix-soak
Point soak tests at the correct workspace directory.
2016-03-02 10:27:13 -08:00
Joe Finney
9cba0c62a1 Point soak tests at the correct workspace directory. 2016-03-02 10:24:33 -08:00
k8s-merge-robot
9c72e6e923 Merge pull request #22362 from wojtek-t/print_go_version_in_building_release
Auto commit by PR queue bot
2016-03-02 09:10:50 -08:00
k8s-merge-robot
7f9ee58550 Merge pull request #22129 from pmorie/kubectl-describe-volumes
Auto commit by PR queue bot
2016-03-02 09:10:48 -08:00
k8s-merge-robot
1df380cee1 Merge pull request #22361 from gmarek/high-density-kubemark
Auto commit by PR queue bot
2016-03-02 08:34:04 -08:00
k8s-merge-robot
1dbc618c14 Merge pull request #22358 from gmarek/set-register
Auto commit by PR queue bot
2016-03-02 08:34:02 -08:00
k8s-merge-robot
98d91b7172 Merge pull request #22350 from jasrusable/master
Auto commit by PR queue bot
2016-03-02 08:33:59 -08:00
k8s-merge-robot
a6e534ff6a Merge pull request #21745 from bryk/release-beta1
Auto commit by PR queue bot
2016-03-02 08:33:56 -08:00
Wojciech Tyczynski
947589607b Print go version when building release 2016-03-02 16:40:35 +01:00
gmarek
89f0699035 Increase MaxPods in Kubemark 2016-03-02 16:21:16 +01:00
k8s-merge-robot
6dbdcfe78f Merge pull request #22116 from david-mcmahon/license-tool
Auto commit by PR queue bot
2016-03-02 07:14:40 -08:00
Justin Santa Barbara
b058c6b3e1 AWS: Add sha to download-or-bust
download-or-bust was changed on the GCE side to verify a hash if passed,
so we need to pass a hash in the AWS scripts that reuse this function.
2016-03-02 10:12:39 -05:00
gmarek
fb2173cedf Register master kubelet in scalability suite 2016-03-02 16:09:37 +01:00
Paul Morie
834776aa1f Add resource quota for ConfigMap 2016-03-02 09:59:51 -05:00
Piotr Szczesniak
80269abfd0 Bumped Heapster to v0.20.0-alpha10 2016-03-02 15:51:27 +01:00
Marek Grabowski
3caa6caa04 Merge pull request #22356 from gmarek/master
Shorten the name for high-density kubemark, as we're generating too l…
2016-03-02 15:46:54 +01:00