Dawn Chen
8858c5f897
Merge pull request #1871 from derekwaynecarr/handle_container_logs_on_alternate_namespace
...
handleContainerLogs needs a namespace to address a pod
2014-10-17 15:42:11 -07:00
Joe Beda
ee1d426a42
Merge pull request #1882 from lavalamp/fix
...
fix broken test
2014-10-17 15:38:48 -07:00
Dawn Chen
7611c839e9
Merge pull request #1873 from derekwaynecarr/kubelet_handleRun_namespace_aware
...
Make kubelet handleRun work for pods in non-default namespace
2014-10-17 15:23:40 -07:00
Daniel Smith
f1e0290605
fix broken test
2014-10-17 15:21:03 -07:00
Joe Beda
be7d5a3d82
Merge pull request #1878 from jbeda/git-describe-tag
...
Look at all tags when looking for version.
2014-10-17 15:09:00 -07:00
Joe Beda
cb027ce2a9
Look at all tags when looking for version.
...
'git describe' uses only annotated tags by default. We want to use all tags as we can only create 'lightweight' tags in the GitHub UI.
2014-10-17 14:34:30 -07:00
Eric Tune
12fa0f0e30
Merge pull request #1864 from lavalamp/fix
...
Error instead of crash on GetRef of nil object
2014-10-17 14:23:43 -07:00
Eric Tune
1c4e9300f2
Merge pull request #1867 from derekwaynecarr/pod_cache_kubelet_update
...
Fixup kubelet handlePodInfo to be namespace aware
2014-10-17 14:18:43 -07:00
Eric Tune
67fec22576
Merge pull request #1874 from derekwaynecarr/fix_typo_etcd
...
Fix typo etcd registry
2014-10-17 14:02:25 -07:00
derekwaynecarr
e2c888795c
Fix typo etcd registry
2014-10-17 16:22:57 -04:00
Deyuan Deng
c88cf8defb
Merge pull request #1870 from eparis/typo
...
Fix typo "replicationContollers"
2014-10-17 16:14:50 -04:00
derekwaynecarr
1f094d973d
make kubelet handleRun work for pods in non-default namespace
2014-10-17 16:12:26 -04:00
derekwaynecarr
897f1b3ab5
handleContainerLogs needs a namespace to address a pod
2014-10-17 16:00:50 -04:00
Eric Paris
3cd74bb8a8
Fix typo "replicationContollers"
2014-10-17 15:44:31 -04:00
derekwaynecarr
d590af2ce5
Fixup kubelet handlePodInfo to be namespace aware
2014-10-17 14:42:46 -04:00
Daniel Smith
99e1e2fd25
Merge pull request #1861 from derekwaynecarr/fix_watch_endpoints
...
Error when watching service endpoints across all namespaces
2014-10-17 11:06:59 -07:00
Dawn Chen
3190b129a4
Merge pull request #1862 from thockin/demo
...
Fix update demo
2014-10-17 10:53:19 -07:00
Daniel Smith
0c58ee98c8
Error instead of crash on GetRef of nil object
2014-10-17 10:49:43 -07:00
Daniel Smith
34a64a270d
Merge pull request #1857 from deads2k/dev/deads/fixup-error-reporting
...
report originating error for GetReference failure
2014-10-17 10:44:34 -07:00
derekwaynecarr
1d6c937183
Wrong method call to watch service endpoints key
2014-10-17 13:34:42 -04:00
Tim Hockin
e12ae4cdcd
Fix update demo
2014-10-17 10:32:22 -07:00
Joe Beda
ea3d3c06b9
Merge pull request #1854 from nyaxt/fixGitPath
...
Change git repo checkout to https
2014-10-17 10:17:01 -07:00
deads2k
2c35c06727
report originating error for GetReference failure
2014-10-17 12:52:41 -04:00
Joe Beda
be358f5f4b
Merge pull request #1831 from eparis/init
...
systemd example unit and environment files
2014-10-17 09:41:05 -07:00
Kouhei Ueno
5336cf3f39
Change git repo checkout https
2014-10-17 19:45:12 +09:00
Eric Paris
ecba9eed99
systemd example unit and environment files
2014-10-16 22:23:52 -04:00
Tim Hockin
b01126322b
Merge pull request #1828 from thockin/guestbook
...
Update guestbook-go.
2014-10-16 17:02:16 -07:00
Tim Hockin
a1dc200fd4
Merge pull request #1840 from eparis/bind_pods
...
Bind pods
2014-10-16 16:58:03 -07:00
Daniel Smith
89ee61821d
Merge pull request #1850 from thockin/nsinteg
...
Fix etcd in proxy for namespace awareness
2014-10-16 16:35:53 -07:00
Clayton Coleman
26cff8b9bf
Rename the etcd path for pods to be /registry/nodes/<>/boundpods
2014-10-16 19:29:08 -04:00
Clayton Coleman
6ae611aedd
Write BoundPods to etcd instead of ContainerManifestList
...
Rename ManifestFactory -> BoundPodFactory and change the general structure
of the call to focus on BoundPod.
2014-10-16 19:29:08 -04:00
Clayton Coleman
892942af8f
Read BoundPods from etcd instead of ContainerManifestList
...
There are three values that uniquely identify a pod on a host -
the configuration source (etcd, file, http), the pod name, and the
pod namespace. This change ensures that configuration properly
makes those names unique by changing podFullName to contain both
name (currently ID in v1beta1, Name in v1beta3) and namespace.
The Kubelet does not properly handle information requests for
pods not in the default namespace at this time.
2014-10-16 19:29:08 -04:00
derekwaynecarr
d4e1076306
Fix etcd in proxy for namespace awareness
2014-10-16 16:28:06 -07:00
Tim Hockin
332a03b085
Merge pull request #1844 from lavalamp/fix
...
Don't accept empty input in DecodeInto
2014-10-16 16:27:49 -07:00
Dawn Chen
792bd214db
Merge pull request #1848 from lavalamp/fix2
...
Fix dangerous Sprintf
2014-10-16 15:00:56 -07:00
Daniel Smith
1f9a4750b5
Fix dangerous Sprintf
2014-10-16 14:36:36 -07:00
Joe Beda
7b1ee58dad
Merge pull request #1816 from atishn/patch-1
...
Added missing .sh extension
2014-10-16 14:27:10 -07:00
Dawn Chen
b6057adb41
Merge pull request #1822 from lavalamp/eventing3
...
Add lock to fake handler to avoid races.
2014-10-16 14:00:04 -07:00
bgrant0607
9edd8a104c
Merge pull request #1833 from erictune/authz
...
Add forbidden error.
2014-10-16 13:39:17 -07:00
Daniel Smith
71126e79d1
Don't accept empty input in DecodeInto
2014-10-16 13:38:18 -07:00
bgrant0607
641f72096f
Merge pull request #1824 from ghodss/no_headers_kubectl
...
Add --no-headers to kubectl get
2014-10-16 13:37:25 -07:00
bgrant0607
414ae795b2
Merge pull request #1837 from thockin/e2e
...
Clean up e2e more
2014-10-16 13:03:25 -07:00
bgrant0607
75e2cf8e12
Merge pull request #1826 from thockin/kubectl
...
add kubectl.sh
2014-10-16 13:02:13 -07:00
Tim Hockin
694878c642
Merge pull request #1842 from mrunalp/remove_ip_masq
...
Need not add --ip-masq flag till fedora ships docker 1.3
2014-10-16 12:46:01 -07:00
Mrunal Patel
f8845147f6
Need not add --ip-masq flag till fedora ships docker 1.3
2014-10-16 12:40:01 -07:00
Tim Hockin
98eb498e30
Merge pull request #1841 from dchen1107/release
...
Set --ip-masq to false for docker 1.3
2014-10-16 12:35:03 -07:00
Tim Hockin
bad0b72926
add kubectl.sh
2014-10-16 12:30:08 -07:00
Dawn Chen
a8a036a9e6
Disable --ip-masq for vagrand.
2014-10-16 12:17:18 -07:00
Dawn Chen
baf3bea79a
Set --ip-masq to false
2014-10-16 12:17:18 -07:00
Tim Hockin
95f57dc886
Clean up e2e more
...
Don't early-terminate on test fail.
Log which tests failed at the end.
2014-10-16 11:08:39 -07:00