Zach Loafman
1dd4600eb6
Merge pull request #5678 from GoogleCloudPlatform/revert-5069-network_hooks
...
Revert "[WIP] southbound networking hooks in kubelet"
2015-03-19 16:08:53 -07:00
Zach Loafman
b5d1e538df
Revert "[WIP] southbound networking hooks in kubelet"
2015-03-19 16:08:08 -07:00
Tim Hockin
1ce5dda691
Merge pull request #5069 from rajatchopra/network_hooks
...
[WIP] southbound networking hooks in kubelet
2015-03-19 15:03:53 -07:00
CJ Cullen
f6d8d5f800
Merge pull request #5522 from fabioy/expose-label.fix
...
Add "--labels" option to the "expose" kubectl command.
2015-03-19 14:40:15 -07:00
Rajat Chopra
7857aa7751
kubelet networking plugin
2015-03-19 14:15:52 -07:00
Jerzy Szczepkowski
c0ff504ad3
Merge pull request #5501 from jszczepkowski/kubelet-spechost
...
Running resource predicate on kubelet.
2015-03-19 21:34:27 +01:00
Clayton Coleman
2f16ed26f4
Merge pull request #5662 from derekwaynecarr/fix_build
...
Disable the nfs plugin because it does not cross-compile
2015-03-19 16:28:12 -04:00
derekwaynecarr
396f802318
Disable the nfs plugin because it does not cross-compile during release builds
2015-03-19 16:11:15 -04:00
Victor Marmol
6f6485909e
Merge pull request #5598 from wojtek-t/kubelet_http_read_pod
...
Kubelet read pods from http
2015-03-19 11:49:28 -07:00
Tim Hockin
9bc2b0c2db
Merge pull request #4601 from calfonso/nfs_mount_plugin
...
NFSMount storage plugin for kubelet.
2015-03-19 11:19:12 -07:00
Victor Marmol
84ee72d4a7
Merge pull request #5631 from dchen1107/podstatus
...
Remove PodIP from ContainerStatus
2015-03-19 11:03:10 -07:00
Wojciech Tyczynski
c512c549a1
Kubelet http read both ContainerManifest and Pod
2015-03-19 18:57:00 +01:00
Dawn Chen
4910be6dcb
Remove PodIP from ContainerStatus
2015-03-19 10:42:01 -07:00
Chris Alfonso
1a45e37d17
NFSMount storage plugin for kubelet.
...
* If you want to test this out when an actual NFS export a good place
to start is by running the NFS server in a container:
docker run -d --name nfs --privileged cpuguy83/nfs-server /tmp
More detail can be found here:
https://github.com/cpuguy83/docker-nfs-server
2015-03-19 13:37:38 -04:00
Jeff Grafton
d845d49dc6
Merge pull request #5437 from lhuard1A/libvirt-coreos_kubeconfig
...
Make libvirt-coreos generate a .kubeconfig file and have e2e tests use it
2015-03-19 10:18:03 -07:00
Vish Kannan
407af7b883
Merge pull request #5656 from lhuard1A/libvirt-coreos_etcd-HA
...
libvirt-coreos: make kube-apiserver connect to all the etcd nodes of the cluster
2015-03-19 09:59:08 -07:00
Vish Kannan
577be8d524
Merge pull request #5648 from kargakis/godeps
...
bump(github.com/matttproud/golang_protobuf_extensions/ext)
2015-03-19 09:52:35 -07:00
CJ Cullen
2e7356bca7
Merge pull request #5534 from bprashanth/generic_storage_interface
...
Add a GenericRESTStorage interface
2015-03-19 09:35:06 -07:00
CJ Cullen
eaf35b89b7
Merge pull request #5641 from gosharplite/patch-1
...
Fix master ip error.
2015-03-19 09:31:37 -07:00
CJ Cullen
80914498e4
Merge pull request #5610 from jlowdermilk/kubectl-flags
...
Declare kubectl validate flag once
2015-03-19 09:26:10 -07:00
Lénaïc Huard
f9d718675a
libvirt-coreos: make kube-apiserver connect to all the etcd nodes of the cluster
2015-03-19 17:13:41 +01:00
Vish Kannan
f56e8cbfda
Merge pull request #5651 from sub-mod/v1beta3_cluster
...
update grafana v1beta3 yaml files
2015-03-19 09:00:14 -07:00
Vish Kannan
53c3b16663
Merge pull request #5633 from satnam6502/network
...
Reduce pod usage for network e2e test
2015-03-19 08:43:29 -07:00
Yu-Ju Hong
c2c958be05
Merge pull request #5609 from fgrzadkowski/empty_pods
...
Validate that there is at least one container in the pod
2015-03-19 08:37:44 -07:00
Victor Marmol
f695c4777d
Merge pull request #5620 from bgrant0607/docfix
...
Further explain API design philosophy.
2015-03-19 08:12:14 -07:00
Derek Carr
475f24310c
Merge pull request #5418 from rjnagal/docs
...
Update vagrant documentation to use get.k8s.io for setup.
2015-03-19 11:08:07 -04:00
Subin M
bd52a0cb80
update v1beta3 yaml files
2015-03-19 20:31:10 +05:30
Eric Paris
aa9f3a4835
Merge pull request #5645 from aveshagarwal/kubernetes-fedora-guide-fixes
...
Fixes to Kubernetes/Fedora upstream guide.
2015-03-19 09:24:59 -05:00
Avesh Agarwal
7ee4cfe54c
Fixes to Kubernetes/Fedora upstream guide.
2015-03-19 10:18:45 -04:00
Lénaïc Huard
fc6e6ed310
Explain when e2e --host parameter is used and when it is ignored
2015-03-19 15:13:35 +01:00
kargakis
9313512767
bump(github.com/matttproud/golang_protobuf_extensions/ext):ba7d65ac66e9da93a714ca18f6d1bc7a0c09100c
2015-03-19 14:26:46 +01:00
Filip Grzadkowski
f89f91b7bd
Validate that there is at least one container in the pod
2015-03-19 12:31:53 +01:00
Jerzy Szczepkowski
5845f6ad48
Running resource predicate on kubelet.
...
Added checking on kubelet if scheduled pods do not exceed resources. Related to #5207 .
2015-03-19 10:40:10 +01:00
gmarek
cbf57ee324
Merge pull request #5588 from hurf/master
...
Fix comments on caculating scores.
2015-03-19 07:44:11 +01:00
gosharplite
cd4d0fdb8b
Fix master ip error.
2015-03-19 13:55:34 +08:00
Satnam Singh
4645d13e77
Reduce pod usage for network e2e test
2015-03-18 22:10:15 -07:00
Yu-Ju Hong
187cbcfabf
Merge pull request #5627 from vmarmol/fix-test
...
Fix data race in imageManager test.
2015-03-18 18:24:18 -07:00
Yu-Ju Hong
05c61d2e47
Merge pull request #5622 from vmarmol/http
...
Add SelfLink to Kubelet http source.
2015-03-18 18:09:05 -07:00
Victor Marmol
4877f4504d
Merge pull request #5623 from zmerlynn/fix_salt_daemon_kill
...
Ensure salt-minion never starts
2015-03-18 18:00:51 -07:00
Victor Marmol
6db6e41a34
Merge pull request #5632 from yujuhong/manifest
...
kubelet/config/http_test: use versioned ContainerManifest
2015-03-18 17:58:19 -07:00
Yu-Ju Hong
7b71780dfc
kubelet/config/http_test: use versioned ContainerManifest
2015-03-18 17:40:40 -07:00
Dawn Chen
52e1ee9d5b
Merge pull request #5619 from vmarmol/rate
...
Spread out pod status updates to apiserver.
2015-03-18 17:26:02 -07:00
Victor Marmol
3a3b950009
Fix data race in imageManager test.
...
The background monitoring thread was using the DockerClient before we
had written our fake data. This commit stops the background thread from
running during tests.
Fixes #5611 .
2015-03-18 17:02:03 -07:00
Robert Bailey
242dd9c921
Merge pull request #5591 from piosz/guestbook_example
...
Rewrote guestbook-go example to use kube-dns
2015-03-18 17:01:21 -07:00
Victor Marmol
ce96182cc3
Add SelfLink to Kubelet http source.
2015-03-18 16:38:41 -07:00
Prashanth Balasubramanian
960e16c397
Embed etcdgeneric in RESTStorage for pods
2015-03-18 16:31:33 -07:00
Jeff Grafton
df710cdff5
Merge pull request #5613 from satnam6502/network
...
Make Network end to end test use a test image with a specific tag (and use a debugged image)
2015-03-18 16:21:30 -07:00
Zach Loafman
57cd8165b0
Ensure salt-minion never starts by setting invoke-rc.d policy using
...
the /usr/sbin/policy-rc.d script and returning 101, per
https://people.debian.org/~hmh/invokerc.d-policyrc.d-specification.txt ,
but only for the window while we're installing Salt.
This is a much more fool-proof method than what I was attempting
before. I hunted for how to do this before and clearly failed at my
Google-fu.
Fixes #5621
2015-03-18 16:15:24 -07:00
Brian Grant
11f9733599
Merge pull request #5587 from nikhiljindal/enable3
...
Updating integration tests to test both API versions - v1beta1 and 3
2015-03-18 16:14:20 -07:00
Satnam Singh
0feb7e2c79
Make networking e2e test use an explicitly tagged image
2015-03-18 15:54:20 -07:00