Commit Graph

3019 Commits (1b437272baaa3e37068099f3ebd41db82d5f8f8a)

Author SHA1 Message Date
k8s-merge-robot 25b7c79860 Merge pull request #16609 from fwalker/master
Auto commit by PR queue bot
2015-11-03 01:41:16 -08:00
Alex Mohr 95bdf1923c Merge pull request #16619 from bgrant0607/docfix
Gut out-of-date roadmap in favor of milestones.
2015-11-02 16:42:02 -08:00
k8s-merge-robot 5881c3c848 Merge pull request #16571 from bgrant0607/bugfix1
Auto commit by PR queue bot
2015-11-01 08:37:36 -08:00
Mike Danese 67f46aa1f1 autogenerated 2015-10-31 12:26:54 -07:00
Brian Grant 5e0ecf812e Add more specifics about what Kubernetes does. 2015-10-31 05:17:05 +00:00
Brian Grant a5d7e1f36c Gut out-of-date roadmap in favor of milestones. 2015-10-30 21:26:45 +00:00
nikhiljindal 72db55eb26 Fixing how to enable daemonsets 2015-10-30 12:28:10 -07:00
Florian Walker 4face20a19 Updated nginx static html directory. 2015-10-30 17:51:23 +01:00
k8s-merge-robot 2861dbb186 Merge pull request #16023 from rimusz/master
Auto commit by PR queue bot
2015-10-30 02:02:22 -07:00
Janet Kuo a86922a488 Fix broken api group link 2015-10-29 15:26:24 -07:00
Janet Kuo 8f1b4c2e10 Remove red rectangles in quoted region in gh-pages 2015-10-29 13:18:28 -07:00
k8s-merge-robot 809f4e1bc3 Merge pull request #16497 from a-robinson/fluentd
Auto commit by PR queue bot
2015-10-29 06:01:20 -07:00
k8s-merge-robot e47c8db9ca Merge pull request #16487 from ZJU-SEL/downwardapi-fix
Auto commit by PR queue bot
2015-10-29 05:51:20 -07:00
Alex Robinson f0ebe4066f Update fluentd-gcp to include all recent improvements that are in the
new google-fluentd 1.5.4-1 build.
2015-10-29 11:54:07 +00:00
k8s-merge-robot 79c2d5541a Merge pull request #16204 from caseydavenport/docs-update-v1.1
Auto commit by PR queue bot
2015-10-29 01:43:15 -07:00
k8s-merge-robot 139e158f18 Merge pull request #15862 from timstclair/metrics-proposal
Auto commit by PR queue bot
2015-10-29 01:35:09 -07:00
k8s-merge-robot a1e3a1c39a Merge pull request #16328 from erictune/scratch-addons
Auto commit by PR queue bot
2015-10-29 01:32:11 -07:00
k8s-merge-robot 3980d2373d Merge pull request #16368 from fgrzadkowski/test_docker_multinode
Auto commit by PR queue bot
2015-10-29 01:31:45 -07:00
k8s-merge-robot 63af7c227e Merge pull request #16069 from zmerlynn/nfs-1.1
Auto commit by PR queue bot
2015-10-28 22:39:09 -07:00
Harry Zhang fad2db221c Add downwardAPI 2015-10-29 03:43:35 +00:00
Nikhil Jindal 46303ebc63 Merge pull request #16138 from nikhiljindal/deploymentDoc
Adding a user guide readme for deployments
2015-10-28 15:25:51 -07:00
nikhiljindal 5c0cc34101 Adding a user-guide doc for deployments 2015-10-28 13:14:08 -07:00
k8s-merge-robot 47b15c8896 Merge pull request #16366 from jszczepkowski/autoscaling-example
Auto commit by PR queue bot
2015-10-28 03:11:28 -07:00
k8s-merge-robot 43c9309630 Merge pull request #16338 from janetkuo/doc-started-docker
Auto commit by PR queue bot
2015-10-28 02:00:43 -07:00
Zach Loafman 17fd5f2536 NFS: Revamp example, add nfs-common to debian saltbase
This ensures nfs-common is installed on GCE, and provides a more
functional explanation/example. I launched two replication controllers
so that there were busybox pods to poke around at the NFS volume, and
so that the later wget actually works (the original example would have
to work on the node, or need some other access to the container
network). After switching to two controllers, it actually makes more
sense to use PV claims, and it's probably a configuration that makes
more sense for indirection for NFS anyways.
2015-10-27 16:58:04 -07:00
Daniel Smith b791642480 Merge pull request #16217 from caesarxuchao/update-versionize
versionize the include directory in definitions.md and operations.md
2015-10-27 16:42:00 -07:00
Daniel Smith 6219b50280 Merge pull request #16160 from kargakis/windows-fixes-for-edit
edit: Windows fixes
2015-10-27 15:44:26 -07:00
Tim St. Clair accb08c0ee Add kubelet raw metrics API proposal 2015-10-27 15:05:05 -07:00
Janet Kuo a01d339216 Update tutorial about kubectl expose 2015-10-27 14:28:32 -07:00
k8s-merge-robot ad01a84ecb Merge pull request #11938 from justinsb/docs_aws_internals
Auto commit by PR queue bot
2015-10-27 11:30:09 -07:00
Casey D 97c9fde378 Updated ubuntu-calico.md for v1.1 2015-10-27 11:27:51 -07:00
k8s-merge-robot d6d0976d55 Merge pull request #16276 from ncdc/fix-typo
Auto commit by PR queue bot
2015-10-27 11:25:06 -07:00
Eric Tune 0869e01342 Improve addons documentation.
Longer description of Addons in Admin Guide to Cluster Components.

