Commit Graph

190 Commits

Author SHA1 Message Date
Paul Morie f2a6d63dda Corrections to examples in expansion docs 2015-05-29 01:00:36 -04:00
Tim Hockin b04be7e742 Rename 'portal IP' to 'cluster IP' most everywhere
This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar.
2015-05-28 16:10:44 -07:00
Paul Morie 7934ee4165 Make kubelet expand var refs in cmd, args, env 2015-05-27 00:13:57 -04:00
Dawn Chen 7cf8f3a6c0 Merge pull request #8627 from caesarxuchao/secrets-design-docs
update docs/design/secrets.md to v1beta3
2015-05-22 14:51:29 -07:00
Chao Xu 5ee2d2ea4d update docs/design/secrets.md to v1beta3 2015-05-21 11:05:25 -07:00
Chao Xu b4aee3255a in docs, update "minions" to "nodes" 2015-05-21 09:59:40 -07:00
Chao Xu 93f791e943 in docs, update replicationController to replicationcontroller 2015-05-20 17:31:15 -07:00
Tim Hockin fdb9b8b5c7 Merge pull request #8140 from vishh/namespace
Update Namespace names to follow DNS label format
2015-05-19 11:25:32 -07:00
Vishnu Kannan aeb8152807 Updating namespaces to be DNS labels instead of DNS names. 2015-05-19 11:09:09 -07:00
Paul Morie 31fce228e4 Add variable expansion and design doc 2015-05-18 15:59:55 -04:00
Jeff Lowdermilk d3a429a76f Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Paul Morie f1518d24fe Merge pull request #7987 from pweil-/security-context-doc
Update Security Context Documentation
2015-05-11 10:07:41 -04:00
Paul Weil c7c03fe466 bring doc up to date with actual api types 2015-05-08 16:38:28 -04:00
Weiwei Jiang 6ab2274c58 Fix wrong link for security context 2015-05-07 16:10:50 +08:00
Brian Grant 2f0a77edfa Merge pull request #7575 from brendandburns/kubectl
Rolling Updates: Add support for --rollback.
2015-05-06 11:35:57 -07:00
Brendan Burns 950547c92a Add support for --rollback. 2015-05-06 10:21:35 -07:00
Paul Morie 24906a08eb Fix link to service accounts doc in security context doc 2015-05-06 10:04:39 -04:00
Saad Ali ff2913cfb3 Fix event doc link 2015-05-05 18:11:58 -07:00
Brendan Burns 4e50c7273b Add a central simple getting started guide with kubernetes guide.
Point several getting started guides at this doc.
2015-05-01 20:20:15 -07:00
markturansky 14760aef25 PersistentVolumeClaimBinder implementation 2015-04-27 12:05:11 -04:00
Tim Hockin 812a7b9a63 Make docs links go through docs.k8s.io 2015-04-23 16:36:27 -07:00
David Oppenheimer 870c24fc2c Merge pull request #6713 from brendandburns/docs
Suggest a simple rolling update.
2015-04-23 11:52:30 -07:00
Brendan Burns 2a11738029 Suggest a simple rolling update. 2015-04-22 10:22:47 -07:00
caesarxuchao 747bb0de5d fix the link to services.md 2015-04-21 21:24:53 -07:00
Robert Bailey 8e7529849a Remove old design file (that has been fully implemented). 2015-04-20 21:33:03 -07:00
Daniel Smith f61c721244 Merge pull request #6933 from bgrant0607/docfix
Update docs. Add design principles.
2015-04-16 16:55:10 -07:00
Brian Grant cabc8404af Update docs. Add design principles. Fixes #6133. Fixes #4182.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-04-16 22:13:44 +00:00
Tim Hockin 95d5605737 Stop using dockerfile/* images
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx.  Fix all
users in our tree.  Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Prashanth B 77a447fa75 Merge pull request #6097 from derekwaynecarr/limit_range_default_value
Limit range supporting a default resource limits value
2015-04-02 16:04:09 -07:00
Kris Rousey 58542e4f17 Changing the case of API to be consistent with surrounding uses. 2015-04-01 14:49:33 -07:00
derekwaynecarr 149d7ab358 Update design doc for limit range change 2015-04-01 16:54:21 -04:00
Tamer Tas f08e73cb56 Fix typo in Secrets design document 2015-04-01 01:18:49 +03:00
Tamer Tas 2108ead7d3 Fix typo in Secrets 2015-04-01 00:56:20 +03:00
Mark Maglana 6e8f790f1c 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
Brian Grant bda23d28bd 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 337cdac032 Change "/ns" to "/namespaces" in few remaining places. 2015-03-24 13:05:32 +01:00
Maciej Szulik 1569ae19e6 Fixed markdown 2015-03-24 12:01:41 +01:00
Brian Grant c1182130a2 Merge pull request #5195 from derekwaynecarr/update_namespace_design
Design graceful termination of Namespaces
2015-03-20 09:00:35 -07:00
derekwaynecarr 6a22c4b38d Update namespaces design 2015-03-18 11:33:02 -04:00
Wojciech Tyczynski 59748dcb90 Remove BoundPod structure 2015-03-17 10:27:41 +01:00
Derek Carr 0c27f19ff2 Merge pull request #5186 from markturansky/pv_proposal
Persistent Storage proposal edits
2015-03-12 09:58:02 -04:00
Salvatore Dario Minonne aa00e8e7f1 updating labels.md and design/labels.md 2015-03-11 23:29:59 +01:00
markturansky 9249c265ba Added verbiage about events 2015-03-10 10:18:24 -04:00
markturansky f09c551082 Edited to reflect that PVs have no namespace 2015-03-09 12:21:54 -04:00
Young b1152d31d1 simple typo 2015-03-08 15:38:21 +00:00
markturansky c0c7a57db6 Added more detail and explained workflow/lifecycle of a persistent volume using examples 2015-03-05 11:55:16 -05:00
markturansky 4cc000f3f4 Persistent storage proposal 2015-03-03 15:06:18 -05:00
Paul Morie db1eb9d48c Fix nits in security proposal 2015-02-25 14:39:01 -05:00
Vish Kannan 95bb45d696 Merge pull request #4741 from benmccann/docs-update
Docs: update links
2015-02-24 12:56:34 -08:00
Ben McCann 26159771f2 Update links to security contexts and service accounts to point to actual docs instead of pull requests now that those proposals have been merged 2015-02-23 13:55:02 -08:00