Commit Graph

3715 Commits

Author SHA1 Message Date
Christoph Blecker d25832f640
Fix spacing in OWNERS_ALIASES file 2017-10-27 18:31:26 -07:00
Kubernetes Submit Queue ecca8af6d5
Merge pull request #1288 from grodrigues3/move-webhook-dp
Automatic merge from submit-queue.

move webhooks design doc to design proposals dir

I'm not sure why this design doc was in the sig dir rather than the design-proposals directory.

@kubernetes/sig-api-machinery-proposals
2017-10-27 15:05:26 -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
Garrett Rodrigues 82f6629068 move webhooks design doc to design proposals dir 2017-10-27 14:34:00 -07:00
Kubernetes Submit Queue 6ea57bfeda
Merge pull request #1280 from lavalamp/webhook-proposal
Automatic merge from submit-queue.

First draft from the 2017-10-11 SIG meeting.

I will send another PR making adjustments.
2017-10-27 09:56:49 -07:00
Kubernetes Submit Queue ca27d20ba1
Merge pull request #913 from nikhita/customresources-subresources
Automatic merge from submit-queue.

Proposal: SubResources for CustomResources

[CustomResourceDefinitions](https://github.com/kubernetes/community/pull/524) (CRDs) were introduced in 1.7. The objects defined by CRDs are called CustomResources (CRs). Currently, we do not provide subresources for CRs.

However, it is one of the [most requested features](https://github.com/kubernetes/kubernetes/issues/38113) and this proposal seeks to add  `/status` and `/scale` subresources for CustomResources.

cc @sttts @deads2k @enisoc @bgrant0607 @erictune @lavalamp @brendandburns @philips @liggitt @mbohlool @fabxc @adohe @munnerz
2017-10-27 09:42:14 -07:00
Christoph Blecker 5422005a3f
Add sig labels and use aliases in OWNERS files 2017-10-27 09:34:18 -07:00
Kubernetes Submit Queue d57c9a6634 Merge pull request #1285 from chenhonggc/fixed_some_md_files
Automatic merge from submit-queue.

fixed get-describe-apiserver-extensions.md and container-init.md

`compability` to `compatibility`

`compatibilty` to `compatibility`
2017-10-27 07:22:35 -07:00
Nikhita Raghunath f38bf972a7 Add proposal for SubResources for CustomResources 2017-10-27 19:29:17 +05:30
陈宏 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
Kubernetes Submit Queue 2114936653 Merge pull request #1282 from nikhita/api-changes-proto-script
Automatic merge from submit-queue.

api-changes: update proto script

There is no script called `hack/update-codecgen.sh` anymore and the proto files are generated using `hack/update-generated-protobuf.sh`.
2017-10-26 18:17:08 -07:00
Nikhita Raghunath 21db3a1fb0 api-changes: update proto script 2017-10-27 04:57:30 +05:30
Daniel Smith 98558dd9a6 First draft from the 2017-10-11 SIG meeting. 2017-10-26 15:39:18 -07:00
Kubernetes Submit Queue d109fde142 Merge pull request #1279 from RochesterinNYC/fix-broken-contributors-readme-links
Automatic merge from submit-queue.

Fix broken links in contributors/devel README
2017-10-26 15:23:29 -07:00
James Wen a4a91e454f contributors/devel: Remove oncall reference (deprecated) from README.md
- Deprecated by: kubernetes/community@fc975ed591
2017-10-26 17:59:12 -04:00
James Wen 86f526ae4c contributors/devel: Correct link for "Authorization Plugins" in README.md 2017-10-26 17:59:12 -04:00
Kubernetes Submit Queue d913b23057 Merge pull request #1278 from ixdy/bazel-docs
Automatic merge from submit-queue.

Update bazel documentation

It has been a while since this was last updated.

/assign @BenTheElder
2017-10-26 14:47:21 -07:00
Jeff Grafton b8dfc3d186 Update bazel documentation 2017-10-26 14:34:08 -07:00
Kubernetes Submit Queue 0eb7d1e4e7 Merge pull request #1277 from kubernetes/config
Automatic merge from submit-queue.

document component config conventions

This is an oldish doc that is just now being converted into a proposal.

https://docs.google.com/document/d/1arP4T9Qkp2SovlJZ_y790sBeiWXDO6SG10pZ_UUU-Lc/edit#heading=h.xgjl2srtytjt
2017-10-26 14:07:15 -07:00
Mike Danese 9e7af30e04 document component config conventions 2017-10-26 13:51:12 -07:00
Kubernetes Submit Queue 6c96f9a2e5 Merge pull request #1174 from pospispa/postpone-pvc-deletion-if-used-in-a-pod
Automatic merge from submit-queue.

Postpone Deletion of a Persistent Volume Claim in case It Is Used by a Pod

Proposal for postponing deletion of Persistent Volume Claim in case it's used by a pod.

Implementation will fix issue https://github.com/kubernetes/kubernetes/issues/45143

/sig storage
/cc @kubernetes/sig-storage-proposals
2017-10-26 12:33:08 -07:00
Fabiano Franz f6f97532e9 Merge pull request #1236 from yuexiao-wang/clear-contribute
Fix  some dead links and some typos
2017-10-26 17:08:33 -02:00
pospispa b378919dd8 Postpone Deletion of a Persistent Volume Claim in case It Is Used by a Pod
Proposal for postponing deletion of Persistent Volume Claim in case it's used by a pod.

It will fix issue https://github.com/kubernetes/kubernetes/issues/45143
2017-10-26 20:12:09 +02:00
Kubernetes Submit Queue 425e57bb34 Merge pull request #1274 from chenhonggc/some-misspelling
Automatic merge from submit-queue.

some mistake spelling

some mistake spelling.
2017-10-26 05:07:46 -07:00
陈宏 ba600760db some mistake spelling 2017-10-26 18:02:40 +08:00
Kubernetes Submit Queue 4bd7aa353c Merge pull request #1272 from chenhonggc/fix-misspelling
Automatic merge from submit-queue.

fixed misspelling

fixed some mistake spelling.
2017-10-25 23:38:10 -07:00
陈宏 cbea6f468f fixed misspelling 2017-10-26 14:15:07 +08:00
Kubernetes Submit Queue f479f056ec Merge pull request #1267 from cblecker/generator-no-docker
Automatic merge from submit-queue.

Don't use docker by default for sig docs generator

Per https://github.com/kubernetes/test-infra/pull/5149, removing the requirement to run this inside a docker container.

Made a bunch of changes to make this work in just a regular GOPATH. Feedback welcomed, @jamiehannaford :)
2017-10-25 19:13:05 -07:00
Christoph Blecker fad14ac876
Track and compare working group dirs too 2017-10-25 13:52:40 -07:00
yuexiao-wang 0642f8dafb Fix some typos
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-25 14:37:32 +08:00
Christoph Blecker 139c239497
vendor gopkg.in/yaml.v2 2017-10-24 23:17:03 -07:00
Christoph Blecker bd79813a1b
Fix double newline in sigs.yaml 2017-10-24 23:12:46 -07:00
Christoph Blecker 72c31ace11
Full URL in sig readme header 2017-10-24 23:12:46 -07:00
Christoph Blecker c08c4ae2f9
Don't use docker by default for sig docs generator 2017-10-24 23:12:43 -07:00
Kubernetes Submit Queue 3512ad9d7e Merge pull request #1078 from warmchang/thresholds
Automatic merge from submit-queue.

Adjust the value of the current and long-term goal.

Now, the number of max pods per machine is 110: https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/admin/kubelet.md

The goal of max pods per machine is 500: https://github.com/kubernetes/community/blob/master/sig-scalability/goals.md
2017-10-24 22:37:49 -07:00
Kubernetes Submit Queue 2b49b14216 Merge pull request #1266 from parispittman/patch-7
Automatic merge from submit-queue.

Update outreachy.md

Including Phil's link for curated projects for outreachy applicants in contribute section
2017-10-24 18:02:43 -07:00
Paris fd6b03ea69 Update outreachy.md
Included Phil's link for curated projects for outreachy applicants in contribute section
2017-10-24 15:56:11 -07:00
Kubernetes Submit Queue 762e5d4e5a Merge pull request #1152 from yastij/predicates-ordering-proposal
Automatic merge from submit-queue.

adding predicate ordering design proposal

/cc @gmarek @k82cn @bsalamat
2017-10-24 13:27:34 -07:00
Yassine TIJANI 65e5d296ac adding predicate ordering design proposal 2017-10-24 22:24:19 +02:00
Kubernetes Submit Queue 38100fe2cb Merge pull request #1264 from zhxcai/typo
Automatic merge from submit-queue.

fix some typos
2017-10-24 10:17:27 -07:00
Xingcai Zhang 8204f3a9b6 fix indentation typo 2017-10-24 22:51:18 +08:00
Xingcai Zhang e50c099b5c fix negotiating 2017-10-24 22:51:07 +08:00
Fabiano Franz 29fca6ca89 Merge pull request #1250 from pwittrock/contributors
Update SIG CLI contributors guide
2017-10-24 12:16:30 -02:00
Kubernetes Submit Queue 0671ce70d9 Merge pull request #1170 from kubernetes/jpbetz-patch-1
Automatic merge from submit-queue.

Clarify how milestone should be set for cherrypicks
2017-10-24 02:37:48 -07:00
Kubernetes Submit Queue 6dd7c5e032 Merge pull request #1262 from perotinus/master
Automatic merge from submit-queue.

Update the sig-multicluster meeting link
2017-10-23 15:02:36 -07:00
Jonathan MacMillan 0d1bea566c Update the sig-multicluster meeting link. 2017-10-23 14:43:40 -07:00
Kubernetes Submit Queue f485c256c1 Merge pull request #1261 from kubernetes/wg-app-def-update
Automatic merge from submit-queue.

update wg-app-def Zoom link
2017-10-23 14:12:33 -07:00