Commit Graph

806 Commits (07461f9a4688363b305209fd249b083f340439c2)

Author SHA1 Message Date
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
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
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
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
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
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
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