Mention fluentd as node component in Admin Guide to Cluster Components.

From docs/getting-started-guides/scratch.md add refs to setting up
DNS, Logging, Monitoring, and GUI.

Add TOCs to several pages that were referenced.

Fixes #16235
2015-10-27 08:28:55 -07:00
Filip Grzadkowski 871dcb472c Fix flags for kubelet in docker-multinode setup. 2015-10-27 15:50:23 +01:00
Filip Grzadkowski 187c32a74a Wait for docker termination when creating network bridges. Currently we might have data races. 2015-10-27 15:44:03 +01:00
Jerzy Szczepkowski ffc0c0b4c1 Updated HPA example to use kubectl commands.
Updated HPA example to use kubectl commands.
2015-10-27 15:31:02 +01:00
Jerzy Szczepkowski bbee6cfcd7 Merge pull request #15461 from kargakis/relax-exposing-multiport-objects
expose: Enable exposing multiport objects
2015-10-27 10:25:54 +01:00
Jerzy Szczepkowski cf8c210502 Merge pull request #16135 from jszczepkowski/hpa-user-guide
Added user guide for horizontal pod autoscaler.
2015-10-27 10:12:38 +01:00
Daniel Smith 37ee9584cb Merge pull request #16209 from erictune/fix-devel-doc
In devel docs, refer to .kube/config
2015-10-26 17:17:17 -07:00
Daniel Smith 516a9a6784 Merge pull request #16129 from errordeveloper/master
azure/coreos: Quickfix for Weave 1.2
2015-10-26 17:05:42 -07:00
Chao Xu 45b0917b6b versionize the include directory in definitions.md and operations.md 2015-10-26 14:19:54 -07:00
Andy Goldstein 325e0ce68b Fix kubelet help typo
Fix double percent (%%) typo for image-gc-high-threshold and
image-gc-low-threshold help text.
2015-10-26 10:37:46 -04:00
Jerzy Szczepkowski 4d243d514e Added user guide for horizontal pod autoscaler.
Added user guide for horizontal pod autoscaler. Part of #15652.
2015-10-26 10:26:32 +01:00
Piotr Szczesniak 87c6d17d3a Fixed api reference docs 2015-10-26 10:18:39 +01:00
Jerzy Szczepkowski c43819d8ba Proposal for horizontal pod autoscaler updated and moved to design.
Proposal for horizontal pod autoscaler updated and moved to design. Related to #15652.
2015-10-26 08:33:24 +01:00
feisky 13dce74adb Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08:00
Abhi Shah 76f0f8e467 Merge pull request #16189 from beldougie/patch-1
Remove breaking whitespace
2015-10-24 16:15:36 -07:00
Abhi Shah f430dc8ac8 Merge pull request #16149 from ZJU-SEL/fix-endpoint-port
fix buggy example for endpoint specification
2015-10-24 16:11:25 -07:00
Abhi Shah a254fdc062 Merge pull request #15814 from soltysh/job_doc
Update job user-guide doc to reflect recent changes to .spec.selector
2015-10-24 14:18:10 -07:00
k8s-merge-robot 19c0a5b3d7 Merge pull request #15899 from bprashanth/ing_docs
Auto commit by PR queue bot
2015-10-24 11:34:22 -07:00