He Simei
818f69e30b
fix service-account related doc
2015-08-14 08:44:21 +08:00
Eric Paris
c89196ac73
Update code to use - in flag names instead of _
2015-08-11 16:31:52 -04:00
Ben McCann
56b54ec64f
Fix the architecture diagram such that the arrow from the api server to the node doesn't go through/under etcd
2015-08-07 00:13:15 -07:00
Jerzy Szczepkowski
94058af586
Merge pull request #12216 from derekwaynecarr/limit_range_requests
...
LimitRange design updates to account for Requests and Limits
2015-08-07 08:18:10 +02:00
Dawn Chen
9422c11630
Merge pull request #12291 from derekwaynecarr/resource_quota_requests
...
Update resource quota design to align with requests and limits
2015-08-06 16:07:42 -07:00
derekwaynecarr
2414459b82
Update design for LimitRange to handle requests
2015-08-06 10:58:55 -04:00
Wojciech Tyczynski
0cbc94352d
Merge pull request #12328 from pmorie/sc-typo
...
Fix typo in security context proposal
2015-08-06 15:27:45 +02:00
Wojciech Tyczynski
83acc330d4
Merge pull request #12206 from derekwaynecarr/move_doc
...
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Paul Morie
ecf3f1ba5e
Fix typo in security context proposal
2015-08-06 00:53:01 -04:00
Mike Danese
09d971bc58
rewrite all links to prs to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
a74ffb6a38
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Dawn Chen
a38fc06604
Merge pull request #12064 from AnanyaKumar/patch-2
...
Update admission_control.md
2015-08-05 15:14:00 -07:00
derekwaynecarr
94ec57fba8
Update resource quota design to align with requests and limits
2015-08-05 14:37:09 -04:00
derekwaynecarr
3c23de245b
LimitRange documentation should be under admin
2015-08-05 10:26:52 -04:00
Ananya Kumar
0a0fbb58fe
Update admission_control.md
2015-08-03 23:00:48 -07:00
Ananya Kumar
4a1dcd958e
Update admission_control.md
...
I tested out a Limit Ranger, and it seems like the admission happens *before* Validation. Please correct me if I'm wrong though, I didn't look at the code in detail. In any case, I think it makes sense for admission to happen before validation because code in admission can change containers.
By the way I think it's pretty hard to find flows like this in the code, so it's useful if we add links to code in the design docs (for prospective developers) :)
2015-07-30 20:02:06 -07:00
Eric Paris
b15dad5066
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Eric Paris
39eedfac6d
Rewrite how the munger works
...
The basic idea is that in the main mungedocs we run the entirefile and
create an annotated set of lines about that file. All mungers then act
on a struct mungeLines instead of on a bytes array. Making use of the
metadata where appropriete. Helper functions exist to make updating a
'macro block' extremely easy.
2015-07-30 20:41:30 -04:00
Vish Kannan
e7f04f73e8
Merge pull request #11708 from bgrant0607/docfix
...
Update post-1.0 release versioning proposal.
2015-07-23 10:02:15 -07:00
Brian Grant
bd03d6d497
Change to semantic versioning.
2015-07-23 00:42:03 +00:00
Janet Kuo
d6200d0d49
Fix doc typos
2015-07-22 17:19:07 -07:00
Brian Grant
39c004737b
Update post-1.0 release versioning proposal.
2015-07-22 20:20:31 +00:00
Alex Robinson
51f581c035
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
Tim Hockin
19a1346560
Collected markedown fixes around syntax.
2015-07-20 09:51:22 -07:00
David Oppenheimer
0302cf3c1a
Absolutize links that leave the docs/ tree to go anywhere other than
...
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
43bfff4f73
Merge pull request #11551 from a-robinson/docs
...
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
4bef20df21
Replace ``` with ` when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
33ff550b17
Improve design docs syntax highlighting.
2015-07-19 08:46:02 +00:00
Tim Hockin
fabd20afce
Run gendocs
2015-07-17 15:35:43 -07:00
Daniel Smith
60cec0f5fa
apply changes
2015-07-17 11:04:46 -07:00
Tim Hockin
4510fab29d
Better scary message
2015-07-17 09:28:49 -07:00
Janet Kuo
9f528c4226
Ensure all docs and examples in user guide are reachable
2015-07-16 23:12:47 -07:00
Brian Grant
3bb581f736
Merge pull request #11400 from lavalamp/munger
...
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith
c198491ead
(mostly) auto fixed links
2015-07-16 16:28:18 -07:00
David Oppenheimer
7b8b277297
Take availability.md doc and
...
- extract the portion related to multi-cluster operation into a new multi-cluster.md doc
- merge the remainder (that was basically high-level troubleshooting advice) into cluster-troubleshooting.md
2015-07-16 14:39:03 -07:00
Eric Tune
66d9195b2d
Merge pull request #11318 from mikedanese/kubectl-example-fix
...
point kubectl -f examples to correct paths
2015-07-15 12:55:53 -07:00
Mike Danese
304af47c45
point kubectl -f examples to correct paths
2015-07-15 10:51:45 -07:00
David Oppenheimer
9156912552
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
8b825dd626
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
43bcff9826
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
be001476aa
Run gendocs
2015-07-14 15:28:59 -07:00
Eric Tune
1060485c9b
Merge pull request #11195 from erictune/move_versioning
...
Move versioning doc.
2015-07-14 13:01:20 -07:00
Mike Danese
53eee3533f
automated link fixes
2015-07-14 10:51:10 -07:00
Eric Tune
6cf8654ed1
Move versioning.md to design/ -- not user-focused.
2015-07-14 09:57:42 -07:00
Daniel Smith
8e5a970d43
standardize on - instead of _ in file names
2015-07-13 18:32:00 -07:00
Daniel Smith
9b2fc6d4e3
move admin related docs into docs/admin
2015-07-13 18:24:11 -07:00
Daniel Smith
d3293eb758
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
Tim Hockin
087b173f86
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
Eric Tune
8601b6ff40
Remove colon from end of doc heading.
2015-07-13 12:07:26 -07:00
Tim Hockin
d4ee500685
Run gendocs and munges
2015-07-13 11:27:48 -07:00