Zach Loafman
ffa50b9c8f
Merge pull request #7565 from jlowdermilk/fix-gke-e2e
...
fix kube-down for provider gke
2015-04-30 09:28:38 -07:00
Jeff Lowdermilk
996168dced
fix kube-down for provider gke
2015-04-30 09:22:17 -07:00
Victor Marmol
5bd2e6d37f
Merge pull request #7552 from rjnagal/kubectl
...
Fix typo in 'kubectl expose' examples.
2015-04-30 09:19:37 -07:00
Piotr Szczesniak
11a2dc496f
Added TerminationGracePeriod field to PodSpec and grace-period flag to kubectl stop
...
Those are changes which touch users required by Termination Notice
Addresses #6804
2015-04-30 18:00:33 +02:00
Victor Marmol
238b3c6f4e
Move lifecycle handlers to its own sub package.
...
This will allow injecting it into the runtimes.
2015-04-30 08:47:23 -07:00
Victor Marmol
4db5127073
Make HttpGetter a shared Kubelet type.
2015-04-30 08:47:23 -07:00
Clayton Coleman
dd976a27fb
Merge pull request #7560 from wojtek-t/conversion_test
...
Test whether auto-generated conversions weren't manually edited
2015-04-30 11:39:56 -04:00
Victor Marmol
6e900176c7
Merge pull request #7484 from colemickens/patch-1
...
Mention :latest behavior for image version tag
2015-04-30 08:39:31 -07:00
Victor Marmol
037295ac4c
Merge pull request #7533 from yujuhong/get_containers
...
Clean up dockertools/manager.go and add more unit tests
2015-04-30 08:38:27 -07:00
Victor Marmol
946dac4f7c
Merge pull request #7465 from yifan-gu/split_rkt
...
kubelet/rkt: Add basic rkt runtime routines.
2015-04-30 08:37:24 -07:00
Victor Marmol
0a6584cafe
Merge pull request #7487 from njuicsgz/master
...
readinessProbe calls livenessProbe.Exec.Command which cause "invalid memory address or nil pointer dereference".
2015-04-30 08:36:54 -07:00
Yu-Ju Hong
baaea11cd5
Merge pull request #7520 from vmarmol/runtime-pull
...
Add RuntimeHooks to abstract Kubelet logic
2015-04-30 08:33:19 -07:00
Clayton Coleman
e637cd66e8
Merge pull request #7559 from fgrzadkowski/perf
...
Add a simple cache for objects stored in etcd.
2015-04-30 11:27:01 -04:00
Paul Morie
dd51882b4f
Fix representation of v1beta3 pod in secrets doc
2015-04-30 10:34:45 -04:00
Wojciech Tyczynski
6d00e336a6
Merge pull request #7546 from smarterclayton/get_urls_from_request
...
Expose URL() on Request to allow building URLs
2015-04-30 16:05:16 +02:00
Cesar Wong
f72ee1f72b
Handle conversion of boolean query parameters with a value of "false"
2015-04-30 09:26:06 -04:00
Wojciech Tyczynski
3b84bae544
Auto-generated conversion not manually edited
2015-04-30 14:05:42 +02:00
Wojciech Tyczynski
c455600784
Merge pull request #7557 from piosz/kubectl
...
Added displaying external IPs to kubectl cluster-info
2015-04-30 13:48:55 +02:00
Filip Grzadkowski
15e9bfd9ae
Add a simple cache for objects stored in etcd.
2015-04-30 12:08:56 +02:00
Piotr Szczesniak
cfc73878b9
Added displaying external IPs to kubectl cluster-info
...
Fixes #7521
2015-04-30 10:47:58 +02:00
Gao Zheng
b445afdf11
Merge remote-tracking branch 'upstream/master'
2015-04-30 15:42:14 +08:00
Matt Bruzek
74c00d431e
Removing unused scripts from km and kubernetes.
2015-04-30 09:27:51 +02:00
Filip Grzadkowski
231284187e
Merge pull request #7431 from wojtek-t/conversion_chains
...
Prepare for chaining autogenerated conversion methods
2015-04-30 09:08:40 +02:00
Young
f181e98ebd
change the current dir to the config dir
...
Otherwise the script can't run in other dirs.
2015-04-30 14:38:56 +08:00
Rohit Jnagal
0a8b136ee6
Fix typo in 'kubectl expose' examples.
2015-04-30 06:02:16 +00:00
Cole Mickens
92f5b8ca7a
Mention :latest behavior for image version tag
2015-04-29 21:34:07 -07:00
Clayton Coleman
53ca1fcc7a
Expose URL() on Request to allow building URLs
...
The client/Request type is the appropriate place to build
URLs, this allows callers to generate URLs for providing to
others (such as SelfLinks or relative links to objects).
2015-04-29 23:27:13 -04:00
Jeff Lowdermilk
6f5e08114a
Merge pull request #7407 from brendandburns/recovery2
...
Support recovery for anonymous roll outs
2015-04-29 20:08:23 -07:00
jayunit100
864c668a51
E2E: Update kubectl.go - remove default NS and use idiomatic namepsace lifecycle
2015-04-29 22:58:35 -04:00
Gao Zheng
95f2d1378f
change probe.runner to probe.Runner as based
2015-04-30 10:36:38 +08:00
Gao Zheng
97456d3f0b
Merge branch 'master' of github.com:njuicsgz/kubernetes-1
...
Conflicts:
pkg/kubelet/prober/prober.go
2015-04-30 10:25:10 +08:00
Gao Zheng
74975eff03
Fixes issue #7352
...
readinessProbe calls livenessProbe.Exec.Command which cause
"invalid memory address or nil pointer dereference".
2015-04-30 10:19:49 +08:00
Yu-Ju Hong
919d78281f
Clean up dockertools/manager.go and add more unit tests.
...
This change refactors the GetPods function and add some basic unit tests.
We should start migrating docker specific tests from kubelet_test to
manager_test.go.
2015-04-29 18:32:52 -07:00
Satnam Singh
e65f0aafd5
Trim cluster log tags to pod name and container name
2015-04-29 18:24:13 -07:00
Gao Zheng
28da2ef731
Update probe.go
...
change log when cannot find probe builder to avoid 'invalid memory access'
2015-04-30 09:11:42 +08:00
Quinton Hoole
a2fe8a9e6c
Merge pull request #7527 from cjcullen/dns
...
Bump kube2sky to 1.2. Point it at https endpoint (3rd try).
2015-04-29 18:00:14 -07:00
Victor Marmol
70830adbad
Merge pull request #7525 from yujuhong/container_runtime
...
Adapt pod killing and cleanup for generic container runtime
2015-04-29 17:24:26 -07:00
Victor Marmol
090d0c95fa
Remove ImagePull metric in Kubelet.
...
There is an equivalent metric from our Docker metrics and this one is
harder to maintain with the RuntimeHooks.
2015-04-29 17:12:03 -07:00
Yifan Gu
305345efe1
kubelet/rkt: Add basic rkt runtime routines.
2015-04-29 17:09:32 -07:00
Victor Marmol
2a01a2c7e9
Use RuntimeHooks in Kubelet.
...
Used in functionality that will be moved to the runtimes.
2015-04-29 17:06:49 -07:00
Victor Marmol
61d51243c5
Add RuntimeHooks interface and Kubelet implementation.
...
This interface will be used to inject functionality and logic into the
runtimes that should be shared accross runtimes.
2015-04-29 17:06:49 -07:00
Victor Marmol
5f831666de
Merge pull request #7526 from yifan-gu/metadata-service
...
cluster/gce/coreos: Add metadata-service in node.yaml
2015-04-29 17:02:51 -07:00
Jeff Grafton
d85494220b
Remove --orderseed and --times flags from the e2e test.
...
Similar functionality for both is already provided by the Ginkgo runner
itself.
2015-04-29 16:59:15 -07:00
Brendan Burns
83cbd0cf4c
Add recovery for anonymous rollouts.
2015-04-29 16:53:30 -07:00
Clayton Coleman
1042ab32a5
Capitalization of KubeProxyVersion wrong in JSON
2015-04-29 19:52:51 -04:00
Brendan Burns
3a8a98c319
Augment describe to search for matching things if it doesn't match the original resource
2015-04-29 16:47:10 -07:00
Yu-Ju Hong
d81ecc58f8
Adapt pod killing and cleanup for generic container runtime
...
This change removes docker-specifc code in killUnwantedPods. It
also instructs the cleanup code to move away from interacting with
containers directly. They should always deal with the pod-level
abstraction if at all possible.
2015-04-29 16:08:09 -07:00
Yu-Ju Hong
ba1140a54f
Merge pull request #7480 from vmarmol/runtime-syncpod
...
Move ComputePodChanges to the Docker runtime
2015-04-29 16:05:20 -07:00
Victor Marmol
4d09b79529
Add image-related methods to Runtime interface.
...
This includes RemoveImage() and ListImages().
2015-04-29 16:00:36 -07:00
Max Forbes
e1c2e6b4b1
Make nodes report their external IP rather than the master's.
2015-04-29 15:44:25 -07:00