Commit Graph

3860 Commits

Author SHA1 Message Date
Jago Macleod 5fadb8723f Add Cloud Provider working group info. 2017-11-09 10:44:28 -08:00
Kubernetes Submit Queue 438fe9e59e
Merge pull request #1383 from ryanmcnamara/patch-2
Automatic merge from submit-queue.

Fix api changes doc
2017-11-09 09:24:41 -08:00
Ryan 5d740f0695
Fix api changes doc
make generated does not exist
2017-11-09 09:14:32 -08:00
Kubernetes Submit Queue 58178da5a3
Merge pull request #1307 from erinboyd/raw-block-3
Automatic merge from submit-queue.

add readOnly use case to raw block device proposal

This PR is an addendum to the #1265 to dictate the behavior of the container runtime for read-only devices as specified in the PVCVolumeSource. The precedence already exists for filesystems thus having a consistent behavior for the user. UC9 was added to illustrate the usage.
2017-11-09 08:53:02 -08:00
Erin A Boyd fdf8f164ba update read-only use case for raw block
mend
2017-11-09 09:43:12 -07:00
Erin A Boyd 03f5a04785 Update RawBock proposal with read-only use case 2017-11-09 09:30:12 -07:00
Kubernetes Submit Queue f04cbac5ed
Merge pull request #589 from jsafrane/containerized-mount
Automatic merge from submit-queue.

Proposal: containerized mount utilities in pods

@kubernetes/sig-storage-proposals  @kubernetes/sig-node-proposals
2017-11-09 07:35:56 -08:00
Kubernetes Submit Queue e1b72cb444
Merge pull request #1348 from sttts/sttts-group-go-name
Automatic merge from submit-queue.

contributors/devel: document '// +groupGoName' code-generation tag

Documentation counterpart PR for https://github.com/kubernetes/kubernetes/pull/54950.
2017-11-09 06:31:45 -08:00
Dr. Stefan Schimanski 2918c4d153 Fix '// +genclient' tag without the '=true' 2017-11-09 15:21:44 +01:00
Kubernetes Submit Queue 0d5be6151b
Merge pull request #1371 from thockin/master
Automatic merge from submit-queue.

Add staging godeps to godep instructions

This was missed in the last rewrite.
2017-11-08 21:37:09 -08:00
Tim Hockin 990d9cb47a Add staging godeps to godep instructions 2017-11-08 21:30:37 -08:00
Kubernetes Submit Queue 59c0c21d3b
Merge pull request #1382 from YanTingLittleCute/patch-12
Automatic merge from submit-queue.

Update rescheduling.md
2017-11-08 18:46:04 -08:00
Kubernetes Submit Queue 930ce65595
Merge pull request #1332 from guineveresaenger/docfix
Automatic merge from submit-queue.

removed deprecated munge script instructions

There is no `hack/update-munge-docs.sh` script. Documentation should not refer to it.
2017-11-08 17:42:23 -08:00
yanting 5f348fd945
Update rescheduling.md 2017-11-09 09:10:18 +08:00
Kubernetes Submit Queue 7bdec391d2
Merge pull request #1380 from derekwaynecarr/fix-times
Automatic merge from submit-queue.

Update wg-resource-management and sig-node time

Update for time changes.

/cc @dchen1107 @vishh
2017-11-08 12:05:57 -08:00
Derek Carr aa5b7c7b4c Update wg-resource-management and sig-node time 2017-11-08 14:59:44 -05:00
Kubernetes Submit Queue 5d8ee45dd3
Merge pull request #1379 from jbeda/fix-tz
Automatic merge from submit-queue.

Update sig-storage time
2017-11-08 11:40:51 -08:00
Joe Beda 30e035518a
Update sig-storage time
Signed-off-by: Joe Beda <joe.github@bedafamily.com>
2017-11-08 11:11:34 -08:00
Kubernetes Submit Queue 5c44e3bb01
Merge pull request #1378 from mattfarina/sigapp/timezone
Automatic merge from submit-queue.

Updating the time/timezone for SIG Apps
2017-11-08 11:00:14 -08:00
Matt Farina 7ec83af57c
Updating the time/timezone for SIG Apps 2017-11-08 13:47:29 -05:00
Kubernetes Submit Queue a4dc44fe93
Merge pull request #1219 from deads2k/role-aggregation
Automatic merge from submit-queue.

add clusterrole aggregation doc

In order to support easy RBAC integration for CustomResources and Extension
APIServers, we need to have a way for API extenders to add permissions to the
"normal" roles for admin, edit, and view.

A doc form of https://github.com/kubernetes/kubernetes/pull/54005

@kubernetes/sig-auth-feature-requests
2017-11-08 10:00:06 -08:00
Kubernetes Submit Queue 0f099cb68b
Merge pull request #1375 from phinoceslee/patch-3
Automatic merge from submit-queue.

Update pod-resource-management.md
2017-11-08 00:20:52 -08:00
Kubernetes Submit Queue 4d82ba3539
Merge pull request #1275 from kubernetes/disk_allocatable
Automatic merge from submit-queue.

Remove Disk Allocatable Evictions

