Janet Kuo
a7425fa689
Ensure all docs and examples in user guide are reachable
2015-07-16 23:12:47 -07:00
Brian Grant
0f06046e39
Merge pull request #11400 from lavalamp/munger
...
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith
d43894cdce
(mostly) auto fixed links
2015-07-16 16:28:18 -07:00
Tim Hockin
e854d97ff4
Add munger to verify kubectl -f targets, fix docs
2015-07-16 15:39:45 -07:00
Eric Tune
8d5b8ceb3a
Merge pull request #11326 from erictune/conformance_master
...
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Eric Tune
dcb2c5ffc1
Remove requirement of specifying kubernetes ver.
...
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed. Remove that
requirement.
2015-07-15 13:51:27 -07:00
Eric Tune
cc1de7d336
Merge pull request #11292 from davidopp/doc1
...
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Zach Loafman
b6ca2b5bd6
Add hack/cherry_pick_list.sh to list all automated cherry picks
...
* Adds hack/cherry_pick_list.sh to list all automated cherry picks
since the last tag.
* Adds a short python script to extract title/author and print it in
markdown style like our current release notes.
* Revises patch release instructions to use said script.
2015-07-15 10:30:00 -07:00
David Oppenheimer
3a1db27f1f
Move diagrams out of top-level docs/ directory and merge
...
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
cb5465e2c6
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
70aa961049
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
c8cc5f5d4a
Run gendocs
2015-07-14 15:28:59 -07:00
Daniel Smith
b8889dc953
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
Tim Hockin
37813afc4b
Change 'minion' to 'node' in docs
2015-07-13 15:59:30 -07:00
Tim Hockin
8eebde7ae9
Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
...
change "get minions" to "get nodes" in docs
2015-07-13 13:27:56 -07:00
Tim Hockin
be51e7d3b2
Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
...
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
01bb3613a4
Run gendocs and munges
2015-07-13 11:27:48 -07:00
Tim Hockin
df577b0a81
Merge pull request #11122 from zmerlynn/multi-pick
...
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00
Ed Costello
5b891f6101
Copy edits to remove doubled words
2015-07-13 10:11:55 -04:00
Zach Loafman
eed049cf8d
hack/cherry_pick_pull.sh: Allow multiple pulls
...
Reorder the arguments to allow for multiple pulls at the end:
hack/cherry_pick_pull.sh <remote branch> <pr-number>...
This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Ed Costello
a284d4cf98
Copy edits for typos
2015-07-12 22:03:06 -04:00
Zach Loafman
92e08e130d
Fix patch release instructions
...
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.
These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-10 18:43:12 -07:00
Mike Danese
3a38ce4217
fix verify gendocs
2015-07-10 12:51:35 -07:00
Rohit Jnagal
31aa6f84d4
Merge pull request #10914 from HaiyangDING/patch-1
...
Create schedule_algorithm file
2015-07-10 12:41:48 -07:00
Rohit Jnagal
a5c4b71a3f
Merge pull request #10709 from zmerlynn/i1883
...
Update releasing.md with Kubernetes release process
2015-07-10 12:16:45 -07:00
Daniel Smith
7b06b56cdb
manual fixes
2015-07-10 10:54:47 -07:00
Daniel Smith
581e4f7b0f
Auto-fixed docs
2015-07-10 10:54:47 -07:00
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
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
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
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
David Oppenheimer
ca9ef4abe1
Move scheduler overview from docs/design/ to docs/devel/
2015-07-07 14:16:26 -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
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
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
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
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
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
Kris Rousey
28951be8bb
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Alex Robinson
1351801078
Fix broken links in the vagrant developer guide.
2015-06-04 21:35:38 +00:00
Wojciech Tyczynski
a5e20a975c
Update instructions on conversions.
2015-05-28 17:42:41 +02:00