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
Eric Paris
c75ecbd8e3
bash_completions: annotate kubectl get with resources which can be 'gotten'
...
A user types:
kubectl get $resource
This will cause the bash completions to suggest the possible objects the
user can ask for. The complete list right now is:
endpoints
event
limitrange
namespace
node
persistentvolume
persistentvolumeclaim
pod
replicationcontroller
resourcequota
secret
service
status
But this list should stay up2date as api objects are added or deleted
2015-04-13 19:11:26 -04: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
Eric Paris
5b8a426d01
Update cobra to sort autogen code
...
We need determinism for hack/verify-gendocs.sh
2015-04-13 19:07:47 -04: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
Abhishek Shah
c9d7010461
kube-apiserver in a pod.
2015-04-13 15:15:45 -07:00
Satnam Singh
fe02c1247f
Fix breakage of serve_hostnames soak test
2015-04-13 15:02:23 -07:00
Dawn Chen
a0fa592b80
Merge pull request #6778 from yifan-gu/getpods
...
kubelet/dockertool: Move Getpods() to DockerManager.
2015-04-13 14:50:52 -07:00
Alex Robinson
78aee7ce6f
Merge pull request #6779 from roberthbailey/0.15.0
...
Cut the 0.15.0 release
2015-04-13 14:48:50 -07:00
Eric Paris
26149bd83d
Doc generation should remove old doc files
...
Right now, our doc generation scripts notice if you make changes and
don't regen docs, don't include new docs, etc. But they miss it if your
changes should have REMOVED a doc. Both kubectl-apiversion and
kubectl-clusterinfo should have been removed, but weren't.
This patch starts tracking all generated doc files and will cause
problems if files should be removed and aren't.
2015-04-13 17:48:24 -04:00
Dawn Chen
7464575b17
Merge pull request #6698 from pweil-/update-dockercli
...
Update to latest docker client
2015-04-13 14:43:25 -07:00
Robert Bailey
efdd58b737
Kubernetes version v0.15.0-dev
2015-04-13 14:08:50 -07:00
Robert Bailey
831f3e60d7
Kubernetes version v0.15.0
2015-04-13 14:08:45 -07:00
Yifan Gu
a3675e08f2
kubelet/dockertool: Move Getpods() to DockerManager.
2015-04-13 14:05:22 -07:00
Deyuan Deng
236db3c252
Remove kubelet dependency on nodecontroller
2015-04-13 16:59:45 -04:00
Jeff Lowdermilk
86d3072492
Merge pull request #6744 from eparis/auto-gen-bash
...
Auto gen bash completions
2015-04-13 13:49:26 -07:00
Dawn Chen
ae144d7b1f
Merge pull request #6639 from eLobato/patch-1
...
Minor typos in Fedora ansible docs
2015-04-13 13:48:47 -07:00
Robert Bailey
68c3f3a914
Merge pull request #6720 from invino4/slave
...
Make guestbook-go example use slaves
2015-04-13 13:25:19 -07:00
Dawn Chen
d2584df283
Merge pull request #6774 from vmarmol/cadvisor
...
Updating cAdvisor godep.
2015-04-13 13:10:06 -07:00
Eric Paris
d7a89117b7
Use a helper to find built binaries
...
Instead of doing it all outselves....
2015-04-13 15:27:55 -04:00
Eric Paris
55d133eabb
doc/bash completions autogeneration directory helper
2015-04-13 15:27:55 -04:00
Eric Paris
ebb0affc21
Automatically generate bash completions for kubectl
2015-04-13 15:27:55 -04:00
derekwaynecarr
c1a3fa0dae
Remove delay when deleting namespaces, move to new controller framework
2015-04-13 15:18:22 -04:00
Tim Hockin
f318da8344
Merge pull request #6379 from pmorie/rootcontext
...
Skeletal security context to facilitate tmpfs mount
2015-04-13 12:01:11 -07:00
Quinton Hoole
b47814d9a7
Merge pull request #6775 from rjnagal/node
...
Add monitoring e2e back
2015-04-13 12:00:35 -07:00
Rohit Jnagal
a4f9ded003
Add monitoring e2e back.
...
The last bugfix in #6710 fixed the real problem.
2015-04-13 18:47:04 +00:00
Jason Hunter
2ecb95b5b6
Make guestbook-go example actually use the redis-slave service that is set up for its reads.
2015-04-13 11:40:42 -07:00
Victor Marmol
934cec291a
Updating cAdvisor godep.
...
This adds support for Docker 1.6.
2015-04-13 11:35:46 -07:00
Nikhil Jindal
60f0c28fd4
Merge pull request #6725 from smarterclayton/support_subpath_on_getter_with_options
...
Allow subpath on GET for GetterWithOptions
2015-04-13 11:27:41 -07:00
Vish Kannan
810ad7116d
Merge pull request #6763 from swagiaal/improve-gce-pd-test
...
GCE PD Test: Add explicit check for attach and detach calls
2015-04-13 10:55:10 -07:00
Tim Hockin
96bcb56f10
Merge pull request #6737 from xiang90/p_tcp
...
pkg/proxy: a more reliable way to detect a closed proxy
2015-04-13 10:54:45 -07:00
Clayton Coleman
0c8a358de0
Merge pull request #6683 from deads2k/deads-handle-subresources
...
add support for authorizing subresources
2015-04-13 13:53:54 -04:00
Clayton Coleman
f95cc2b8f2
Reuse gob.Encoder and Decoder in DeepCopy
2015-04-13 13:52:38 -04:00
Dawn Chen
67169ec87d
Merge pull request #6719 from litian54/master
...
Fix Rendering SLS 'base:nginx' failed if 'cloud' is not defined in minio...
2015-04-13 10:42:48 -07:00
Dawn Chen
29e4d6c9b5
Merge pull request #6750 from wojtek-t/enable_density_test
...
Enable Density test for 30 pods per node by default
2015-04-13 10:29:23 -07:00
Dawn Chen
17bfa6f5d7
Merge pull request #6717 from lavalamp/fix
...
Fix comments; switch to watching nodes
2015-04-13 10:28:23 -07:00
Dawn Chen
f345aec360
Merge pull request #6762 from justinsb/e2e_fix_aws
...
Specify equivalent instance types for AWS, in hack/jenkins/e2e.sh
2015-04-13 10:16:36 -07:00
deads2k
e7baa94404
allow selective removal of kubeconfig override flags
2015-04-13 13:14:23 -04:00