After https://github.com/kubernetes/kubernetes/issues/52336, which uncovered a bug in disk accounting, I have struggled to see why ephemeral-storage allocatable evictions are necessary.
For CPU and Memory allocatable, enforcing allocatable through cgroups provides protection from being starved of compute resources by user pods.
However, for ephemeral-storage it seems that the node-level enforcement mechanisms are able to prevent the node from running out of disk, and thus prevent impact to system daemons.
Additionally, memory usage metrics read from cgroups or statfs are far more reliable than an aggregation of `du` calls which may be collected at different times (as https://github.com/kubernetes/kubernetes/issues/52336 demonstrated).
(As a side note, we should read from the /kubepods cgroup to determine allocatable memory usage)
We should still keep the scheduling aspects of node allocatable for ephemeral storage, as this allows for proper accounting.  But I would like to remove enforcement of node allocatable for ephemeral storage.

cc @dchen1107 @derekwaynecarr @jingxu97 @vishh @saad-ali 
@kubernetes/sig-node-proposals
2017-11-07 20:16:13 -08:00
Phinoceslee 8fcf8c3e15
Update pod-resource-management.md 2017-11-08 12:04:35 +08:00
Kubernetes Submit Queue 98ddee45f0
Merge pull request #1304 from charrywanganthony/quota-link
Automatic merge from submit-queue.

Update ResourceQuota design doc

**What this PR does:**
1. Update the admission_control_resource_quota.md according to @derekwaynecarr  's PR [Ability to do object count quota for all namespaced resources #54320](https://github.com/kubernetes/kubernetes/pull/54320)
2. fix two nil links
2017-11-07 19:55:36 -08:00
Kubernetes Submit Queue 0975f2e392
Merge pull request #1366 from wangxinxu411/vvb
Automatic merge from submit-queue.

update raw-block-pv.md
2017-11-07 18:46:29 -08:00
Kubernetes Submit Queue afdb39a7af
Merge pull request #1365 from wangxinxu411/vvd
Automatic merge from submit-queue.

update volume-provisioning.md
2017-11-07 18:45:22 -08:00
Kubernetes Submit Queue 94b2cd1656
Merge pull request #1364 from wangxinxu411/vvv
Automatic merge from submit-queue.

update README.md
2017-11-07 18:44:15 -08:00
Kubernetes Submit Queue e1052a7cec
Merge pull request #1360 from xuhuilong/patch-4
Automatic merge from submit-queue.

incorrect word.
2017-11-07 18:42:38 -08:00
Kubernetes Submit Queue 332d15fa0d
Merge pull request #1359 from xuhuilong/patch-3
Automatic merge from submit-queue.

fix typo
2017-11-07 18:40:58 -08:00
Kubernetes Submit Queue 0bad012e24
Merge pull request #1358 from YanTingLittleCute/patch-2
Automatic merge from submit-queue.

Update pod-resource-management.md
2017-11-07 18:38:48 -08:00
Kubernetes Submit Queue b3279464dd
Merge pull request #1357 from chenhonggc/kubelet-cri-logging
Automatic merge from submit-queue.

typo

type, `metada ` should be `metadata `.
2017-11-07 18:37:10 -08:00
Kubernetes Submit Queue 28a20bf9bd
Merge pull request #1356 from gin419/patch-5
Automatic merge from submit-queue.

Update pod-resource-management.md
2017-11-07 18:35:32 -08:00
Kubernetes Submit Queue 0635db74e9
Merge pull request #1354 from zhaochaobo/master
Automatic merge from submit-queue.

revise spelling mistake

fix spelling mistakes
2017-11-07 18:30:26 -08:00
Kubernetes Submit Queue af9b559d05
Merge pull request #1353 from grodrigues3/contribx-time-fix
Automatic merge from submit-queue.

fix the contribx sig time

Fix the timezone/DST issue for contribx
2017-11-07 14:05:49 -08:00
Garrett Rodrigues a2e14ee084 fix the contribx sig time 2017-11-07 13:58:41 -08:00
Joe Beda 027c7ba204 Update times for SIG-AWS and SIG-Storage
Signed-off-by: Joe Beda <joe.github@bedafamily.com>
2017-11-07 13:22:15 -08:00
David Eads 11807093ed add clusterrole aggregation doc 2017-11-07 10:56:54 -05:00
wangxinxu 7ae1d2c847 utilitze to utilize 2017-11-07 19:42:51 +08:00
wangxinxu b3a0644fd7 mouted to mounted 2017-11-07 19:35:42 +08:00
wangxinxu 46c2175c0a responsiblites to responsibilities 2017-11-07 19:24:40 +08:00
xuhuilong 9a233af8bf
incorrect word. 2017-11-07 17:22:06 +08:00
xuhuilong 3c4496a827
fix typos 2017-11-07 17:13:44 +08:00
yanting b6572c89b6
Update pod-resource-management.md 2017-11-07 16:17:04 +08:00
陈宏 3c2faae222 typo 2017-11-07 15:50:08 +08:00
Gin 6362eee2eb
Update pod-resource-management.md 2017-11-07 14:51:35 +08:00
Kubernetes Submit Queue 3ae089438e
Merge pull request #1352 from caseydavenport/patch-1
Automatic merge from submit-queue.

Update SIG Network meeting time

SIG Network meetings are in pacific time at 2pm.
2017-11-06 17:05:29 -08:00
paul 2d72ea8576 revise spelling mistake 2017-11-07 08:41:26 +08:00
Casey Davenport eeed96aa12 Update SIG Network meeting time 2017-11-06 16:37:22 -08:00
Joe Betz 68ffc2b16b
Merge pull request #1351 from jpbetz/sig-apimachinery-pt
Switch to PT for api-machinery SIG meeting time
2017-11-06 15:24:59 -08:00