Commit Graph

10404 Commits (838b59cb4d9f0b3defae47280c00b58c1c6ad8ca)

Author SHA1 Message Date
Daniel Smith 838b59cb4d make benchmark able to run only specific packages 2015-05-04 14:28:37 -07:00
Clayton Coleman bb82fbb24f Merge pull request #7727 from pmorie/api-changes
Add step to API changes doc for swagger regen
2015-05-04 16:32:24 -04:00
Paul Morie d0c8f52d9c Add step to API changes doc for swagger regen 2015-05-04 16:32:08 -04:00
Clayton Coleman c07896ee35 Merge pull request #7509 from deads2k/deads-has-any
add StringSet.HasAny
2015-05-04 16:21:33 -04:00
Robert Bailey 93a781ff66 Merge pull request #7722 from eparis/minor-bash-fixes
Minor bash update found by shellcheck.net
2015-05-04 13:03:26 -07:00
Victor Marmol 90de73ac7a Merge pull request #7536 from rjnagal/node
Add --hostport to run-container.
2015-05-04 12:55:12 -07:00
Victor Marmol 25004014b1 Merge pull request #7703 from pmorie/nsenter-mount
Add NsenterMounter mount implementation
2015-05-04 12:54:02 -07:00
Yu-Ju Hong 7cf7b093a4 Merge pull request #7659 from vmarmol/runtime-switch
Have rkt implement the container Runtime interface
2015-05-04 12:45:16 -07:00
Daniel Smith 36977ecb67 Merge pull request #7643 from bprashanth/rc_status
Requeue rc if a single get/put retry on status.Replicas fails
2015-05-04 12:15:30 -07:00
Clayton Coleman dd8184247e Merge pull request #7629 from caesarxuchao/new-fix-7260-7491
Change the order the different versions of API are registered
2015-05-04 15:01:59 -04:00
Clayton Coleman 82b939760e Merge pull request #7699 from kargakis/make-expose-generic
expose: Create objects in a generic way
2015-05-04 15:01:37 -04:00
Eric Paris 87613eee87 Minor bash update found by shellcheck.net 2015-05-04 14:52:50 -04:00
Robert Bailey ed6f698531 Merge pull request #7720 from zmerlynn/merge-release-0.16-to-master
Merge release 0.16 to master
2015-05-04 11:50:59 -07: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