Commit Graph

979 Commits (5c4b6583e4c9f47e4b78734273becaa2c75f43c8)

Author SHA1 Message Date
jayunit100 280e525392 Clarify flannel vs networkmanager usage of ansible 2015-03-25 23:02:20 -04:00
Clayton Coleman 581d7cd789 Allow resource.Builder commands to take arguments by type/name
Will allow xarg behavior to fetch resources across multiple types.
Changes 'create', 'get', 'update', 'stop', and 'delete' to output
<resourceType>/<name>.
2015-03-25 20:39:22 -04:00
Robert Bailey 5936760b4e Merge pull request #5797 from ihmccreery/getting-started-guides-gce-update
Getting started on GCE: Clarify and update the Getting VMs section to po...
2015-03-25 16:54:33 -07:00
Mark Maglana fd29104ff5 Fix confusing use of "comprise"
The word "comprise" means "be composed of" or "contain" so
"applications comprised of multiple containers" would mean
"applications composed of of multiple containers" or "applications
contained of multiple containers" which is confusing.

I understand that this is nitpicking and that "comprise" has a new
meaning which is the opposite of its original definition just like
how "literally" now means "figuratively" to some people. However, I
believe that clarity is of utmost importance in technical
documentation which is why I'm proposing this change.
2015-03-25 14:55:34 -07:00
Isaac Hollander McCreery 76f3700388 Getting started on GCE: Clarify and update the Getting VMs section to point to current documentation; clarify and update Prerequisites to include ‘gcloud preview’; include information about ‘kube-down.sh’ if ‘kube-up.sh’ fails 2015-03-25 21:47:39 +00:00
Clayton Coleman 590acda4e2 Merge pull request #5932 from rjnagal/cleanup
Add a pointer to kubernetes-dev to API changes doc.
2015-03-25 14:32:08 -04:00
Benjamin Elder 8446cc9c50 Update gce.md OSX instructions per issue #5852
Update /docs/getting-started-guides/gce.md prerequisites to include relevant urls for osx.
See https://github.com/GoogleCloudPlatform/kubernetes/issues/5852 for the related issue.
2015-03-25 14:10:04 -04:00
Rohit Jnagal 3dfa26305e Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
Eric Paris 50452994cb Merge pull request #5847 from aveshagarwal/kubernetes-fedora-guides-minions
Describes addition and deletion of minions (or nodes) at run time, and some other fixes.
2015-03-25 12:04:59 -04:00
Ilya Dmitrichenko b6cc4cb22f coreos/azure: Update image IDs 2015-03-25 13:42:59 +00:00
Ilya Dmitrichenko edb39e0601 coreos/azure: Move `storage_account` under resources 2015-03-25 13:40:10 +00:00
Jeffrey Bean 6cb53acad7 Changing notes section to kubectl over kubecfg 2015-03-25 06:09:23 -07:00
Ilya Dmitrichenko 152ec2ed75 coreos/azure: Do cleanup storage account (Azure/azure-xplat-cli#1615) 2015-03-25 12:56:24 +00:00
Young c2e0f84f70 minor doc modification 2015-03-25 11:16:25 +00:00
Deyuan Deng ca68f4a9d1 Rename ConditionFull->ConditionTrue, ConditionNone->ConditionFalse 2015-03-24 17:28:59 -04:00
Avesh Agarwal 8d345fc94b Describes addition and deletion of kubernetes nodes dynamically.
Removes --machines stuff from /etc/kubernetes/controller-manager, and now
no change is required in it from its default configuration.
Changes terminology from kubernetes minions to kubernetes nodes.
Fixes /etc/kubernetes/proxy duplication issue.
2015-03-24 14:09:48 -04:00
Brendan Burns d216984194 Update coreos_single_node_cluster.md 2015-03-24 10:39:25 -07:00
Brendan Burns bcc9a43a6c Update coreos_multinode_cluster.md 2015-03-24 10:39:25 -07:00
Jeff Lowdermilk bc4a082f7a Merge pull request #5815 from brendandburns/kubecfg
Revert the revert of a previous run.  Update to a fixed cobra/pflag.
2015-03-24 09:09:26 -07:00
Robert Bailey 1dc7bcf53b Merge pull request #5760 from jayunit100/ansible-readme
Some minor cleanups and simplifications to the ansible directions.
2015-03-24 07:58:18 -07:00
Robert Bailey a2d5f8fe22 Merge pull request #5832 from brendandburns/master
Describe manual setting of PortalIP in service creation.
2015-03-24 07:57:19 -07:00
Saad Ali 959b3a45d6 Merge pull request #5583 from brendandburns/docs
Update error status code documentation a little bit.
2015-03-24 07:33:08 -07:00
Brian Grant 8da8cf16b0 Merge pull request #5844 from wojtek-t/change_ns_to_namespaces
Change "/ns" to "/namespaces" in few remaining places.
2015-03-24 07:30:33 -07:00
Wojciech Tyczynski f7191d626d Change "/ns" to "/namespaces" in few remaining places. 2015-03-24 13:05:32 +01:00
Maciej Szulik 6a2ee9ae9f Fixed markdown 2015-03-24 12:01:41 +01:00
Adam Dymitruk e94b561623 Better wording for clean up.
Encouraging squashing by default leads to important history being lost. People new to different git flows may be doing themselves and the project a disservice without knowing.
2015-03-23 23:51:46 -07:00
Brendan Burns a92ca3fd6f Update error status code documentation a little bit. 2015-03-23 21:13:11 -07:00
Brendan Burns a18ec3be88 Update spf13/cobra with recent commits. 2015-03-23 21:06:45 -07:00
Brendan Burns c66caa5336 Revert "Revert "Update cobra/pflag. Also update generated kubectl documentation.""
This reverts commit 69432e8b2f.

    COMMIT_BLOCKED_ON_GENDOCS
2015-03-23 21:06:45 -07:00
Brendan Burns 62418fd120 Describe manual setting of PortalIP in service creation. 2015-03-23 20:22:36 -07:00
jayunit100 378b1b0275 Some cleanup, clarification, and addition of NetworkManager requirements for ansible setup 2015-03-23 22:17:28 -04:00
Brendan Burns a7f3d7d820 Merge pull request #5550 from AntonioMeireles/registry_gunicorn_play_safe
workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs
2015-03-23 14:06:51 -07:00
Robert Bailey a7bc9edb96 Specify bash when installing kubernetes via get.k8s.io.
Fixes #5689.
2015-03-21 22:50:29 -07:00
Abhishek Gupta d1b7a9fb4a Adding documentation for headless services 2015-03-20 16:21:58 -07:00
Eric Paris bae8f9c06f Update getting started guide table to list latest tested on Fedora 2015-03-20 15:57:08 -04:00
Zach Loafman 7f02e110f4 Merge pull request #5594 from lhuard1A/libvirt-coreos_kube-push
libvirt-coreos: Make kube-push able to push non-release kubernetes binaries
2015-03-20 10:20:02 -07:00
António Meireles b60a3cca45 workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs.
avoids race conditions (docker/docker-registry#892) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-20 16:40:30 +00:00
Brian Grant 3e91fc5288 Merge pull request #5195 from derekwaynecarr/update_namespace_design
Design graceful termination of Namespaces
2015-03-20 09:00:35 -07:00
CJ Cullen f6d8d5f800 Merge pull request #5522 from fabioy/expose-label.fix
Add "--labels" option to the "expose" kubectl command.
2015-03-19 14:40:15 -07:00
CJ Cullen eaf35b89b7 Merge pull request #5641 from gosharplite/patch-1
Fix master ip error.
2015-03-19 09:31:37 -07:00
Derek Carr 475f24310c Merge pull request #5418 from rjnagal/docs
Update vagrant documentation to use get.k8s.io for setup.
2015-03-19 11:08:07 -04:00
Avesh Agarwal 7ee4cfe54c Fixes to Kubernetes/Fedora upstream guide. 2015-03-19 10:18:45 -04:00
gosharplite cd4d0fdb8b Fix master ip error. 2015-03-19 13:55:34 +08:00
CJ Cullen 97b806e3a7 Merge pull request #5566 from jlowdermilk/update-docs
Update getting-started-guides/gce.md for using prebuilt release
2015-03-18 15:47:24 -07:00
CJ Cullen 6cd5b4333a Merge pull request #5597 from lhuard1A/libvirt-coreos_doc
Update libvirt-coreos documentation
2015-03-18 15:45:03 -07:00
Rohit Jnagal 0817bf2c72 Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Jeff Lowdermilk 8f1462452a Update getting-started-guides/gce.md for using prebuilt release
Remove instructions for hack/build-go.sh. Client binaries are included
in official release tars.
2015-03-18 12:20:14 -07:00
CJ Cullen 4586f8ce29 Merge pull request #5561 from tOnI0/master
simplify fleet invocation
2015-03-18 11:21:52 -07:00
Jeff Bean 3302ef48f6 spelling and grammar corrections 2015-03-18 08:54:30 -07:00
Jeff Bean b66e2d87bc Adding seimple service to the demo setion 2015-03-18 08:45:17 -07:00
derekwaynecarr 3672d8d728 Update namespaces design 2015-03-18 11:33:02 -04:00
Lénaïc Huard 8fb8e20f2c Make kube-push able to push local binaries built by `make`
and not only releases built by `make release`.

The behavior is conditionned by the KUBE_PUSH environment variable.
2015-03-18 15:31:11 +01:00
Jeff Lowdermilk faab509a23 Merge pull request #5543 from you-n-g/master
add get available versions commmand
2015-03-17 17:34:33 -07:00
Victor Marmol 94ba5db932 Merge pull request #5562 from yujuhong/verbal
Add -v to `go run hack/e2e.go -ctl` commands
2015-03-17 13:12:22 -07:00
Yu-Ju Hong fb10ccbbd8 Add -v to `go run hack/e2e.go -ctl` commands 2015-03-17 12:32:34 -07:00
Antoine Cotten a4e29053f7 simplify fleet invocation
see commit b5a50ca
2015-03-17 20:05:39 +01:00
Derek Carr c966ae8953 Merge pull request #5525 from erictune/audiences
Added Quota documentation for Cluster Admins.
2015-03-17 14:05:12 -04:00
fabioy 401451c510 Add "--labels" option to the "expose" kubectl command. 2015-03-17 09:47:57 -07:00
Young 63f7d47ffd update docs after update apis 2015-03-17 16:30:53 +00:00
Eric Tune ece66c80bc Added Quota documentation for Cluster Admins.
Also documented Admission Control Plugins
for developers.
2015-03-17 08:33:57 -07:00
Victor Marmol 668e2dbcd8 Merge pull request #5502 from wojtek-t/completely_remove_bound_pods
Remove BoundPod type from source code
2015-03-17 08:09:50 -07:00
Brendan Burns 1c5f6a3cfa Merge pull request #5353 from bgrant0607/docfix
Clarified expectations for pods.
2015-03-17 07:44:09 -07:00
Brendan Burns 3462f68d49 Merge pull request #5455 from AntonioMeireles/use_native_coreos_flannel
use natively packaged flannel in CoreOS' cloud-configs
2015-03-17 07:31:09 -07:00
Brendan Burns c54dc5b4af Merge pull request #4833 from ghodss/versioning
Kube release and API versioning policy
2015-03-17 07:29:44 -07:00
Wojciech Tyczynski e6d188fca8 Remove BoundPod structure 2015-03-17 10:27:41 +01:00
António Meireles 1891ba029c in CoreOS configs enforce that docker starts only after flanneld is running.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
António Meireles 07461f9a46 use natively packaged flannel in CoreOS' cloud-configs
in the footsteps of #5254 merge earlier today and per @brendandburns comments
in the PR review thread...

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
Sam Ghods 373fc9656a Kube release and API versioning policy 2015-03-16 20:37:14 -07:00
Brian Grant bcae5715a1 Merge pull request #5459 from thockin/apidoc
Add a doc explaining how to make API changes
2015-03-16 16:05:58 -07:00
Alex Robinson 361c208a7d Merge pull request #5519 from jlowdermilk/sharing-clusters
Add a doc on sharing cluster access credentials via kubeconfig
2015-03-16 15:54:13 -07:00
Nikhil Jindal 7fa7cf5321 Merge pull request #5291 from you-n-g/master
sipmle typo
2015-03-16 15:43:52 -07:00
Jeff Lowdermilk d7d6418474 Add a doc on sharing cluster access credentials via kubeconfig 2015-03-16 15:43:34 -07:00
Patrick Reilly 66107ad93b Update README to show community support
Update README to show community support for local support by https://github.com/kismatic
2015-03-16 14:08:34 -07:00
Tim Hockin 3a1e623980 Add a doc explaining how to make API changes
Covers compatibility, internal API, versioned APIs, tests, fuzzer,
semantic deep equal, etc.  I wrote this as I worked on the next big
multi-port service change.
2015-03-16 14:07:30 -07:00
Justin Santa Barbara 9361b76977 Configure separate IAM roles for master & minion, create roles automatically 2015-03-16 10:37:25 -07:00
Jeff Lowdermilk 277dd5e974 Merge pull request #5482 from AAzza/fix-broken-links-in-admin-guide
Fix broken links in cluster-admin guide
2015-03-16 09:54:41 -07:00
Jeff Bean f1da8ad8fc Feedback changes around text. 2015-03-16 09:38:02 -07:00
Alex Robinson ca46be21e5 Merge pull request #5478 from xudifsd/fix-broken-link-in-services
fix broken link in services.md
2015-03-16 09:37:22 -07:00
Alex Robinson df0fc75847 Merge pull request #5494 from pcx/docs-fixes
Minor docs fixes
2015-03-16 09:36:56 -07:00
Piotr Szczesniak 69432e8b2f Revert "Update cobra/pflag. Also update generated kubectl documentation." 2015-03-16 12:21:20 +01:00
Phaneendra Chiruvella 6b474e6100 fix sentence in overview.md 2015-03-16 09:44:13 +05:30
Phaneendra Chiruvella cb66e553d2 update link to common golang style mistakes 2015-03-16 08:44:55 +05:30
Phaneendra Chiruvella 99050fe8fd fix link to kubectl docs in docs/README.md 2015-03-16 08:44:55 +05:30
Satnam Singh 526f2f1c03 Fix architecture diagram 2015-03-15 00:56:31 -07:00
Nataliia Uvarova 0cd22cdcef Fix broken links in cluster-admin guide
After the split of documentation into sections, some of the links in
cluster-admin-guide appeared to be broken. This commit fixes them.
2015-03-14 12:09:10 +01:00
Young 379b614024 simple typo 2015-03-14 14:49:31 +08:00
Di Xu 00b3fa802d fix broken link and typo in services.md 2015-03-14 13:54:00 +08:00
Brendan Burns 11f61beebe Update architecture diagrams.
COMMIT_BLOCKED_ON_GENDOCS
2015-03-13 17:16:39 -07:00
Brendan Burns 03cd883d5e Merge pull request #5464 from brendandburns/master
Update cobra/pflag.  Also update generated kubectl documentation.
2015-03-13 15:22:44 -07:00
Brendan Burns cf213ab79c Update generated docs, given upstream cobra/pflag changes. 2015-03-13 14:22:06 -07:00
Brendan Burns 5326baed7b Merge pull request #5254 from AntonioMeireles/add_docker_caching_to_CoreOS_cluster
Add Docker caching support to CoreOS' clusters.
2015-03-13 12:18:26 -07:00
Tamer Tas 611c358d6a Fix Getting Started Guide Typo 2015-03-13 18:29:04 +02:00
Eric Mountain dbce76efb6 Feedback on experience: missing packages, and how to fix out-of-memory error when virsh creates networks. 2015-03-13 16:03:31 +01:00
António Meireles b5a50ca9da simplify fleet invocation across CoreOS cloud-configs.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
António Meireles d6be2985ca Add Docker caching support to CoreOS' clusters.
a more idiomatic take on #4378. as a bonus, and to be nice on
    resources, an ultra lightweight docker-registry container is
    consumed.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
Brian Grant b4c602f10c Clarified expectations for pods. 2015-03-12 23:18:07 +00:00
saadali cb44c0d6aa Fix typos in api-conventions.md 2015-03-12 16:02:01 -07:00
Brian Grant f8ef90ef05 Merge pull request #5350 from saad-ali/fixstatusdoc
Add documentation for API Status Kind
2015-03-12 15:47:25 -07:00
saadali 024460e147 Add documentation for API Status Kind 2015-03-12 15:16:11 -07:00
Ravi Sankar Penta f6ecec5880 Allow admin user to explicitly unschedule the node
Setting Unschedulable on the node will not touch any existing pods
on the node but will block scheduling of new pods on the node.
2015-03-12 14:27:27 -07:00
Brian Grant 07c2035630 Merge pull request #5266 from erictune/audiences
User, Admin, and Developer guides.
2015-03-12 13:41:32 -07:00
Derek Carr 91131a654e Merge pull request #5186 from markturansky/pv_proposal
Persistent Storage proposal edits
2015-03-12 09:58:02 -04:00
MikeJeffrey 0c6cd21520 Merge pull request #5345 from jlowdermilk/kubectl-docs
Fix md generation for kubectl docs
2015-03-11 17:19:51 -07:00
Nikhil Jindal b31a4be8a5 Merge pull request #5333 from ric03uec/fix_ui_url
fixing ui url
2015-03-11 17:11:36 -07:00
Deyuan Deng e8024320c2 Merge pull request #5211 from erictune/upgrade_sketch
Added kernel upgrade workflow documentation
2015-03-11 19:59:24 -04:00
Jeff Lowdermilk a5746c9a0e Fix md generation for kubectl docs
Display usage string, not long help, as code, remove angle brackets from
output (.md interprets as tags and hides).
2015-03-11 16:42:40 -07:00
Nikhil Jindal ea220d44e4 Merge pull request #5282 from bgrant0607/docfix
CLI roadmap updates.
2015-03-11 15:55:47 -07:00
Brian Grant f9bef33717 CLI roadmap updates. 2015-03-11 22:51:40 +00:00
Salvatore Dario Minonne 3e6472f5c4 updating labels.md and design/labels.md 2015-03-11 23:29:59 +01:00
devashish 9ab7a502fc fixing ui url 2015-03-11 14:50:19 -07:00
Eric Tune 0510315e10 User, Admin, and Developer guides.
First pass at organizing our docs for three separate audiences:
User, Cluster Admin, and developer.  Wrote a top-level guide
for each one, by selecting parts of the old docs/README.md.
The new docs/README.md mostly points to these 3 guides.
2015-03-11 10:52:59 -07:00
Eric Tune a30f2f69a3 Added kernel upgrade sketch 2015-03-11 10:45:04 -07:00
Nikhil Jindal 1965165744 Merge pull request #5285 from errordeveloper/master
coreos/azure: Pass number of minions as an argument
2015-03-11 10:33:52 -07:00
Jeff Bean dd329976b8 Adding offline description 2015-03-11 09:34:07 -07:00
Jeff Bean 0d19487337 Adding a starting guide for Installing CoreOS and Kubernetes on Bare metal with no direct access to the internet 2015-03-11 09:32:40 -07:00
Ilya Dmitrichenko 82fbc2517b coreos/azure: Pass number of minions as an argument 2015-03-11 12:22:55 +00:00
Jerzy Szczepkowski 110ab79f05 Added support for labels to "kubectl stop".
Added support for labels and --all to "kubectl stop". Fixes #5178.
2015-03-11 09:43:29 +01:00
Eric Tune aa4dbc0df8 Merge pull request #4483 from errordeveloper/master
docs: Kubernetes on Azure with CoreOS and Weave
2015-03-10 15:23:33 -07:00
Nikhil Jindal 4805aecff8 Merge pull request #5197 from erictune/coreos_fix_proxy
Kube-proxy to use apiserver instead of etcd in CoreOS getting-started-guide.
2015-03-10 10:55:37 -07:00
Alex Mohr 9d5ee90191 Merge pull request #5232 from thockin/devdocs
Add a doc on making PRs easier to review
2015-03-10 10:15:58 -07:00
Alex Mohr c4cdc51bd8 Merge pull request #5204 from erictune/coreos_doc_tunnel
Doc how to ssh tunnel to master with Coreos+GCE
2015-03-10 10:10:53 -07:00
markturansky 3157ffb283 Added verbiage about events 2015-03-10 10:18:24 -04:00
Tim Hockin 31be877ea7 Add a doc on making PRs easier to review 2015-03-10 06:25:40 -07:00
Ilya Dmitrichenko 5deff8b2be coreos/azure: Remove workaround coreos/bugs#267 -
it turned out the issue was due to the domain lenght, so let's just
keep it short.
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko cc9f6b1f79 coreos/azure: Point kublet and proxy at API server instead of etcd 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko 55b680552a coreos/azure: Ensure docs match the output in new version 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko cd9b30e684 coreos/azure: Version bump to 0.11.0 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko 2510f89863 Create Azure storage account if needed 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko 1f4474cf4b docs: Update the index of guides -
- add entry for CoreOS on Azure with Weave
- add networking column
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko c617699e32 docs: Kubernetes on Azure with CoreOS and Weave -
- improve the wording
- suggest next step
- remove unrelated code
- minor fix to instructions
- checkin empty dir
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko a5915438fc Import errordeveloper/weave-demos@44f542f97b 2015-03-10 07:32:53 +00:00
Eric Tune 35ebf718e8 Fix CloudFormation too. 2015-03-09 17:52:05 -07:00
Eric Tune 38435db95c Doc how to ssh tunnel to master with Coreos+GCE 2015-03-09 15:06:02 -07:00
Alex Mohr da9622a6d7 Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07:00
Alex Mohr 44b9b7aea5 Revert "Deleting old sample JSON; moving those in use; updating references" 2015-03-09 14:18:40 -07:00
Alex Mohr e9ea7a4042 Merge pull request #5170 from you-n-g/master
update the version in document
2015-03-09 13:55:32 -07:00
Clayton Coleman 1256d9b194 Merge pull request #2863 from pweil-/autoscaler-proposal
WIP: auto-scaler proposal
2015-03-09 14:37:58 -04:00
Eric Tune d9e89ca995 Kube-proxy to use apiserver instead of etcd. 2015-03-09 11:32:16 -07:00
Alex Mohr ee276b26cb Merge pull request #5124 from MikeJeffrey/ex3
Deleting old sample JSON; moving those in use; updating references
2015-03-09 10:58:44 -07:00
Alex Mohr 71da06b9a6 Merge pull request #5083 from quinton-hoole/2015-03-04-add-github-flow-docs
Add documentation about the Kubernetes Github Flow.
2015-03-09 10:57:55 -07:00
Alex Robinson f4e5e01172 Merge pull request #5173 from you-n-g/simple_typo
simple typo
2015-03-09 10:18:25 -07:00
Eric Tune 85c7ced8d3 Merge pull request #5089 from thockin/docs2
Add a better networking doc
2015-03-09 10:17:04 -07:00
markturansky bfe719d90d Edited to reflect that PVs have no namespace 2015-03-09 12:21:54 -04:00
Young d3725153bc simple typo 2015-03-09 13:38:41 +00:00
Young 8bb4a4b439 simple typo 2015-03-08 15:38:21 +00:00
Young 72399a1b24 update the version in document 2015-03-08 12:21:13 +00:00
MikeJeffrey 4da6d413be Deleting old sample JSON; moving those in use; updating references 2015-03-06 17:24:45 -08:00
Tim Hockin 8c843d638c Add a better networking doc 2015-03-06 16:48:56 -08:00
Dawn Chen b71fc76ec4 Merge pull request #5146 from yujuhong/k8s
Fix typos in docs/man/README.md
2015-03-06 16:04:26 -08:00
Tim Hockin 0682e15814 Merge pull request #5096 from markturansky/pv_proposal
WIP: Persistent storage proposal
2015-03-06 14:02:43 -08:00