Commit Graph

3505 Commits

Author SHA1 Message Date
yuexiao-wang d9682749f9 Modify the directory in generator
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-10-12 20:20:08 +08:00
Kubernetes Submit Queue 4f4560659c Merge pull request #1165 from shiywang/cli
Automatic merge from submit-queue.

add draft exit code to kubectl-conventions

@fabianofranz @smarterclayton @pwittrock @kubernetes/sig-cli-maintainers
2017-10-10 14:26:06 -07:00
Shiyang Wang 1c7447539b add draft exit code to kubectl-conventions, add some redundancy and parallelism 2017-10-10 15:35:49 +08:00
Kubernetes Submit Queue da223908b7 Merge pull request #1161 from php-coder/api_changes_improvements
Automatic merge from submit-queue.

contributors/devel/api_changes.md: assorted improvements

This PR makes some improvements to the `api_changes.md` doc:
- update path to files and links
- remove Google Analytics footer
- tiny formatting improvement

CC @simo5
2017-10-09 13:41:12 -07:00
Kubernetes Submit Queue a264bfe992 Merge pull request #1169 from cblecker/fix-container-identity
Automatic merge from submit-queue.

Fix wg-container-identity/README.md

#1167 updated `wg-container-identity/README.md` instead of updating sigs.yaml. This fixes that and regenerates the doc.
2017-10-09 11:21:07 -07:00
Christoph Blecker bb8d1baf31
Fix wg-container-identity/README.md 2017-10-09 11:15:38 -07:00
Kubernetes Submit Queue a702d00b88 Merge pull request #1167 from ericchiang/wg-container-identity-update
Automatic merge from submit-queue.

update links for container identity working group

Add a link to the agenda to the working group README.

cc @destijl @smarterclayton @liggitt
2017-10-09 09:16:03 -07:00
Eric Chiang 3434b82e7a update links for container identity working group 2017-10-09 09:03:22 -07:00
Kubernetes Submit Queue 33c4b2d55b Merge pull request #1164 from mindprince/fix-links
Automatic merge from submit-queue.

Fix couple of broken links.
2017-10-08 19:40:51 -07:00
Kubernetes Submit Queue 2da7a979b1 Merge pull request #1128 from nikhita/fix-link-design-proposal
Automatic merge from submit-queue.

Fix links after design proposals move

Some links broke when design proposals were organized in https://github.com/kubernetes/community/pull/1010. They were mostly fixed in https://github.com/kubernetes/community/pull/1116 but a few seem to still be pointing to the old ones.

Takes another stab at https://github.com/kubernetes/community/issues/1109.

/cc @grodrigues3
2017-10-08 18:25:47 -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
Kubernetes Submit Queue aab1ceb215 Merge pull request #1158 from huzhengchuan/patch-1
Automatic merge from submit-queue.

Fix typos
2017-10-06 10:30:33 -07:00
Slava Semushin 343d7280b6 contributors/devel/api_changes.md: assorted improvements. 2017-10-06 19:28:01 +02:00
David Ashpole 4b70550e0e update priority eviction docs 2017-10-06 10:24:11 -07:00
Christian Bell ad4e73adaa Merge pull request #1145 from kubernetes/nikhiljindal-patch-1
Adding ONCALL.md with details about our oncall rotation
2017-10-06 10:19:32 -07:00
huzhengchuan 43d291131b Fix typos 2017-10-06 20:51:30 +08:00
Kubernetes Submit Queue ff82a64245 Merge pull request #1154 from castrojo/add-election-process
Automatic merge from submit-queue.

Initial commit of the election process

This adds the process we used to run the steering committee election to the community directory so we can refer to it for the election next year.
2017-10-05 22:40:51 -07:00
Kubernetes Submit Queue f3dc057aa8 Merge pull request #1153 from jessfraz/security-process
Automatic merge from submit-queue.

Security Process: Add Distributors List Process

cc @philips @cjcullen @tallclair @liggitt 

First draft based off items in http://oss-security.openwall.org/wiki/mailing-lists/distros
2017-10-05 13:50:40 -07:00
Kubernetes Submit Queue 45ae100e29 Merge pull request #1155 from erhudy/feature/cronjob-manual-trigger
Automatic merge from submit-queue.

Add section on manually triggering CronJobs

As requested by @soltysh, in relation to https://github.com/kubernetes/kubernetes/issues/47538.
2017-10-05 13:25:36 -07:00
Edmund Rhudy 8b105b8eec Add section on manually triggering CronJobs 2017-10-05 16:12:37 -04:00
Jorge O. Castro fefbdfa4d4 Initial commit 2017-10-05 15:24:39 -04:00
Jess Frazelle 9fc2a7b5c5
Security Process: Add Distributors List Process
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-10-05 15:10:36 -04:00
Kubernetes Submit Queue badb60e12b Merge pull request #888 from oracle/for/upstream/master/vault_provider_spec
Automatic merge from submit-queue.

