k8s-merge-robot
138cb09aea
Merge pull request #20795 from luxas/remove_dev
...
Auto commit by PR queue bot
2016-02-15 03:52:26 -08:00
AdoHe
81103a07c2
fix --sort-by help bug
2016-02-14 22:31:13 -05:00
Paul Morie
8323bb1727
Regen for ConfigMap volume
2016-02-14 16:28:59 -05:00
k8s-merge-robot
44d12a1389
Merge pull request #20782 from nickschuch/readonly_container_2
...
Auto commit by PR queue bot
2016-02-14 13:18:24 -08:00
k8s-merge-robot
38e827011b
Merge pull request #21005 from liggitt/delete-all
...
Auto commit by PR queue bot
2016-02-14 07:15:09 -08:00
k8s-merge-robot
43fb544a4a
Merge pull request #21001 from ericchiang/oidc_groups
...
Auto commit by PR queue bot
2016-02-14 05:24:43 -08:00
k8s-merge-robot
ad36fc8ba5
Merge pull request #19832 from caseydavenport/calico-cni-ubuntu-doc
...
Auto commit by PR queue bot
2016-02-13 21:43:56 -08:00
Nick Schuch
5d511aeb54
Adds ReadOnlyRootFilesystem support for containers
2016-02-14 15:39:51 +10:00
Tim Hockin
a3d688fc06
Update docs about ports, fix nits
2016-02-13 20:24:21 -08:00
Isaac Hollander McCreery
0ad9b2552b
Add docs for branching e2e jobs
2016-02-12 17:24:07 -08:00
Isaac Hollander McCreery
ec5b9abba8
Add instructions and tooling for munging test infra for a new release series
2016-02-12 17:24:06 -08:00
Isaac Hollander McCreery
c09da9e03c
Remove [Skipped] as a label for tests.
2016-02-12 17:24:06 -08:00
k8s-merge-robot
6250497c40
Merge pull request #21192 from erictune/manual-selector
...
Auto commit by PR queue bot
2016-02-12 17:06:13 -08:00
Eric Tune
2b9d22e030
Renamed noAutoSelector to manualSelector
...
Avoids double negative.
2016-02-12 14:34:07 -08:00
Eric Tune
485b0681c5
Update paths after move.
...
Also improve doc slightly.
2016-02-12 14:34:03 -08:00
k8s-merge-robot
8a4a73e372
Merge pull request #20517 from janetkuo/enable-deployments-default
...
Auto commit by PR queue bot
2016-02-12 14:26:12 -08:00
Eric Tune
7734dd8d18
Move selector-generation from proposal to design
2016-02-12 14:09:26 -08:00
Janet Kuo
311385e76c
Make deployment the default in kubectl run
2016-02-12 12:29:14 -08:00
Janet Kuo
2874f30c05
Enable Deployments by default
2016-02-12 12:29:14 -08:00
David Oppenheimer
8930c4c250
Update cluster-large.md to reflect 1000-node clusters.
2016-02-12 11:35:56 -08:00
Eric Chiang
92d37d5cc5
plugin/pkg/auth/authenticator/token/oidc: get groups from custom claim
2016-02-12 09:58:18 -08:00
goltermann
4f0f1df14b
Add milestone tag clarifications
...
Add Milestone details to our issues page that defines Priority
2016-02-12 09:06:29 -08:00
deads2k
9f003f7db3
allow patch to handle multiple types
2016-02-12 11:12:09 -05:00
derekwaynecarr
e5e691ed5f
Default lockfile to empty string while alpha
2016-02-12 10:50:17 -05:00
Justin Santa Barbara
c081e29a55
Add docs for AWS LoadBalancers: use kubectl describe
...
On AWS, we create ELBs for services with Type=LoadBalancer.
ELBs use hostnames, and the hostname is too long to fit in the output of
`kubectl get`. So instead the user must do `kubectl describe service
<id>`.
Fix #13827
2016-02-12 10:07:11 -05:00
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
Jordan Liggitt
3038eec2aa
Use a different verb for delete collection
2016-02-10 18:08:46 -05: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
678e742dc5
Update Calico Ubuntu guide to use CNI plugin
2016-02-08 11:03: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
k8s-merge-robot
bc36f57a68
Merge pull request #20482 from eljefedelrodeodeljefe/doc/azure-subscription-option
...
Auto commit by PR queue bot
2016-02-07 12:16:30 -08:00
Lucas Käldström
d5b7fd7f95
Remove -v /dev:/dev from docker and docker-multinode
2016-02-07 22:15:20 +02:00
Vladimir Rutsky
3b7fe31b94
remove redundant comma in JSON
2016-02-07 21:27:36 +03:00
Robert Jefe Lindstaedt
aa6d6c2779
doc: azure w/ subscription, cos channel option
...
doc: azure w/ subscription option
docs: azure getting started -> coreos channel env
doc: AZURE_LOCATION needs quotes
2016-02-07 13:57:48 +01:00
k8s-merge-robot
6a98694b4e
Merge pull request #20483 from luxas/remove_restart_always
...
Auto commit by PR queue bot
2016-02-06 16:43:40 -08:00
k8s-merge-robot
096afac5ca
Merge pull request #20354 from ihmccreery/ci_doc
...
Auto commit by PR queue bot
2016-02-06 16:13:01 -08:00
k8s-merge-robot
a08ac362a9
Merge pull request #19839 from madhusudancs/replicaset-e2e-enable
...
Auto commit by PR queue bot
2016-02-06 12:54:34 -08:00
k8s-merge-robot
c6a4f8482e
Merge pull request #17366 from kargakis/kubectl-conventions
...
Auto commit by PR queue bot
2016-02-06 11:56:48 -08:00
k8s-merge-robot
d1b7fb3025
Merge pull request #20630 from a-robinson/logparse
...
Auto commit by PR queue bot
2016-02-06 11:28:08 -08:00
Madhusudan.C.S
48c4173f5f
Enable ReplicaSets in e2e tests.
2016-02-06 03:46:17 -08:00
k8s-merge-robot
b45a94bc78
Merge pull request #20765 from janetkuo/remove-podtemplate-key
...
Auto commit by PR queue bot
2016-02-06 00:44:47 -08:00
k8s-merge-robot
fe269474ca
Merge pull request #20330 from bryk/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-06 00:15:10 -08:00
k8s-merge-robot
6c5540baae
Merge pull request #20232 from mml/daemonset-warn
...
Auto commit by PR queue bot
2016-02-05 23:12:51 -08:00
k8s-merge-robot
474795060c
Merge pull request #19806 from madhusudancs/replicaset-link-boilerplate
...
Auto commit by PR queue bot
2016-02-05 22:45:13 -08:00
Janet Kuo
38ae5785dc
Update docs for removing UniqueLabelKey from deployment spec
2016-02-05 21:21:41 -08:00
Madhusudan.C.S
4f9b8b2bfc
Link all the ReplicaSet controller boilerplate together.
...
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
k8s-merge-robot
8e56494ec5
Merge pull request #20140 from resouer/scheduler
...
Auto commit by PR queue bot
2016-02-05 20:08:31 -08:00
Kurt Stam
4e2c82fcb1
service discovery proposal using kubernetes service annotations
2016-02-05 21:38:17 -05:00
k8s-merge-robot
fcf9c4a1e4
Merge pull request #19741 from pwittrock/syncfsmetrics
...
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Mike Danese
b1743a6887
this is a manual reversion of #20702
...
I can't revert with github which says "Sorry, this pull request couldn’t be
reverted automatically. It may have already been reverted, or the content may
have changed since it was merged."
Reverts commit: 0c191e787b
2016-02-05 16:34:02 -08:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
k8s-merge-robot
6b20879a7f
Merge pull request #20142 from bprashanth/ing_tls
...
Auto commit by PR queue bot
2016-02-05 15:07:09 -08:00
Daniel Smith
9441721fee
Merge pull request #19689 from AdoHe/kubectl_label_display
...
kubectl add show-labels flag to make it more readable
2016-02-05 14:08:37 -08:00
Prashanth Balasubramanian
c56bebf594
Basic TLS support.
2016-02-05 11:00:04 -08:00
k8s-merge-robot
87fbfdc953
Merge pull request #20116 from Clarifai/http-headers
...
Auto commit by PR queue bot
2016-02-05 10:28:31 -08:00
k8s-merge-robot
14d74a1c01
Merge pull request #19365 from jsafrane/devel/retry-delete
...
Auto commit by PR queue bot
2016-02-05 09:55:21 -08:00
k8s-merge-robot
175d0c57f2
Merge pull request #19880 from DirectXMan12/feature/limit-ebs-scheduler-predicate
...
Auto commit by PR queue bot
2016-02-05 09:26:42 -08:00
k8s-merge-robot
266d7aa5b3
Merge pull request #19783 from magicwang-cn/master
...
Auto commit by PR queue bot
2016-02-05 08:53:30 -08:00
Rudi Chiarito
a2d1bb7acf
Add httpHeaders to httpGet liveness probe
...
Also update existing documentation and try to steer users away from 'host'.
Add validation.
2016-02-05 11:20:04 -05:00
Jan Safranek
76b6449715
Retry recycle or delete operation on failure.
...
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.
By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
gmarek
90ddf533f5
Fix generated api-reference-docs
2016-02-05 16:56:51 +01:00
k8s-merge-robot
3cfb090939
Merge pull request #7893 from pweil-/security-policy
...
Auto commit by PR queue bot
2016-02-05 07:14:37 -08:00
Vladimir Rutsky
fa37bff9de
fix list enumeration
...
Right now list items are rendered as "1.", "1." instead of "1.", "2.", see
http://kubernetes.io/v1.1/docs/user-guide/walkthrough/README.html#volumes
2016-02-05 18:05:58 +03:00
k8s-merge-robot
ae15a4437b
Merge pull request #19944 from mwielgus/simple-cm
...
Auto commit by PR queue bot
2016-02-05 06:41:28 -08:00
Chris Kühl
f62cffa11e
docs: make CoreOS casing consistent
2016-02-05 14:49:21 +01:00
dobbymoodge
c22f348f86
SCC proposal edits for clarity and correctness
...
This commit fixes a few typographical and wording nits, adds formatting
for keywords where appropriate, and tweaks punctuation for clarity
2016-02-05 08:45:50 -05:00
Paul Weil
03261146b0
api
2016-02-05 08:45:50 -05:00
Paul Weil
367b307dde
design
2016-02-05 08:42:04 -05:00
bryk
46f51d74bb
Set kubernetes-dashboard as the default UI addon
...
Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0
This replaces kube-ui addon
2016-02-05 13:36:37 +01:00
gmarek
0c191e787b
Split controller flags between controllers
2016-02-05 12:17:51 +01:00
Marcin Wielgus
bf0c881263
Set Docker custom metric label for cAdvisor if custom metric volume is mounted
2016-02-05 12:00:02 +01:00
magicwang-cn
d2cf858560
make watch cache sizes configuratable of kube-apiserver
2016-02-05 15:47:27 +08:00
Alex Robinson
e5c5f76402
Update the default fluentd images to parse system logs.
2016-02-04 23:29:27 +00:00
k8s-merge-robot
ad9fa30e7e
Merge pull request #20023 from erictune/secrets-doc
...
Auto commit by PR queue bot
2016-02-04 11:57:41 -08:00
Yu-Ju Hong
169ca5cdc5
Proposal: add a runtime pod cache in kubelet
2016-02-04 11:23:38 -08:00
Eric Tune
db57460035
Update secrets docs
...
Use `kubectl create secret` wherever possible
instead of defining a complete object.
Reorganized some content.
2016-02-04 10:09:17 -08:00
AdoHe
714d12cf72
kubectl add show-labels flag to make it more readable
2016-02-04 02:08:44 -05:00
Saad Ali
0952dcd349
Merge pull request #20389 from mqliang/deployment-MinReadySeconds
...
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 22:44:14 -08:00
k8s-merge-robot
16aa40cc33
Merge pull request #20035 from janetkuo/record-command
...
Auto commit by PR queue bot
2016-02-03 20:19:08 -08:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
k8s-merge-robot
bb7ad7cd09
Merge pull request #18795 from dcbw/cbr0-network-plugin
...
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
David Oppenheimer
bf2dbd61a2
Merge pull request #19758 from Huawei-PaaS/node-affinity-part1
...
NodeSelector, HardNodeAffinity and SoftNodeAffinity implementation
2016-02-03 19:18:45 -08:00
Kevin
c8c82c1d8f
implement Node affinity and NodeSelector
2016-02-04 01:53:14 +00:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Eric Tune
36f6049b07
Document Unions, conventions for adding to Unions.
2016-02-03 13:25:18 -08:00
Robert Bailey
344a587f34
Document the communication paths between the master and node.
2016-02-03 10:21:22 -08:00
Janet Kuo
5088d0e147
Record kubectl commands
2016-02-03 10:19:05 -08:00
Dan Williams
fabb65c13f
Add a network plugin that duplicates "configureCBR0" functionality
2016-02-03 10:08:08 -06:00
harry
233a601130
Caculate priorities based on image locality
...
Add test for image score
Update generated docs
2016-02-03 21:01:26 +08:00
k8s-merge-robot
8f4a10ec87
Merge pull request #20524 from erictune/job-doc-fixes
...
Auto commit by PR queue bot
2016-02-03 00:17:39 -08:00
k8s-merge-robot
a7ef693f84
Merge pull request #20464 from thockin/proxymode-iptables
...
Auto commit by PR queue bot
2016-02-03 00:17:38 -08:00
Eric Tune
a400be6d55
Added design proposal for selector generation.
...
Linked from jobs proposal.
2016-02-02 22:41:30 -08:00
k8s-merge-robot
8d8de2efb4
Merge pull request #19314 from cjcullen/tunnels
...
Auto commit by PR queue bot
2016-02-02 19:46:06 -08:00
mqliang
c4a1ab42e3
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 11:38:11 +08:00
Kirill Kolyshkin
c734fca715
centos_manual_config.md: fix etcd client port
...
As per https://github.com/coreos/etcd/blob/master/Documentation/configuration.md
> The official etcd ports are 2379 for client requests, and 2380 for peer
> communication. Some legacy code and documentation still references
> ports 4001 and 7001, but all new etcd use and discussion should
> adopt the assigned ports.
Indeed, etcd-2.1.1-2.el7.x86_64 as comes in centos 7 "extras" repo is configured
to listen to clients at port 2379, not 4001.
2016-02-02 18:25:56 -08:00
Jeff Lowdermilk
d4af417010
Merge pull request #20453 from ihmccreery/flaky-label-update
...
Update docs on flaky issues
2016-02-02 18:19:00 -08:00
Janet Kuo
442c75045a
Add kubectl rollout undo
2016-02-02 14:20:01 -08:00
Solly Ross
2d436ff080
Scheduler predicate for capping node volume count
...
For certain volume types (e.g. AWS EBS or GCE PD), a limitted
number of such volumes can be attached to a given node. This commit
introduces a predicate with allows cluster admins to cap
the maximum number of volumes matching a particular type attached to a
given node.
The volume type is configurable by passing a pair of filter functions,
and the maximum number of such volumes is configurable to allow node
admins to reserve a certain number of volumes for system use.
By default, the predicate is exposed as MaxEBSVolumeCount and
MaxGCEPDVolumeCount (for AWS ElasticBlocKStore and GCE PersistentDisk
volumes, respectively), each of which can be configured using the
`KUBE_MAX_PD_VOLS` environment variable.
Fixes #7835
2016-02-02 16:21:42 -05:00
Tim Hockin
7ed83ad4f9
Make kube-proxy default to iptables (regression)
...
This was accidentally introduced as part of the component config changes.
2016-02-02 12:45:11 -08:00
k8s-merge-robot
cfa3f037fd
Merge pull request #20087 from kargakis/rollout-pause-resume
...
Auto commit by PR queue bot
2016-02-02 12:03:44 -08:00
CJ Cullen
04eb90a5d4
Make tunneler hold tunnels open and healthcheck vs. reopening every 5 minutes.
...
Also add a test for the Update() logic.
Reordered tunnels vs. storage initialization (prevent a nil ptr panic)
2016-02-02 12:00:29 -08:00