k8s-merge-robot
b5c12d10b8
Merge pull request #20764 from mikedanese/controller-manager-componentconfig
...
Auto commit by PR queue bot
2016-02-11 16:47:58 -08:00
k8s-merge-robot
662a4291f3
Merge pull request #19488 from derekwaynecarr/fix_19129
...
Auto commit by PR queue bot
2016-02-11 15:08:55 -08:00
Mike Danese
33c4332b28
autogenerated
2016-02-11 13:14:47 -08:00
k8s-merge-robot
f6ae6b47ae
Merge pull request #20687 from vishh/systemd-support
...
Auto commit by PR queue bot
2016-02-11 13:06:29 -08:00
derekwaynecarr
06f26189f0
Update kubectl create subcommand to use printer flags
2016-02-11 15:37:47 -05:00
k8s-merge-robot
09314f97f6
Merge pull request #20944 from janetkuo/move-deployment-example
...
Auto commit by PR queue bot
2016-02-11 02:37:31 -08:00
k8s-merge-robot
3208665edf
Merge pull request #20928 from madhusudancs/replicaset-expose
...
Auto commit by PR queue bot
2016-02-11 02:02:20 -08:00
k8s-merge-robot
d66ae29587
Merge pull request #20758 from ihmccreery/reconcile-testing-docs
...
Auto commit by PR queue bot
2016-02-10 20:00:09 -08:00
Vishnu kannan
c3b5d5774c
Update flag values for cgroups managed by kubelet.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 17:33:29 -08:00
Isaac Hollander McCreery
c25c7c7491
Reconcile testing docs, fixes #18606
2016-02-10 16:33:35 -08:00
Madhusudan.C.S
293793cf0d
Allow replica set to be exposed as a service and add kubectl command tests for replica sets.
2016-02-10 16:20:08 -08:00
Vishnu kannan
51e4ccf106
Updating the default values for the cgroups hierarchies that kubelet
...
creates for managing the nodes.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:36 -08:00
Vishnu kannan
38efc837b9
Make container runtime's cgroup configurable.
...
Use the real cgroups for metrics generation.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:34 -08:00
Mike Danese
e0ab7f43e7
autogenerated
2016-02-10 11:41:05 -08:00
Janet Kuo
ddd983286b
Move deployment example to docs/user-guide
2016-02-10 10:46:12 -08:00
k8s-merge-robot
99658d9fae
Merge pull request #20711 from kinvolk/docs-fix-coreos-casing
...
Auto commit by PR queue bot
2016-02-10 02:21:55 -08:00
k8s-merge-robot
29c20be1e6
Merge pull request #20807 from livewyer-ops/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-10 00:55:58 -08:00
k8s-merge-robot
71b6b81102
Merge pull request #20076 from derekwaynecarr/namespace_controller_workers
...
Auto commit by PR queue bot
2016-02-10 00:55:57 -08:00
k8s-merge-robot
b3a84d49c5
Merge pull request #18262 from davidopp/choose-scheduler
...
Auto commit by PR queue bot
2016-02-09 22:55:19 -08:00
David Oppenheimer
05dcf743ac
MetadataPolicy design doc.
2016-02-09 22:30:57 -08:00
k8s-merge-robot
36c25be657
Merge pull request #19921 from jsafrane/devel/remove-fstype-check
...
Auto commit by PR queue bot
2016-02-09 21:17:19 -08:00
Prashanth B
f0620a5efd
Merge pull request #20883 from bprashanth/kubelet_flag
...
Kubelet flag for disabling hairpin mode
2016-02-09 17:31:30 -08:00
k8s-merge-robot
d7bef3cc87
Merge pull request #20896 from kinvolk/ckuehl/replace-rocket-with-rkt
...
Auto commit by PR queue bot
2016-02-09 16:05:01 -08:00
k8s-merge-robot
c1e79e4264
Merge pull request #12810 from yujuhong/podcache_proposal
...
Auto commit by PR queue bot
2016-02-09 15:27:18 -08:00
derekwaynecarr
106693d9b3
Refactor namespace controller to use workers, do more delete collection calls
2016-02-09 16:39:13 -05:00
Prashanth Balasubramanian
c3a3a2bacd
Pipe hairpin-mode flag through kubelet, enable on soak.
2016-02-09 12:12:19 -08:00
k8s-merge-robot
bb1f93f5ba
Merge pull request #20894 from mkulke/fix-services-without-selector-doc
...
Auto commit by PR queue bot
2016-02-09 11:26:07 -08:00
Ben Parees
89a656130d
template and parameterization (parameterized lists) proposal
2016-02-09 08:50:55 -05:00
Chris Kühl
7fcc40bb27
docs: replace Rocket with rkt
2016-02-09 13:52:25 +01:00
Magnus Kulke
c1577b16d6
Change uppercase IP property to ip
2016-02-09 11:55:04 +01:00
Jan Safranek
40c97ddd5f
Remove validation of *VolumeSource.FSType.
...
Most volume plugins use SafeFormatAndMount, which uses ext4 by default.
FlexVolume plugin has FSType attribute 'omitempty', so reflect it in the
description of the type.
2016-02-09 09:13:06 +01:00
k8s-merge-robot
8d95da1b49
Merge pull request #20590 from erictune/rc-doc
...
Auto commit by PR queue bot
2016-02-09 00:11:39 -08:00
Huamin Chen
d7e4b826b9
support Azure File Service volume
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-02-09 01:07:12 +00:00
Eric Tune
f7a89cedda
Update replication-controller docs
...
Adds a document on pod templates that can be shared
between various controller docs.
Move more philosophical content to later in the doc.
Add more task-oriented stuff earlier.
Put example config in the document, early on, so users have something concrete to relate the discussion of fields to.
Link to Job and DaemonSet docs.
Make format more like that of Job and DaemonSet docs.
Use jsonpath in examples, which is available in v1.1.
Added example files.
2016-02-08 15:51:53 -08:00
k8s-merge-robot
3124474458
Merge pull request #19714 from jlowdermilk/pr-workflow
...
Auto commit by PR queue bot
2016-02-08 15:25:46 -08:00
k8s-merge-robot
8ca6c924da
Merge pull request #20345 from spiffxp/on-call-out-of-wiki
...
Auto commit by PR queue bot
2016-02-08 14:22:23 -08:00
k8s-merge-robot
6834ee59d9
Merge pull request #19795 from caseydavenport/calico-cni-coreos-doc
...
Auto commit by PR queue bot
2016-02-08 12:04:48 -08:00
k8s-merge-robot
468d0db8f7
Merge pull request #20797 from pmorie/secret-docs
...
Auto commit by PR queue bot
2016-02-08 11:30:04 -08:00
Casey D
964dfa1ad4
Update Calico CoreOS doc to use CNI plugin, conformance.
2016-02-08 10:58:59 -08:00
k8s-merge-robot
b32078d89b
Merge pull request #20496 from matthewdupre/masquerade-config
...
Auto commit by PR queue bot
2016-02-08 10:49:20 -08:00
Jeff Lowdermilk
5754713f5e
review changes
2016-02-08 10:01:32 -08:00
Jeff Lowdermilk
c96c04245f
Add workflow diagram to pull request doc
2016-02-08 10:01:32 -08:00
Jake
000ae4ba9f
Tidied the documentation for the Dashboard UI
...
Removed whitespace from ui.md
Fixed typo
2016-02-08 17:57:18 +00:00
Paul Weil
619ccb7023
don't enable psp by default and fix comment
2016-02-08 08:56:52 -05:00
Matt Dupre
9925cddc11
Change iptables fwmark to use single configurable bit instead of whole mark space
2016-02-08 11:12:09 +00:00
k8s-merge-robot
fe8b872779
Merge pull request #20717 from rutsky/patch-1
...
Auto commit by PR queue bot
2016-02-08 02:02:34 -08:00
k8s-merge-robot
e41329a6db
Merge pull request #20216 from KurtStam/master
...
Auto commit by PR queue bot
2016-02-08 01:46:03 -08:00
k8s-merge-robot
47437163ae
Merge pull request #20533 from kolyshkin/patch-1
...
Auto commit by PR queue bot
2016-02-08 00:32:24 -08:00
k8s-merge-robot
0ab09296f6
Merge pull request #20585 from erictune/api-unions
...
Auto commit by PR queue bot
2016-02-07 22:16:13 -08:00
Paul Morie
72e3193578
Streamline secret docs and add env var doc
2016-02-07 15:52:43 -05:00