Commit Graph

981 Commits

Author SHA1 Message Date
liweijie 93a8a4fac7 update aggregated-api-servers.md spelling mistake 2017-10-16 11:14:10 +08:00
Kubernetes Submit Queue 1011618aca Merge pull request #1192 from zhxcai/fix-bulk-watch
Automatic merge from submit-queue.

update bulk_watch.md many misspelled words

update bulk_watch.md many misspelled words
2017-10-15 10:42:27 -07:00
Xingcai Zhang b98895df15 update misspelled word initializer 2017-10-15 22:42:52 +08:00
Xingcai Zhang 29a2135a8f update bulk_watch.md misspelled words 2017-10-15 21:47:51 +08:00
Kubernetes Submit Queue 3469142b07 Merge pull request #1189 from zhaochaobo/master
Automatic merge from submit-queue.

fix spelling error

revise several spelling mistakes
2017-10-14 01:27:01 -07:00
laishiquan 82307f2b6d Update apiserver-count-fix.md 2017-10-14 15:48:55 +08:00
paul ac80d3d4ef fix spelling error 2017-10-14 15:36:29 +08:00
Kubernetes Submit Queue 284cdbc218 Merge pull request #1188 from renwenhaogc/feature-1
Automatic merge from submit-queue.

word spell mistake
2017-10-14 00:06:54 -07:00
renwenhaogc a51a67d804 word spell mistake 2017-10-14 14:21:33 +08:00
wangxinxu cbb4bdd497 change admison to admission 2017-10-14 14:14:38 +08:00
paul 4bc30c783c fix spelling error 2017-10-14 13:24:10 +08:00
Jonathan MacMillan f8e1cbd092 Update files in the community repo to point to multicluster rather than federation. 2017-10-13 10:13:16 -07:00
Zhang Xingcai ef39f0c054 Update aggregated-api-servers.md 2017-10-13 23:02:42 +08:00
Kubernetes Submit Queue f8bd922053 Merge pull request #1177 from pospispa/update-deletionTimestamp-with-finalizer-info
Automatic merge from submit-queue.

Update deletionTimestamp with information about finalizer effect.

Updating description of `deletionTimestamp` as adviced [here](https://github.com/kubernetes/community/pull/1174#discussion_r144286471).
2017-10-12 13:31:35 -07:00
Kubernetes Submit Queue 586dcd7a7c Merge pull request #1138 from krmayankk/runasg
Automatic merge from submit-queue.

add author to my proposal for reachability

See here https://github.com/kubernetes/community/pull/756
2017-10-12 11:36:30 -07:00
pospispa 1cd86bd626 Update deletionTimestamp with information about finalizer effect. 2017-10-12 19:03:33 +02:00
Clayton Coleman 6786b34ef3
Proposal: Alternate API representations for resources
Supports server side handling of transformation of resources.
2017-10-12 11:30:35 -04: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 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