Commit Graph

10496 Commits

Author SHA1 Message Date
Clayton Coleman
166021e765 Select IPv4-only from host interfaces 2015-05-04 14:46:00 -04:00
Paul Morie
e5521234e4 Add NsenterMounter mount implementation 2015-05-04 14:40:04 -04:00
Zach Loafman
74cc4df81b Merge remote-tracking branch 'upstream/release-0.16' into merge-release-0.16-to-master 2015-05-04 11:37:23 -07:00
Robert Bailey
7932ef58ee Merge pull request #7713 from zmerlynn/release-0.16
Release 0.16.2
2015-05-04 11:33:44 -07:00
Daniel Smith
fbe3ec7513 Merge pull request #7316 from ArtfulCoder/master_components_logs
logs for master components
2015-05-04 11:20:03 -07:00
Victor Marmol
ba7e940a57 Make rkt implement the container Runtime 2015-05-04 11:16:33 -07:00
Victor Marmol
e44d9df0f4 Changes to rkt's PortForward to match Runtime API. 2015-05-04 11:16:33 -07:00
Victor Marmol
79fc8bee34 Change GetContainerLogs() signature.
This works for both runtimes. We need to eventually unify the ID scheme
for this method.
2015-05-04 11:16:32 -07:00
Victor Marmol
60a77221f5 Add dummy ListImages and RemoveImage to rkt runtime. 2015-05-04 11:14:54 -07:00
Victor Marmol
2ad933e124 Merge pull request #7674 from yujuhong/enable_runtime
Kubelet: replace DockerManager with the Runtime interface
2015-05-04 11:10:20 -07:00
Alex Robinson
9927a85cdc Merge pull request #7522 from simon3z/ovirt-guide
cloudproviders: add ovirt getting started guide
2015-05-04 10:53:46 -07:00
Yu-Ju Hong
5270ce6d28 Merge pull request #7671 from vmarmol/fix-metadata
Make rkt-install a oneshot.
2015-05-04 10:50:36 -07:00
Zach Loafman
91bc1637a1 Kubernetes version v0.16.2-dev 2015-05-04 10:42:55 -07:00
Zach Loafman
72a6a94840 Kubernetes version v0.16.2 2015-05-04 10:42:44 -07:00
Robert Bailey
d52a5b22f3 Don't exit abruptly if there aren't yet any minions right after
the cluster is created.
2015-05-04 10:34:28 -07:00
Brendan Burns
3cc25541d1 Fix YAML parsing for v1beta3 objects in the kubelet for file/http 2015-05-04 10:32:21 -07:00
Yu-Ju Hong
1ad4dd7803 Kubelet: replace DockerManager with the Runtime interface
This change instructs kubelet to switch to using the Runtime interface. In order
to do it, the change moves the Prober instantiation to DockerManager.