Vaultproviderspec (#1)

* Initial version of Vault KMS Provider
* Renamed image file to be consistent with spec name
* Brought spec inline with EnvelopeTransformer interfaces in PR 49350
* Wrap at 80
2017-10-05 11:50:31 -07:00
Rohit Agarwal 915694dbaf Fix couple of broken links. 2017-10-05 11:17:01 -07:00
Kubernetes Submit Queue 988c6219ec Merge pull request #1151 from thockin/master
Automatic merge from submit-queue.

2017 Steering Committee election results
2017-10-05 10:20:25 -07:00
Tim Hockin b80ac5d753 2017 Steering Committee election results 2017-10-05 10:09:27 -07:00
Kubernetes Submit Queue bda87e3adf Merge pull request #1146 from marun/fix-issue-process-labels
Automatic merge from submit-queue.

Update active milestone issues process to reflect new labels
2017-10-05 09:55:21 -07:00
Kubernetes Submit Queue 8d4acd01cd Merge pull request #1150 from cblecker/fix-scalability
Automatic merge from submit-queue.

Fix sig-scalability

#1149 updated the README for sig-scalability without modifying sigs.yaml. This fixes that, as well as moves the remaining meeting dates into the custom content bit.
2017-10-05 09:35:17 -07:00
Christoph Blecker 9bf3592e2a
Fix sig-scalability doc 2017-10-05 09:27:44 -07:00
KK Sriramadhesikan 526cd08e22 Typos addressing @ericchiang comments 2017-10-05 08:44:08 -07:00
KK Sriramadhesikan 65648f210e resolved conflicts 2017-10-05 08:44:08 -07:00
KK Sriramadhesikan 40fe163224 Vaultproviderspec (#1)
* Initial version of Vault KMS Provider

* Renamed image file to be consistent with spec name

* Brought spec inline with EnvelopeTransformer interfaces in PR 49350

* Wrap at 80
2017-10-05 08:44:08 -07:00
Kubernetes Submit Queue 06be2627a3 Merge pull request #1149 from countspongebob/master
Automatic merge from submit-queue.

Updating Scalability page to reflect shift to biweekly schedule.

Updating Scalability page to reflect shift to biweekly schedule.
2017-10-05 08:35:13 -07:00
Bob Wise 491733a496 Merge pull request #1 from countspongebob/countspongebob-patch-1
Update README.md - shift to bi-weekly
2017-10-05 08:02:27 -07:00
Bob Wise 1bbf0ef886 Update README.md 2017-10-05 07:54:50 -07:00
Nikhil Jindal 0f4ae8a2e7 Add details on who can join the oncall 2017-10-04 23:15:24 -07:00
Maru Newby 2e1236b70f Update active milestone issues process to reflect new labels 2017-10-04 19:04:58 -07:00
Nikhil Jindal 88673271ec Adding details about how to extend and swap rotations 2017-10-04 17:44:05 -07:00
Nikhil Jindal 1f72b6a358 Adding ONCALL.md with details about our oncall rotation
All this info was in our oncall calendar invite.
This will make it easily accessible to everyone.
2017-10-04 16:35:17 -07:00
Kubernetes Submit Queue f20eb8c175 Merge pull request #1054 from msau42/storage-topology-design
Automatic merge from submit-queue.

Volume topology aware scheduling design

Proposal for a smarter scheduler that influences PV binding.

Part of kubernetes/features#121

/sig storage
/sig scheduling
/cc @kubernetes/sig-storage-proposals @kubernetes/sig-scheduling-proposals
2017-10-04 14:15:24 -07:00
Kubernetes Submit Queue c6db6dbe9d Merge pull request #1104 from marun/update-issues-process
Automatic merge from submit-queue.

Update active milestone issues process to reflect bot changes

The bot changes are still in review:  https://github.com/kubernetes/test-infra/pull/4433
2017-10-04 09:25:16 -07:00
Kubernetes Submit Queue 361b62727e Merge pull request #1028 from pwittrock/apply2
Automatic merge from submit-queue.

Proposal for re-architecting apply
2017-10-03 23:15:05 -07:00
Kubernetes Submit Queue 602703768e Merge pull request #1143 from mindprince/patch-1
Automatic merge from submit-queue.

Don't retire kube-state-metrics. Retire md-check.

kube-state-metrics is active once again (it became active soon after the first commit to this file when it was proposed to be retired). It seems to be the only popular tool that does what it does.

Decision to retire md-check was taken in https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kubernetes-dev/0FcCGNtnxE0/JmQfETD0AwAJ
2017-10-03 22:45:00 -07:00
Rohit Agarwal 626b4526aa Don't retire kube-state-metrics. Retire md-check.
kube-state-metrics is active once again (it became active soon after the first commit to this file when it was proposed to be retired). It seems to be the only popular tool that does what it does.

Decision to retire md-check was taken in https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kubernetes-dev/0FcCGNtnxE0/JmQfETD0AwAJ
2017-10-03 21:05:48 -07:00
Phillip Wittrock 72d26b507d Proposal for re-factoring apply
- define interfaces for encapuslating logic single-purpose in structs
- use PUT instead of PATCH so we don't need to generate PATCH directives
2017-10-03 15:32:15 -07:00
Michelle Au 6e486a390f Add downsides of proposed approach, add more details about alternative approach and its downsides, add more details about binding rollback using PV taints 2017-10-03 14:21:10 -07:00
Kubernetes Submit Queue d44caa2ac5 Merge pull request #1135 from jbeda/kep-metadata
Automatic merge from submit-queue.

KEP metadata

Markdownify KEP metadata proposal that was discussed in https://docs.google.com/document/d/1ynmBMuDuT7yGzRscObB1KtgJj8ljYq0I5q4oshrJUCs/edit?ts=59c1b868#.

Also moved files around so that we are following some of the suggestions here.  Merged the KEP template and the template instructions to reduce the number of files we need to manage.
2017-10-02 20:10:06 -07:00
Joe Beda 6c5c226f37
Merge instructions into KEP template. 2017-10-02 16:13:55 -07:00
Joe Beda 30bb4797ee
Rename KEP process file to match the defined process. 2017-10-02 16:13:54 -07:00
Joe Beda 6fb1103bde
Put instructions at start of KEP template 2017-10-02 16:13:54 -07:00