Daniel Smith
3fdfea3ad8
fix fake controller source watch behavior
2015-04-14 13:31:35 -07:00
Jeff Grafton
afd7d77a24
Merge pull request #6814 from GoogleCloudPlatform/revert-6783-use-hack-lib-find-binaries
...
Revert "Use a helper to find built binaries"
2015-04-14 12:01:39 -07:00
Dawn Chen
f471ca8e0c
Merge pull request #6809 from markturansky/pv_union
...
Refactor Volumes to use InternalVolume instead of API types
2015-04-14 11:56:49 -07:00
Jeff Lowdermilk
4f552053f1
Merge pull request #6789 from eparis/bash-custom-functions
...
Add bash completion custom functions
2015-04-14 11:54:22 -07:00
markturansky
e1481fb9c2
Refactored Volume plugins to use InternalVolume instead of API types
2015-04-14 14:25:01 -04:00
Dawn Chen
913dc4e490
Revert "Use a helper to find built binaries"
2015-04-14 11:24:49 -07:00
Dawn Chen
f7ae442a02
Merge pull request #6811 from markturansky/typos
...
Fix spelling typo in comments
2015-04-14 10:30:39 -07:00
Eric Tune
c53b0c3869
Merge pull request #6275 from feihujiang/master
...
Improve ubuntu-cluster setup scripts
2015-04-14 09:51:33 -07:00
Dawn Chen
9ffebf7f7d
Merge pull request #6805 from eparis/fedora-docs
...
update fedora documentation
2015-04-14 09:50:02 -07:00
markturansky
f599aecc6a
Fix spelling typo in comments
2015-04-14 12:46:29 -04:00
Victor Marmol
ca9e209ccb
Merge pull request #6795 from yifan-gu/cache
...
kubelet/container: Replace DockerCache with RuntimeCache.
2015-04-14 09:37:34 -07:00
Yu-Ju Hong
190e6df400
Merge pull request #6407 from IanLewis/master
...
Updated instance name for standalone CoreOS guide.
2015-04-14 09:36:41 -07:00
Dawn Chen
13b2243325
Merge pull request #6756 from lhuard1A/libvirt-coreos_etcd2
...
libvirt-coreos cluster: Fix etcd versions incompatibility issue
2015-04-14 09:34:00 -07:00
Dawn Chen
124bece655
Merge pull request #6801 from abonas/fixSecretDoc
...
fix broken link in secrets doc
2015-04-14 09:25:28 -07:00
Dawn Chen
7bfe57b30d
Merge pull request #6783 from eparis/use-hack-lib-find-binaries
...
Use a helper to find built binaries
2015-04-14 09:18:14 -07:00
Dawn Chen
8420abeea8
Merge pull request #6786 from yifan-gu/cleankube
...
kubelet: Remove unused docker functions.
2015-04-14 09:16:53 -07:00
Tim Hockin
4cdb141203
Merge pull request #6806 from eparis/binary-error-Fprintf
...
Use Fprintf to print formatted strings
2015-04-14 09:06:14 -07:00
Derek Carr
9b6ba23622
Merge pull request #6761 from deads2k/deads-kubeconfig-squash
...
add flattening and minifying options to config view
2015-04-14 11:45:39 -04:00
Victor Marmol
e265f2c58d
Merge pull request #6799 from xiang90/kerr
...
pkg/kubelet: fix error msg in GetHostIP
2015-04-14 08:40:34 -07:00
Victor Marmol
f59a9ca5f0
Merge pull request #6608 from yifan-gu/infra_changed
...
kubelet: Introduce PodInfraContainerChanged().
2015-04-14 08:23:17 -07:00
Eric Paris
036937227f
Use Fprintf to print formatted strings
...
Shouldn't be using Fprint() with a format string.
2015-04-14 10:51:57 -04:00
Eric Paris
069b3a9c29
update fedora documentation
2015-04-14 10:24:52 -04:00
deads2k
bac5cbbe82
add flattening and minifying options to config view
2015-04-14 10:23:10 -04:00
Derek Carr
8bc0d9e5eb
Merge pull request #6796 from liggitt/secret_client_namespace
...
Make secrets client honor namespace
2015-04-14 10:17:03 -04:00
Filip Grzadkowski
1ffaf67429
Merge pull request #6803 from wojtek-t/separate_density_and_scalability
...
Explicitly define scalability test suite for Jenkins scalability suite
2015-04-14 15:14:10 +02:00
Wojciech Tyczynski
8fb22a750b
Explicitly define scalability test suite
2015-04-14 14:55:11 +02:00
Lénaïc Huard
11556dc927
libvirt-coreos cluster: Fix etcd versions incompatibility issue
...
Whereas CoreOS is still shipped with etcd 0.4.9, kubernetes has moved to etcd 2.0.4.
This version mismatch makes kubernetes unable to use etcd.
Kubernetes’ logs are full of “502: (unhandled http status [Temporary Redirect] with body []) [0]”
This change makes libvirt-coreos cluster explicitly use etcd v2.0.9 instead of the one shipped within CoreOS.
This change aims at being reverted once CoreOS will migrate to etcd 2.
This migration is tracked at:
https://github.com/coreos/bugs/issues/317
2015-04-14 10:43:41 +02:00
Alissa Bonas
4a17d03577
fix broken link in secrets doc
2015-04-14 11:32:32 +03:00
Xiang Li
4a152290f4
pkg/kubelet: fix error msg in GetHostIP
2015-04-13 22:44:23 -07:00
Jordan Liggitt
8faf02ba58
Make secrets client honor namespace
2015-04-13 21:17:09 -04:00
Yifan Gu
e1feed9a8b
kubelet/container: Replace DockerCache with RuntimeCache.
2015-04-13 18:16:05 -07:00
Daniel Smith
d02139d2b4
Merge pull request #6771 from derekwaynecarr/ns_controller
...
Remove delay when deleting namespaces, move to new controller framework
2015-04-13 17:55:13 -07:00
Yifan Gu
a5e6bea9b5
kubelet/container: Update the cache interface.
2015-04-13 17:38:18 -07:00
Yifan Gu
7fedb14c27
kubelet: Remove unused docker functions.
...
Remove kubelet.getPodInfraContainer().
Remove dockertools.RemoveContainerWithID().
Remove dockertools.FindContainersByPod().
Also replace the useless test with a test for GetPods().
2015-04-13 16:32:18 -07:00
Yifan Gu
4cdb1bf9ce
kubelet: Introduce PodInfraContainerChanged().
...
Update tests.
2015-04-13 16:18:52 -07:00
Yifan Gu
d14cb8f1dd
kubelet: Introduce PodInfraContainerChanged().
...
This functions computes in ahead whether we need to restart the pod
infra container.
2015-04-13 16:18:52 -07:00
Victor Marmol
26f8bc1a68
Merge pull request #6776 from yifan-gu/puller
...
kubelet/dockertools: Add puller interfaces in the containerManager.
2015-04-13 16:17:43 -07:00
Dawn Chen
6861e98ad8
Merge pull request #6785 from ArtfulCoder/apiserver-in-a-pod
...
kube-apiserver in a pod.
2015-04-13 16:10:37 -07:00
Fabio Yeon
e99141de0d
Merge pull request #6729 from smarterclayton/chaosclient
...
Add a new Chaos transport that can simulate network failure and add it to the kubelet
2015-04-13 16:06:53 -07:00
Dawn Chen
da481aacd7
Merge pull request #6784 from lavalamp/fix
...
fix tests flaky due to timeouts
2015-04-13 16:05:22 -07:00
Dawn Chen
0bf08e242e
Merge pull request #6757 from lhuard1A/libvirt-coreos_fix_wait-cluster-readiness
...
libvirt-coreos cluster: fix wait-cluster-readiness for v1beta3 API
2015-04-13 16:05:03 -07:00
Dawn Chen
3c08812ff4
Merge pull request #6782 from satnam6502/serve_hostnames
...
Fix decoding of status response in serve_hostnames soak test
2015-04-13 16:01:12 -07:00
Dawn Chen
fb25f9e12c
Merge pull request #6768 from deads2k/deads-allow-flag-elimination
...
allow selective removal of kubeconfig override flags
2015-04-13 16:00:23 -07:00
Eric Paris
6d4ab258f0
Use a helper to find built binaries
...
We should not be determining the arch/os and all the possible
directories binaries can live. Let a hack/lib/ helper do it for us.
2015-04-13 18:57:36 -04:00
Eric Paris
f6878aed3c
Add bash completion custom functions
...
These functions call out to kubectl to get information about running
resources. They give us completions which are kubernetes aware and thus
obviously better than just cobra subcommands and flags.
2015-04-13 18:49:28 -04:00
Dawn Chen
a8d028d054
Merge pull request #6780 from ddysher/remove-kubelet-client
...
Remove kubelet dependency on nodecontroller
2015-04-13 15:47:14 -07:00
Dawn Chen
2a9141f83a
Merge pull request #6765 from eparis/track-deleted-generated-docs
...
Doc generation should remove old doc files
2015-04-13 15:44:22 -07:00
Yifan Gu
dda600e45c
kubelet/dockertools: Add puller interfaces in the containerManager.
2015-04-13 15:34:22 -07:00
Clayton Coleman
ca335d7be9
Add support for chaos to Kubelet and hack/local-up-cluster.sh
2015-04-13 18:21:20 -04:00
Daniel Smith
1ec6b02e99
fix tests flaky due to timeouts
2015-04-13 15:16:59 -07:00