dingh
75be32d08e
Create schedule_algorithm file
...
This document explains briefly the schedule algorithm of Kubernetes and can be complementary to scheduler.md.
2015-07-10 14:51:11 +08:00
jiangyaoguo
7c1abe54be
change get minions cmd in docs
2015-07-10 10:40:52 +08:00
jiangyaoguo
3e5d853c22
change get minions cmd in docs
2015-07-10 10:40:52 +08:00
Zach Loafman
4b1d27f1ee
Add a short doc on cherry picks
2015-07-09 14:35:26 -07:00
Zach Loafman
2fe55a7351
Update releasing.md with Kubernetes release process
...
This updates releasing.md with actual instructions on how to cut a
release, leaving the theory section of that document alone. Along the
way, I streamlined tiny bits of the existing process as I was
describing them.
The instructions are possibly pedantic, but should be executable by
anyone at this point, versus taking someone versant in the dark arts.
Relies on #10910 . Fixes #1883 .
2015-07-09 14:32:05 -07:00
Victor Marmol
ce319d424c
Merge pull request #10887 from alex-mohr/release-notes2
...
Update release notes tool and documentation
2015-07-08 14:37:59 -07:00
Victor Marmol
af4d343893
Merge pull request #10859 from davidopp/clean
...
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Victor Marmol
7daae9eda4
Merge pull request #10859 from davidopp/clean
...
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Victor Marmol
aa9cc19b51
Merge pull request #10949 from JanetKuo/update-kubectl-get-docs-all
...
Update kubectl output in doc
2015-07-08 13:55:46 -07:00
Victor Marmol
252427ada3
Merge pull request #10950 from pmorie/hostpath
...
Change remaining instances of hostDir in docs to hostPath
2015-07-08 13:49:23 -07:00
Paul Morie
4cc2b50a44
Change remaining instances of hostDir in docs to hostPath
2015-07-08 16:26:20 -04:00
Janet Kuo
47df5ae18f
Update kubectl output in doc
2015-07-08 13:22:54 -07:00
Janet Kuo
8c28498ca0
Update kubectl get command in docs/devel/
2015-07-07 18:06:43 -07:00
Alex Mohr
2b8e318cca
Update release notes tool and documentation
2015-07-07 17:40:10 -07:00
Tim Hockin
ded4807c0d
Make docs links be relative so we can version them
2015-07-07 15:22:17 -07:00
Tim Hockin
1b3281d5d2
Make docs links be relative so we can version them
2015-07-07 15:22:17 -07:00
David Oppenheimer
b4354021c3
Move scheduler overview from docs/design/ to docs/devel/
2015-07-07 14:16:26 -07:00
David Oppenheimer
ca9ef4abe1
Move scheduler overview from docs/design/ to docs/devel/
2015-07-07 14:16:26 -07:00
Yu-Ju Hong
4209cabf85
Merge pull request #10786 from thockin/docs-networking
...
De-dup, cleanup, overhaul networking docs
2015-07-07 10:45:49 -07:00
Tim Hockin
b2a3f3fbbe
De-dup,overhaul networking docs
2015-07-06 17:28:12 -07:00
Yu-Ju Hong
3a82144f4b
Merge pull request #10573 from erictune/resources
...
Add user-oriented compute resource doc.
2015-07-06 16:12:38 -07:00
Eric Tune
667782f84c
Add user-oriented compute resource doc.
...
Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting. Examples are tested.
Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
2015-07-06 14:57:30 -07:00
Quinton Hoole
38a8d7b845
Fix incorrect doc link in Federation.md
2015-07-01 14:58:08 -07:00
David Oppenheimer
7c21cef64b
Initial design doc for scheduler.
2015-07-01 13:58:56 -07:00
Mike Danese
9ed5620714
add documentation and script on how to get recent and "nightly" builds
2015-06-29 14:50:41 -07:00
Salvatore Dario Minonne
0b9ca955f4
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 09:44:28 +02:00
Quinton Hoole
51c7094856
Update federation.md
2015-06-25 19:15:59 -07:00
Marek Biskup
076fe1da66
add missing document links
2015-06-25 08:38:09 +02:00
goltermann
add7066dad
Add PR merge policy for RC.
...
Link to ok-to-merge label
2015-06-23 16:02:25 -07:00
Mike Danese
7cf9d2ca90
fix master precommit hook
2015-06-19 09:59:27 -07:00
Marek Biskup
dab63f2280
add links to unlinked documents; move making-release-notes.md to docs/devel
2015-06-19 17:46:30 +02:00
Satnam Singh
95da5e0c18
Merge pull request #9864 from marekbiskup/docs-edit-dash
...
remove double dash
2015-06-18 14:40:28 -07:00
Satnam Singh
627dc34c2d
Merge pull request #9907 from RichieEscarez/9404_controller
...
Changed "controller" to "replication controller"
2015-06-18 14:33:49 -07:00
Satnam Singh
376edcfb1d
Merge pull request #9992 from a-robinson/metrics
...
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 14:25:03 -07:00
Satnam Singh
36e82c8f09
Merge pull request #9503 from JeffPaine/git-docs-update
...
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Saad Ali
7a50c44862
Merge pull request #9098 from benmccann/vault-keywhiz-docs
...
Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
2015-06-17 18:06:11 -07:00
Alex Robinson
98ebb76f76
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 00:37:52 +00:00
RichieEscarez
9e35c48d4a
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
...
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Marek Biskup
16355903a3
double dash replaced by html mdash
2015-06-17 12:36:27 +02:00
Ed Costello
c136464397
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Ed Costello
2c9669befd
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Ed Costello
a407b64a3d
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Jeffrey Paine
9e09c1101a
Consolidate git setup documentation.
...
Closes #9091
2015-06-09 21:11:52 -04:00
Brendan Burns
2f18beac68
Purge cluster/kubectl.sh from nearly all docs.
...
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Brendan Burns
867825849d
Purge cluster/kubectl.sh from nearly all docs.
...
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Kris Rousey
28951be8bb
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Kris Rousey
db372e1f64
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Scott Konzem
a4e70adc69
Fix misspellings in documentation
2015-06-05 11:35:17 -04:00
Scott Konzem
1bb3ed53ee
Fix misspellings in documentation
2015-06-05 11:35:17 -04:00
Alex Robinson
1351801078
Fix broken links in the vagrant developer guide.
2015-06-04 21:35:38 +00:00