Commit Graph

934 Commits

Author SHA1 Message Date
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 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
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
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
Lee Verberne 8136e3da87 Move Pod Troubleshooting proposal into node subdir 2017-09-25 11:08:37 +02:00
Lee Verberne bcd232fc9b Switch Pod Troubleshooting API back to /exec
This updates the Pod Troubleshooting Design Proposal for recent
developments in the community and to reflect the consensus from the API
review: using the existing /exec endpoint as a starting point for this
feature.
2017-09-25 11:07:21 +02:00
Lee Verberne 33a5520e0b Add analysis of standalone pod alternative 2017-09-25 11:07:21 +02:00
Lee Verberne 127550e55a Address feedback in pod troubleshooting proposal
The biggest change is a reworking of the Kubernetes API changes after
chatting with sig-api-machinery. The Debug Container is now created in a
standalone API call and the client is responsible for attaching.
2017-09-25 11:07:21 +02:00
Lee Verberne fae75ad8d7 Propose a feature to troubleshoot running pods
This feature allows troubleshooting of running pods by running a new
"Debug Container" in the pod namespaces.
2017-09-25 11:07:21 +02:00
Kubernetes Submit Queue dc031e62ba Merge pull request #1088 from zouyee/link-outdate
Automatic merge from submit-queue. .

delete outdated link
2017-09-22 17:01:48 -07:00
Kubernetes Submit Queue d196a4f0a2 Merge pull request #1110 from xiangpengzhao/update-doc
Automatic merge from submit-queue. .

Update merge requirements in doc

fixes: https://github.com/kubernetes/community/pull/1016#issuecomment-330992673

/cc @spiffxp
2017-09-22 16:51:45 -07:00
Kubernetes Submit Queue a1b9495e1b Merge pull request #1112 from php-coder/rename_scc_to_psp
Automatic merge from submit-queue. .

Rename security-context-constraints.md to pod-security-policy.md

It's counter intuitive that proposal about PSP has name `security-context-constraints.md`.

@pweil- Do you have objections against renaming a file?

CC @simo5
2017-09-21 13:16:41 -07:00
Slava Semushin 0f13a190ad Fix broken links. 2017-09-21 22:10:18 +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
Brian Grant 43ce57ac47 Merge pull request #1116 from php-coder/fix_broken_links
Fix broken links after moving proposals to subdirs
2017-09-21 12:46:29 -07:00
Kubernetes Submit Queue ff0910d307 Merge pull request #1113 from php-coder/rename_runas_groupid
Automatic merge from submit-queue. .

Move runas-groupid proposal to auth subdir

Follow-up to #1010

CC @grodrigues3 @simo5
2017-09-21 11:01:30 -07:00
Kubernetes Submit Queue 62d4abac97 Merge pull request #1114 from php-coder/move_flex_psp_proposal
Automatic merge from submit-queue. .

flex-volumes-drivers-psp.md: move from storage/ to auth/

Follow-up to #1010

CC @grodrigues3 @simo5
2017-09-21 10:16:57 -07:00
Slava Semushin ca6e45b508 Fix broken links after moving proposals to subdirs. 2017-09-21 16:25:49 +02:00
adolphlwq d7908171e9 fix typos 2017-09-21 21:24:51 +08:00
Slava Semushin 9315c052ba flex-volumes-drivers-psp.md: move from storage/ to auth/ 2017-09-21 14:59:12 +02:00
Slava Semushin 9e332451ed Move runas-groupid proposal to auth subdir. 2017-09-21 14:51:12 +02:00
Peter (XiangPeng) Zhao c1eab08d83 Merge pull request #1091 from u2takey/master
fix stale link
2017-09-21 20:17:13 +08:00
Penghao Cen 3e16fc31f1 Highlight keywords and fix typo 2017-09-21 20:07:59 +08:00
xiangpengzhao 7412af35cd Update merge requirements in doc 2017-09-21 14:52:18 +08:00
Kubernetes Submit Queue ba5113e6a7 Merge pull request #1108 from ScorpioCPH/minor-fix-format
Automatic merge from submit-queue. .

Minor fix format

@vishh @RenaudWasTaken PTAL :-)
2017-09-20 19:16:38 -07:00
Penghao Cen e1429b6333 Minor fix format 2017-09-21 09:35:38 +08:00
Kubernetes Submit Queue 6c609d2350 Merge pull request #1106 from yuexiao-wang/fix-link
Automatic merge from submit-queue. .

Clean up the bad link

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>

1.  Remove the title link
2.  Modify the links which don't work
2017-09-20 13:26:50 -07:00
Kubernetes Submit Queue 608f3412d8 Merge pull request #1016 from xiangpengzhao/fix-doc
Automatic merge from submit-queue. .

Update Development Automation and Pull Request Process

fixes: #834 

/cc @bgrant0607 @spiffxp
2017-09-20 09:26:38 -07:00