Commit Graph

482 Commits

Author SHA1 Message Date
Budh Ram Gurung 830891ae4d Fix broken link for federation/federation proposal 2017-09-16 12:14:27 +05:30
Brian Grant 31c523e8eb Fix architecture.md link 2017-09-14 12:32:53 -07:00
Brian Grant 89d34cbd8b Delete obsolete image 2017-09-14 12:31:40 -07:00
Brian Grant 0b433a2aca Delete obsolete image 2017-09-14 12:31:25 -07:00
Garrett Rodrigues 2a27c063aa removing dupe hugepages and obsolete marking 2017-09-14 11:46:18 -07:00
Garrett Rodrigues 9b399e0355 addressed pr comments 2017-09-14 10:30:42 -07:00
Garrett Rodrigues 964df1ad77 addressing claytons comments 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 18958f8256 addressing Brians comments 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 98ab8521ff add-a-text-file-with-dir-struct 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 680e1b43da moved but forgot to commit 2017-09-14 10:27:05 -07:00
Garrett Rodrigues 3034683c59 first pass at organizing design proposals folder 2017-09-14 10:27:05 -07:00
Kubernetes Submit Queue cab4b92e74 Merge pull request #1042 from ScorpioCPH/master
Automatic merge from submit-queue

Minor fix quick link

@RenaudWasTaken @jiayingz PTAL.
2017-09-12 07:07:12 -07:00
Penghao Cen bbe6de5433 Minor fix quick link 2017-09-12 17:30:39 +08:00
Connor Doyle 9e0b08529f Reword cpumanager strategy for reserved CPUs. 2017-09-11 10:14:19 -07:00
Connor Doyle 4299f7a78e Fix note about reservations in cpu-manager.md. 2017-09-11 08:45:59 -07:00
Kubernetes Submit Queue 8e5102a00d Merge pull request #1023 from ConnorDoyle/cpu-manager-alpha-update
Automatic merge from submit-queue

Update cpu-manager doc to match implementation.

- Describe new `--cpu-manager-reconcile-period` flag.
- Describe node allocatable requirements for static policy.
- Remove references to CPU pressure and node condition.
- Update interface sketches.
- Update block diagram image.
- Expand static policy description.
2017-09-07 22:36:30 -07:00
Connor Doyle 9be3980cc6 Update cpu-manager doc to match implementation.
- Describe new --cpu-manager-reconcile-period flag.
- Describe node allocatable requirements for static policy.
- Remove references to CPU pressure and node condition.
- Update interface sketches.
- Update block diagram image.
- Expand static policy description.
2017-09-07 11:50:44 -07:00
Kubernetes Submit Queue a8f01dbab5 Merge pull request #1013 from msau42/storage-dir
Automatic merge from submit-queue

Add OWNERS for sig-storage design proposals

/cc @kubernetes/sig-storage-pr-reviews
2017-09-07 10:51:15 -07:00
Tim(Xiaoyu) Zhang 8f8a6f40b2 Fix the format of yaml
Fix the format of yaml
2017-09-06 15:49:51 +08:00
xiangpengzhao acd6a3ce2f Clean up contributors/devel docs 2017-09-03 11:06:32 +08:00
Michelle Au e8298e5f1d Add OWNERS file to sig-storage design directory 2017-09-01 16:53:10 -07:00
Kubernetes Submit Queue d57a2a5d6f Merge pull request #997 from verult/flexdeploy
Automatic merge from submit-queue

Flexvolume Dynamic Plugin Discovery: Added comments about possible driver installation actions

Made it explicit that driver uninstalls are allowed, and cautioned against uninstalling while a volume depends on the driver.

/sig storage
/assign @chakri-nelluri @saad-ali
2017-09-01 15:54:11 -07:00
Cheng Xing a1ad98ffe9 Added comments about possible driver actions 2017-09-01 15:47:39 -07:00
Derek Carr eea89510a5 Merge pull request #945 from staebler/staebler-admission_controll_event_rate_limit
Admission control to limit events accepted by an API Server
2017-09-01 13:05:50 -04:00
Kubernetes Submit Queue 9bb6fef267 Merge pull request #939 from rphillips/fixes/apiserver-count-fix
Automatic merge from submit-queue

add apiserver-count fix proposal

This is a proposal to fix the apiserver-count issue at https://github.com/kubernetes/kubernetes/issues/22609. I would appreciate a review on the proposal.

