summaryrefslogtreecommitdiff
path: root/contributors
AgeCommit message (Collapse)Author
2019-11-08chore: fixing typo in command exampleHays Clark
- expected argument for /approve command is `no-issue`
2019-11-08fix go version mapping in development.mdJiahui Feng
see kubernetes/kubernetes#82809 see kubernetes/kubernetes#85019
2019-11-08fixing ansible k8s module linkmutron3k
2019-10-30change the daemonset specific exceptionRong Gao
2019-10-22Merge pull request #4170 from ii/testing-guide-pr-updateKubernetes Prow Robot
Contributor Testing Guide: Add section on smooth PR review process
2019-10-22Merge pull request #4186 from tpepper/prt-cherry-pick-reviewKubernetes Prow Robot
cherry-picks: bump up guidance on criteria, add table of contents
2019-10-21cherry-picks: bump up guidance on criteria, add table of contentsTim Pepper
We see a relatively high volume of cherry picks that aren't clearly meeting the criteria for cherry-picking, but that criteria has only recently started to be in written, shared form and it is not super discoverable. To make it more clear let's make that its own section (linkable), move it earlier in the document, and add a table of contents to the cherry-picks.md for navigation. Signed-off-by: Tim Pepper <tpepper@vmware.com>
2019-10-16Contributor Testing Guide: Update punctuation and grammarDevan Carpenter
2019-10-16contributor-guide: add note about #pr-reviews channelNikhita Raghunath
2019-10-16fix few typo, and some markdown cleanupDeden Fathurahman
2019-10-15Merge pull request #4093 from ddebroy/disable1Kubernetes Prow Robot
Enhancements to disable in-tree plugin code for migration
2019-10-15Enhancements to disable in-tree plugin code for migrationDeep Debroy
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-10-14Merge pull request #4155 from mrbobbytables/fix-markdown-formattingKubernetes Prow Robot
Update contributor guide formatting to be Hugo compatible.
2019-10-13Contributor Testing Guide: Add section on smooth PR review processDevan Carpenter
2019-10-10Merge pull request #4162 from guineveresaenger/releasedefsKubernetes Prow Robot
Adds definitions for release stages
2019-10-10Add short definitions for release phases and link to release phase docguineveresaenger
2019-10-09Merge pull request #4161 from atoato88/fix-link-to-claKubernetes Prow Robot
Fix link to CLA page in `README-ja.md`
2019-10-10Fix link to CLA pageAkihito INOH
As of now, We can't access to CLA page(/CLA.md#how-do-i-sign) by click `Contributor License Agreement(CLA)にサインする` in `README-ja.md`. This commit fixes dead link to CLA page.
2019-10-09Merge pull request #4160 from eddiezane/update-glog-refs-to-klogKubernetes Prow Robot
Update old glog references to klog
2019-10-09Update old glog references to klogEddie Zaneski
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2019-10-09Remove collaborator references from owners guide.Bob Killen
2019-10-08Update contributor guide formatting to be Hugo compatible.Bob Killen
2019-10-08Add logging documentationCaleb Woodbine
2019-10-01Merge pull request #4128 from ii/add-resource-usage-docsKubernetes Prow Robot
Add resource usage docs
2019-10-02Add clean up docsCaleb Woodbine
2019-10-01Add resource usage docsCaleb Woodbine
2019-09-30Add KubeCon lightning talk to docsobitech
2019-09-30Merge pull request #4122 from johnbelamaric/writing-conf-testsKubernetes Prow Robot
Some edits and additional notes for writing conformance tests
2019-09-30Merge pull request #4126 from 2pai/improve-readme-id.mdKubernetes Prow Robot
fix localization documents
2019-09-30Some edits and additional notes for writing conformance testsJohn Belamaric
Signed-off-by: John Belamaric <jbelamaric@google.com>
2019-09-30fix localization documentsIqbal Syamil Ayasy
2019-09-27Merge pull request #4107 from ii/writing-good-conformance-testsKubernetes Prow Robot
New document "Writing Good Conformance Tests"
2019-09-26Contributors: add document "Writing Good Conformance Tests"Devan Carpenter
2019-09-25Merge pull request #4108 from johnSchnake/disruptiveDescKubernetes Prow Robot
Clarify the meaning of the [Disruptive] E2E test tag
2019-09-25Merge pull request #4081 from tpepper/prt-cherry-pick-reviewKubernetes Prow Robot
devel guide: add words on cherry pick review process
2019-09-24Clarify the meaning of the [Disruptive] E2E test tagJohn Schnake
If a test impacts other workloads in a meaningful way it ought to be considered disruptive. Clarified the wording so that it isn't so focused on only restarting components.
2019-09-20devel guide: add words on cherry pick review processTim Pepper
There has been a fair amount of ambiguity, even deliberately, around what is a valid candidate for backporting to a stable release branch of Kubernetes. For some the criteria is simply "critical bug fixes", but this is also something that lacks definition. This documentation update attempts to better describe what is expected of and what can be expected by somebody proposing a cherry-pick on one of our stable release branches. Signed-off-by: Tim Pepper <tpepper@vmware.com>
2019-09-20Fix typo & updateIqbal Syamil Ayasy
2019-09-20Mention point releaseIqbal Syamil Ayasy
2019-09-17Merge pull request #4089 from jaypipes/fix-templates-linkKubernetes Prow Robot
Correct links in declarative app mgmt doc
2019-09-17Fixed typoAshish Billore
Fixed typo 'or' --> 'of'
2019-09-14Update scheduler.mdLinus Lee
2019-09-13Correct links in declarative app mgmt docJay Pipes
Fixes a number of broken links (e.g. links to the application/project template proposals) or links to obselete sites (yipee.io) in the declarative-application-management design proposal doc.
2019-09-09Update instrumentation.mdFrederic Branczyk
2019-09-09Update instrumentation.mdFrederic Branczyk
2019-09-06add more milestone info to release docJeffrey Sica
2019-09-06Namespace status conditionsJan Wozniak
2019-09-06devel: update supported Go versionsNikhita Raghunath
2019-09-03Merge pull request #4029 from mnogu/fix-kube-timeoutKubernetes Prow Robot
Fix the command with KUBE_TIMEOUT
2019-09-03Merge pull request #4027 from ii/add-literal-string-requirementKubernetes Prow Robot
Add literal string requirement