Note that most of the tests in kubelet_test.go needs to be migrated to
dockertools. For now, we use type assertion to convert the Runtime interface to
DockerManager in most tests.
2015-05-04 10:19:46 -07:00
Yu-Ju Hong
c3ba88296b Merge pull request #7665 from vmarmol/cluster-rkt
Provide container_runtime flag to Kubelet in CoreOS.
2015-05-04 10:06:58 -07:00
Eric Paris
91961d2998 Merge pull request #7357 from aveshagarwal/flannel-guide
A guide to set up kubernetes multiple nodes cluster with flannel on fedora
2015-05-04 11:57:20 -05:00
Jeff Lowdermilk
dda0af07b3 Merge pull request #7654 from eparis/boilerplate-speedup
Boilerplate speedup
2015-05-04 09:46:21 -07:00
Avesh Agarwal
2138ab3b84 A guide to set up kubernetes multiple nodes cluster with flannel on fedora. 2015-05-04 12:38:28 -04:00
Victor Marmol
b52f865634 Merge pull request #7702 from pmorie/mounter-injection
Inject mounter into volume plugins
2015-05-04 08:49:51 -07:00
Paul Morie
b538642464 Inject mounter into volume plugins 2015-05-04 11:28:57 -04:00
Brendan Burns
c1d1f95c21 Merge pull request #7700 from wojtek-t/better_loging_for_failures
Log host for failed pod in Density test
2015-05-04 07:24:09 -07:00
Wojciech Tyczynski
18b7eda07c Log host for failed pod 2015-05-04 15:14:23 +02:00
Wojciech Tyczynski
72f9e940a8 Merge pull request #7694 from nak3/bash-comp-add-label
Add kubectl_label to custom functions in bash completion
2015-05-04 15:11:41 +02:00
Filip Grzadkowski
50123e6d32 Merge pull request #7696 from wojtek-t/controller_enable_profiling
Enable profiling in kube-controller
2015-05-04 15:11:23 +02:00
Derek Carr
e780ca04fa Merge pull request #7690 from BenTheElder/vagrants_cluster_size
Set vagrant test cluster default NUM_MINIONS=2
2015-05-04 09:02:21 -04:00
kargakis
fa42901798 expose: Create objects in a generic way 2015-05-04 14:21:24 +02:00
Wojciech Tyczynski
0e842f0e0b Merge pull request #7695 from fgrzadkowski/cache_metrics
Add metrics to measure cache hit ratio
2015-05-04 13:59:29 +02:00
Kenjiro Nakayama
c3485ca85c Add kubectl_label to custom functions of bash completion 2015-05-04 20:57:56 +09:00
Wojciech Tyczynski
a020e054d8 Merge pull request #7662 from jlowdermilk/services-printer
Change IP to IP(S) in service columns for kubectl get
2015-05-04 13:35:09 +02:00
Filip Grzadkowski
be2b2466f3 Merge pull request #7076 from eparis/bash-5-kubectl-required-flags
annotate required flags for bash_completions
2015-05-04 13:26:11 +02:00
Wojciech Tyczynski
0a032ade46 Enable profiling in kube-controller 2015-05-04 13:22:25 +02:00
Filip Grzadkowski
6f341eb5ae Add metrics to measure cache hit ratio 2015-05-04 13:20:15 +02:00
Wojciech Tyczynski
690c991415 Merge pull request #7692 from BenTheElder/e2e_fixes
Fix typo in e2e
2015-05-04 12:01:22 +02:00
Wojciech Tyczynski
76713d613d Merge pull request #7655 from alindeman/cloud-config-quote-typo-fix
Removes spurious quotation mark
2015-05-04 11:21:35 +02:00
Wojciech Tyczynski
a7205b1fe9 Merge pull request #7685 from jayunit100/etcd-minor
(minor) Add pgrep debugging to etcd error
2015-05-04 11:21:02 +02:00
BenTheElder
129d7f8d26 Fix typo in e2e
Correct comment in e2e.go ’…at least 3 minions running’ -> ‘…at least minMinionCount
minions running’.
2015-05-04 04:42:07 -04:00
Wojciech Tyczynski
9581aa85e9 Merge pull request #7676 from markturansky/fix_nil_ptr
Fixed nil pointer issue in describe when volume is unbound
2015-05-04 10:32:44 +02:00
Wojciech Tyczynski
d68816f37a Merge pull request #7691 from piosz/termination_notice
Removed unnecessary closing bracket
2015-05-04 10:29:54 +02:00
BenTheElder
7ea1ccd7a3 Set vagrant test cluster default NUM_MINIONS=2 2015-05-04 04:19:20 -04:00
Piotr Szczesniak
5845743171 Removed unnecessary closing bracket 2015-05-04 09:42:33 +02:00
Piotr Szczesniak
1dcd80cdf3 Merge pull request #7689 from wojtek-t/fix_boilerplate
Fix boilerplate in test/e2e/scale.go
2015-05-04 08:32:40 +02:00
Wojciech Tyczynski
edf8d757af Fix boilerplate 2015-05-04 08:21:51 +02:00
Wojciech Tyczynski
e225a2e777 Merge pull request #7644 from liggitt/conversion_test
Output generated conversion functions/names
2015-05-04 08:17:03 +02:00
Wojciech Tyczynski
982cac3e78 Merge pull request #7646 from rrati/scale-suite-7645
Moved the Scale tests into a scale file. #7645
2015-05-04 07:53:51 +02:00
jayunit100
cdf068495a (minor) Add pgrep debugging to etcd error 2015-05-03 16:59:45 +00:00
Quinton Hoole
86751e8c90 Merge pull request #7681 from GoogleCloudPlatform/revert-7635-length
Revert "Revert #7145 now that #7609 is in, and fix the tests that were r...
2015-05-02 23:33:21 -07:00
Quinton Hoole
83b70c4411 Revert "Revert #7145 now that #7609 is in, and fix the tests that were relying on it" 2015-05-02 23:32:21 -07:00