- [x] Add ConfigMap for configurable options
- [ ] Find out dependencies on the Endpoints API and add them to the proposal
2017-08-31 14:43:08 -07:00
staebler 366e16656b Improve Configuration API. Clarify some behavior and example descriptions. 2017-08-31 11:49:50 -04:00
Lion-Wei 95ebdb1cee Update federation-clusterselector.md (#999) 2017-08-30 10:45:53 -07:00
Kubernetes Submit Queue f6399e10bd Merge pull request #930 from kastenhq/pvcname_in_volstats
Automatic merge from submit-queue

Proposal for adding PVC info to VolumeStats

Flushes out details for part 1 of the changes described in
[#855](https://github.com/kubernetes/community/pull/855)

Feature: [#363](https://github.com/kubernetes/features/issues/363)
2017-08-30 10:43:03 -07:00
Vaibhav Kamra 94be197b50 Add PV use case 2017-08-30 10:34:02 -07:00
Tim(Xiaoyu) Zhang 41d2f7bbf6 Fix typo: kubelet
s/kublet/kubelet
2017-08-30 17:14:10 +08:00
Lion-Wei 040970906e Update multi-platform.md 2017-08-30 15:26:13 +08:00
Clayton Coleman 4c2eb5c8a5
Design for consistent API chunking in Kubernetes
In order to reduce the memory allocation impact of very large LIST
operations against the Kubernetes apiserver, it should be possible to
receive a single large list as many individual requests to the
server.
2017-08-29 15:56:19 -04:00
Kubernetes Submit Queue f149433600 Merge pull request #657 from gnufied/grow-volume-size-design
Automatic merge from submit-queue

Proposal for growing persistent volumes

cc @kubernetes/sig-storage-pr-reviews @liggitt @eparis
2017-08-29 06:52:09 -07:00
staebler 9873b632f4 Update event rate limit admission control design proposal to add LimitType type and to specify a default value for CacheSize. 2017-08-28 22:28:57 -04:00
Kubernetes Submit Queue 0672a5fe48 Merge pull request #583 from soltysh/job_failure_policy
Automatic merge from submit-queue

Backoff policy and failed pod limit

This update addresses problems raised in https://github.com/kubernetes/kubernetes/issues/30243 and https://github.com/kubernetes/kubernetes/issues/43964.

@erictune I've mentioned this to you during last sig-apps, ptal
@kubernetes/sig-apps-feature-requests ptal
@lukasheinrich @nickschuch @Yancey1989 @sstarcher @maximz fyi since you all were interested in this
2017-08-28 11:46:52 -07:00
Ryan Phillips 3cf30ed472 include Xiang's comments 2017-08-28 11:07:19 -05:00
Ryan Phillips 59a7e480c4 leverage OpenShift's scheduler 2017-08-28 10:48:47 -05:00
Vaibhav Kamra 8f90478df1 Address review feedback 2017-08-27 23:40:56 -07:00
Kubernetes Submit Queue 272b582f15 Merge pull request #924 from p0lyn0mial/add_an_example_to_apiserver-build-in-admission-plugins
Automatic merge from submit-queue

provides an example on how to register custom admission plugin.

this PR adds an example that highlights relevant parts of source code from sample apiserver that deals with admission registration.

close #47868
2017-08-26 13:24:14 -07:00
Hemant Kumar 20b387791a Added a note about stopping resize for raw block devices 2017-08-25 21:58:57 -04:00
Derek Carr 398dc7e3f7 Merge pull request #946 from dashpole/priority_eviction
Modify Eviction Strategy to take Priority into account
2017-08-25 20:55:42 -04:00
Hemant Kumar 25e1610eee Update the design document with latest solution for oustanding issues 2017-08-25 15:46:19 -04:00
Hemant Kumar 5e80bb1d3b Rename desired state of world to work queue
The expand controller doesn't really have a desired state of world
2017-08-25 15:44:03 -04:00
Maciej Szulik f65a602d62
Which backoff fields apply to which restart policy 2017-08-25 17:29:05 +02:00
David Ashpole 0d66c855d6 Add rough guide on priority difference. 2017-08-24 13:18:43 -07:00
Lion-Wei 374bb9b5f2 Update core-metrics-pipeline.md 2017-08-24 18:24:52 +08:00
Maciej Szulik f719b7e383
Renamed BackoffDeadlineSeconds to BackoffSeconds 2017-08-23 22:23:41 +02:00
p0lyn0mial e5609b81a5 this PR adds an example that highlights relevant parts of source code from sample apiserver that deals with admission registration.
close #47868
2017-08-23 20:59:02 +02:00
Kubernetes Submit Queue e62ddb0d4b Merge pull request #968 from wackxu/patch-13
Automatic merge from submit-queue

Update event_compression.md
2017-08-23 09:55:49 -07:00
Kubernetes Submit Queue 3518e7dd15 Merge pull request #723 from php-coder/flex_volumes_drivers_scc
Automatic merge from submit-queue

[Proposal] Allow a Pod Security Policy to managing access to the Flexvolumes

This PR proposes to add the `AllowedFlexVolumes` to a PSP to control pod's access to the different Flexvolume drivers.

PTAL @smarterclayton @pweil- @mfojtik
2017-08-23 07:11:12 -07:00