Mike Danese
0942ca8f34
simplify DaemonReaper by using NodeSelector
2015-10-09 08:17:49 -07:00
k8s-merge-robot
cea9f14f19
Merge pull request #14522 from lavalamp/3p-api-group
...
Auto commit by PR queue bot
2015-10-08 21:15:11 -07:00
Isaac Hollander McCreery
cb58afd814
Proposed versioning changes
2015-10-08 16:57:05 -07:00
Daniel Smith
10a5a94e2d
Propose combining domain name & group
...
Also remove group from versions.
2015-10-07 15:59:17 -07:00
Eric Tune
0a4bbec2f6
Merge pull request #14529 from davidopp/daemon-design
...
Daemon design, take 3
2015-09-24 18:16:11 -07:00
David Oppenheimer
f2ae9d3ebc
Ran update-generated-docs.sh
2015-09-24 17:17:39 -07:00
David Oppenheimer
635b078fd4
Respond to reviewer comments.
2015-09-24 16:22:10 -07:00
Chao Xu
28aa2acb97
move experimental/v1 to experimental/v1alpha1;
...
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
Zichang Lin
8ad8f8cff0
Change a describe in docs/design/secrets.md
2015-09-23 14:58:16 +08:00
David Oppenheimer
dc60757674
Design doc for daemon controller.
...
Originally started as PR #13368 .
2015-09-21 17:25:09 -07:00
Ananya Kumar
17b1ec3333
Update daemon.md
2015-09-21 17:25:09 -07:00
AnanyaKumar
05697f05b9
Add daemon design doc
2015-09-21 17:25:09 -07:00
Daniel Martí
6583718cd4
Move pkg/util.Time to pkg/api/unversioned.Time
...
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-17 17:51:27 -07:00
eulerzgy
744c484055
fix the change of minions to nodes
2015-09-16 02:30:42 +08:00
k8s-merge-robot
7d93718150
Merge pull request #13615 from HaiyangDING/update_doc_limit_request
...
Auto commit by PR queue bot
2015-09-15 02:16:15 -07:00
Jeff Lowdermilk
984062b136
Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc
...
Move resource quota doc from user-guide to admin
2015-09-14 16:02:47 -07:00
eulerzgy
f1c3e8db65
fix document
2015-09-14 17:47:19 +08:00
derekwaynecarr
15a05b820d
Move resource quota doc from user-guide to admin
2015-09-11 12:07:12 -04:00
Daniel Smith
b1fef7374e
Manually fixing docs, since gendocs messes up the links.
2015-09-10 17:17:59 -07:00
dinghaiyang
1a62ae0c98
Replace limits with request where appropriate
2015-09-09 15:38:34 +08:00
Eric Paris
4ad8a68e14
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes|
2015-09-03 10:10:11 -04:00
Wojciech Tyczynski
40e5258990
Merge pull request #13351 from Huawei-PaaS/arch_authz_and_authn_kubelet
...
Adjust the architecture diagram
2015-09-02 10:15:26 +02:00
hw-qiaolei
8c4c1cb764
Adjust the architecture diagram
...
Some modifications of the architecture diagram:
1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it
2. adjust the arrow to point to kubelet instead of to node of the second node
3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server
4. some tiny adjustments of the arrow position
5. affected files: architecture.svg, architecture.png and architecture.dia
2015-09-02 14:48:04 +00:00
Wojciech Tyczynski
8d09b8d44f
Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md
...
Update quota example in admission_control_resource_quota.md
2015-09-02 10:14:36 +02:00
qiaolei
e3bbb1eb03
Update quota example
...
Update quota example to track latest changes
2015-09-02 15:11:22 +08:00
qiaolei
29834b4bb5
Fix dead link in event_compression.md
...
Where `pkg/client/record/event.go` should be `pkg/client/unversioned/record/event.go`
2015-08-31 14:39:44 +08:00
Prashanth B
76238cf01e
Revert "Revert "LimitRange updates for Resource Requirements Requests""
2015-08-28 09:26:36 -07:00
qiaolei
ddba4b4527
Update quota example in admission_control_resource_quota.md
...
Two modifications:
1, The example used in this document is outdated so update it
2, Delete the old `kubectl namespace myspace` since it produces an error `error: namespace has been superceded by the context.namespace field of .kubeconfig files`
2015-08-28 17:44:19 +08:00
Zach Loafman
908ed45203
Merge pull request #13218 from mbforbes/versioning
...
Add patch notes to versioning doc
2015-08-27 07:12:20 -07:00
Piotr Szczesniak
f78bbabe83
Revert "LimitRange updates for Resource Requirements Requests"
2015-08-27 10:50:50 +02:00
Max Forbes
816629623e
Add patch notes to versioning doc.
2015-08-26 23:37:18 -07:00
Yu-Ju Hong
671d769889
Merge pull request #12492 from derekwaynecarr/limit_range_api
...
LimitRange updates for Resource Requirements Requests
2015-08-26 13:02:57 -07:00
Ed Costello
b003d62099
Copy edits for typos (resubmitted)
2015-08-25 10:47:58 -04:00
derekwaynecarr
a80aba14e9
Use singular, make LimitRequestRatio MaxLimitRequestRatio
2015-08-24 15:17:34 -04:00
derekwaynecarr
15509db93f
Remove trailing commas
2015-08-24 14:55:31 -04:00
Ilya Dmitrichenko
e9f50fabe0
Make typography more consistent
2015-08-19 12:01:50 +01:00
Kris Rousey
4434a3aca6
Moving client libs to unversioned dir
2015-08-18 10:03:19 -07:00
Brendan Burns
c051e94d88
Merge pull request #11781 from brendandburns/schema-api
...
RFC: Add initial plugin schema types.
2015-08-14 09:44:12 -07:00
He Simei
818f69e30b
fix service-account related doc
2015-08-14 08:44:21 +08:00
Brendan Burns
4fa0f3a7b2
Add initial storage types to the Kubernetes API
2015-08-13 09:25:02 -07: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