Commit Graph

3466 Commits

Author SHA1 Message Date
Jamie Hannaford 6bda727b83 Add PR template 2017-10-05 11:58:27 +01: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
Joe Beda 5866204220
KEP: markdownify metadata items 2017-10-02 16:13:54 -07:00
Kubernetes Submit Queue d34ec3eccf Merge pull request #1141 from gmarek/events
Automatic merge from submit-queue.

Move Events redesign proposal to instrumentation design dir
2017-10-02 07:39:52 -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
Kubernetes Submit Queue f0f37f4461 Merge pull request #1127 from cblecker/generator-what
Automatic merge from submit-queue. .

Update generator to use WHAT variable

Having to set two different variables is confusing. Changed this to look at the `WHAT` envvar and match on a suffix.

Fixes #1126.

cc: @jamiehannaford
2017-09-26 13:38:05 -07:00
Kubernetes Submit Queue 1eb3c68dab Merge pull request #1133 from jbeda/kep-focus
Automatic merge from submit-queue. .

Clarify relationship of KEP to release note process

I'm opening this up to have a discussion on what the relationship between a KEP and the release note process is.  I see KEPs being most useful for things that will often span releases.  I *want* us to think bigger and across multiple releases.  Often times a KEP will be discussed and accepted before and outside of the release cycle.

I've also moved some stuff around so that this doc stands more on its own vs. being a "delta" on our current process.  In a years time this will be our current process and this won't read as clearly.
2017-09-26 13:03:00 -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
Brian Grant 153b6f9de1 Merge pull request #967 from calebamiles/propose-adopting-rust-rfc-process
Propose adopting the Rust RFC process
2017-09-26 09:13:14 -07:00
Kubernetes Submit Queue 15205a7252 Merge pull request #1131 from mattfarina/spelling-nit
Automatic merge from submit-queue. .

Fixed spelling error

Just nit picking a spelling mistake
2017-09-26 07:23:10 -07:00
Matt Farina 0df6cd1758
Fixed spelling error 2017-09-26 10:08:01 -04: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
caleb miles b01d0a7c15
moves KEP template to architecture design proposals 2017-09-26 01:09:17 -07:00
caleb miles e99752b8f0
Creates template for a KEP 2017-09-26 01:09:17 -07:00
Michelle Au c9faebcf94 1.7 Local Persistent Volume design doc 2017-09-25 14:19:13 -07:00
Kubernetes Submit Queue 2920f3430d Merge pull request #861 from bsteciuk/sig-windows
Automatic merge from submit-queue. .

Update sig-windows to re-add links that were lost in format change.
2017-09-25 13:32:47 -07:00
Christoph Blecker 3047fbcab2
Update generator to use WHAT variable 2017-09-25 12:36:24 -07:00
Kubernetes Submit Queue dcc58b928c Merge pull request #1125 from mattfarina/restore-sig-apps-meeting-url
Automatic merge from submit-queue. .

Restore sig apps zoom url

When the README and other files for a SIG were autogenerated the zoom meeting URL for sig apps changed. This restores to the previous URL.
2017-09-25 11:47:42 -07:00
Matt Farina eb302e337f
Restore sig apps zoom url 2017-09-25 14:37:45 -04:00
Lee Verberne 8136e3da87 Move Pod Troubleshooting proposal into node subdir 2017-09-25 11:08:37 +02:00