Commit Graph

963 Commits

Author SHA1 Message Date
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 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
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
huzhengchuan 43d291131b Fix typos 2017-10-06 20:51:30 +08: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
Edmund Rhudy 8b105b8eec Add section on manually triggering CronJobs 2017-10-05 16:12:37 -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
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
Maru Newby 2e1236b70f Update active milestone issues process to reflect new labels 2017-10-04 19:04:58 -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
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
Joe Beda 5866204220
KEP: markdownify metadata items 2017-10-02 16:13:54 -07:00
Marek Grabowski 244a4496fd Move Events redesign proposal to instrumentation design dir 2017-10-02 11:47:09 +01:00
Kubernetes Submit Queue 52919466eb Merge pull request #1012 from thockin/master
Automatic merge from submit-queue.

Rewrite docs on godep

This corresponds to https://github.com/kubernetes/kubernetes/pull/51766 - do not merge until we get confirmation on that PR.
2017-09-30 09:59:13 -07:00
Kubernetes Submit Queue 683c801dc3 Merge pull request #1139 from cblecker/link-fix-1
Automatic merge from submit-queue.

fix link in how-to-doc.md

fixes #1080.
2017-09-29 11:19:20 -07:00
Saad Ali 320c846261 Merge pull request #989 from msau42/local-volume-design
1.7 Local Persistent Volume design doc
2017-09-29 11:15:35 -07:00
Christoph Blecker c6a77b6e99
fix link in how-to-doc.md 2017-09-29 11:14:55 -07:00
Kubernetes Submit Queue 258f797703 Merge pull request #929 from tcharding/kubectl-conventions
Automatic merge from submit-queue.

Update Example conventions

**Why this PR is needed**
Currently `kubectl-conventions.md` contains incorrect conventions for command examples. File currently stipulates that example commands should start with a `$`, this is incorrect.

Currently conventions stipulate that command example comments should terminate with a period. This is overly restrictive and trivial. Conventions would be better if this was relaxed to allow developer discretion.

**What this PR does**
Remove `$` convention and stipulate explicitly that command examples **do not** start with a `$`. Remove convention stipulating command examples terminate with a period.
2017-09-29 09:44:15 -07:00
Michelle Au 21412a509e Volume topology aware scheduling design 2017-09-27 21:25:14 -07:00
Kubernetes Submit Queue c4d900e55b Merge pull request #649 from verb/pod-troubleshooting
Automatic merge from submit-queue.

Propose a feature to troubleshoot running pods

This feature allows troubleshooting of running pods by running a new "Debug Container" in the pod namespaces.

This proposal was originally opened and reviewed in kubernetes/kubernetes#35584.

This proposal needs LGTM by the following SIGs:
- [ ] SIG Node
- [ ] SIG CLI
- [ ] SIG Auth
- [x] API Reviewer

Work in Progress:
- [x] Prototype `kubectl attach` for debug containers
- [x] Talk to sig-api-machinery about `/debug` subresource semantics
2017-09-27 13:38:46 -07:00
Lee Verberne 473c49d6cb Name PodExecOptions fields as recommended by API reviewer 2017-09-27 22:09:28 +02:00
Kubernetes Submit Queue 2c69a2a621 Merge pull request #932 from gmarek/events
Automatic merge from submit-queue.

Add Events design proposal
2017-09-26 20:54:05 -07:00
Joe Beda fcc75ae13b
Clarify relationship of KEP to release note process 2017-09-26 11:20:24 -07:00
Kubernetes Submit Queue 5d96914f55 Merge pull request #1130 from gaocegege/fix-link
Automatic merge from submit-queue. .

podaffinity.md: Fix a broken link
2017-09-26 09:17:55 -07:00
Kubernetes Submit Queue cfac9e3f82 Merge pull request #1124 from calebamiles/propose-kep-template
Automatic merge from submit-queue. .

Propose KEP template

Propose a template for the [KEP process][]


[KEP process]: https://github.com/kubernetes/community/pull/967
2017-09-26 09:13:20 -07:00
Ce Gao c6ebe36240 podaffinity.md: Fix a broken link
Signed-off-by: Ce Gao <ce.gao@outlook.com>
2017-09-26 18:55:48 +08:00
gmarek c5b815bf44 Add Events design proposal 2017-09-26 10:45:16 +01:00
caleb miles 4b0856be7a
address comments
from: @bgrant0607
- https://github.com/kubernetes/community/pull/967#issuecomment-332007969
2017-09-26 01:42:36 -07:00
caleb miles ddeb2b4b54
move KEP process proposal to architecture directory.
...also change filename to match title
2017-09-26 01:42:36 -07:00
caleb miles 71344d2917
address more comments 2017-09-26 01:42:35 -07:00
caleb miles 1685ce65c3
Update KEP development process with link to KEP template 2017-09-26 01:42:35 -07:00
caleb miles c9764bd65b
extract KEP template from KEP proposal and address comments
- RFC -> KEP
- attempt to remove first person tone
- add possible states of a KEP
2017-09-26 01:42:35 -07:00
caleb miles 78873a56a8
Update links in proposal to adopt RFC process
Adds links to Google Groups discussion and self link to PR
2017-09-26 01:42:34 -07:00
caleb miles c9fb06f1ac
Propose adopting the Rust RFC process
I believe it is time to adopt a new development process given the
current scale of Kubernetes. The inadequacy of our current process
is particularly apparent within SIGs with cross project concerns
such as SIG Release, SIG Testing, SIG Architecture, and SIG PM
so additional process around proposing changes to Kubernetes is
suggested.
2017-09-26 01:42:34 -07:00
caleb miles 638617160b
address comments
from @bgrant0607:
- https://github.com/kubernetes/community/pull/1124#discussion_r140889337
- https://github.com/kubernetes/community/pull/1124#discussion_r140894763
- https://github.com/kubernetes/community/pull/1124#discussion_r140897547
2017-09-26 01:21:10 -07:00