Commit Graph

45 Commits

Author SHA1 Message Date
Christoph Blecker 95a4a105cd
Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
Qiming Teng 4bcab881cc Move configmap design proposal to apps 2017-12-21 16:40:42 +08:00
Ziqi Zhao a63d08fb65 Fix broken links
Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
2017-11-28 22:23:38 +08:00
CuiHaozhi 50c8b1bca4 resource-qos: fix invalid links
Signed-off-by: CuiHaozhi <cuihaozhi@chinacloud.com.cn>
2017-11-22 01:57:36 -05:00
Kubernetes Submit Queue 29b7bddb83
Merge pull request #1389 from gin419/patch-6
Automatic merge from submit-queue.

Update propagation.md
2017-11-21 04:52:54 -08:00
Rohit Agarwal ada30ac78f Add design proposal for accelerator monitoring.
This was discussed on this doc: https://docs.google.com/document/d/13O4HNrB7QFpKQcLcJm28R-QBH3Xo0VmJ7w_Pkvmsf68/edit
(accessible to anyone who is a member of kubernetes-dev or kubernetes-users Google Groups).

This was presented during the sig-node meeting on 2017-10-10.

Adding this to this repo, so it's more accessible.
2017-11-20 14:50:40 -08:00
Gin e81f02c0f0
Update propagation.md 2017-11-14 11:30:36 +08:00
Gin d461675941
Update propagation.md 2017-11-13 16:06:00 +08:00
Xingcai Zhang 58bd5ba03e update configuration and instantiate 2017-11-10 22:06:44 +08:00
Xingcai Zhang 20d2f6f549 a lot of typos 2017-11-10 22:03:13 +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
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 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
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
guineveresaenger a6dcf8678b removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
guineveresaenger b41c258f98 beging to remove munch tags from files, also removed deprecated content of how-to-doc in favor of link to k/website 2017-11-03 15:37:08 -07:00
Kubernetes Submit Queue b6a4c9651e
Merge pull request #1283 from cblecker/sig-label
Automatic merge from submit-queue.

Add sig labels and use aliases in OWNERS files

This PR does the following:
- Creates a sig-*-leads alias for all sigs and working groups
- Replaces the reviewers/approvers in the sig folders and design-proposals folders with that alias
- Adds a label field to the OWNERS files to allow for automatic sig labelling (https://github.com/kubernetes/test-infra/pull/3502)
2017-10-27 14:37:57 -07:00
Christoph Blecker 5422005a3f
Add sig labels and use aliases in OWNERS files 2017-10-27 09:34:18 -07:00
陈宏 30fc79fa05 fixed get-describe-apiserver-extensions.md and container-init.md 2017-10-27 15:44:58 +08:00
Kubernetes Submit Queue 4377efa625 Merge pull request #1284 from chenhonggc/update_some_files
Automatic merge from submit-queue.

update cloud-provider-refactoring.md and kubelet-cri-logging.md

fixed some mistake spelling.
2017-10-26 20:29:53 -07:00
Kubernetes Submit Queue b8ceddfde5 Merge pull request #1136 from verb/pod-troubleshooting-status
Automatic merge from submit-queue.

Simplify Container Status for Ephemeral Containers proposal

This leaves reporting command & args of Ephemeral Containers for a future proposal.
2017-10-26 20:27:14 -07:00
陈宏 5e3a738bd4 update cloud-provider-refactoring.md and kubelet-cri-logging.md 2017-10-27 09:30:59 +08:00
David Ashpole e54db4066a remove disk allocatable evictions 2017-10-26 10:58:46 -07:00
Kubernetes Submit Queue 9979d3736e Merge pull request #1162 from dashpole/priority_eviction
Automatic merge from submit-queue.

Update priority eviction docs

After discussion with @dchen1107 and @bsalamat I think it would be simpler to start with a tiered eviction sorting rather than by using a function.  See https://github.com/kubernetes/community/pull/846#pullrequestreview-66920328 for some of the rationale.

This PR makes two changes:

1. Changes the release at which changes take effect to 1.9 (since implementation missed 1.8)
2. Changes the strategy from (usage > requests, func(priority, usage - requests)) to (usage > requests, priority, usage - requests)

cc @dchen1107 @derekwaynecarr @vishh
2017-10-06 13:05:39 -07:00
David Ashpole 4b70550e0e update priority eviction docs 2017-10-06 10:24:11 -07:00
huzhengchuan 43d291131b Fix typos 2017-10-06 20:51:30 +08:00
Lee Verberne 8fea43284b Simplify Container Status for Ephemeral Containers proposal
This leaves reporting command & args for a future proposal
2017-09-28 13:15:21 +02:00
Lee Verberne 473c49d6cb Name PodExecOptions fields as recommended by API reviewer 2017-09-27 22:09:28 +02:00
Lee Verberne 8136e3da87 Move Pod Troubleshooting proposal into node subdir 2017-09-25 11:08:37 +02:00
Slava Semushin f521a9e39d Rename security-context-constraints.md to pod-security-policy.md
Aso removes Google Analytics link.
2017-09-21 22:03:32 +02:00
Slava Semushin ca6e45b508 Fix broken links after moving proposals to subdirs. 2017-09-21 16:25:49 +02: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 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