Commit Graph

2502 Commits

Author SHA1 Message Date
chymy 038edf9b2e fix typo
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-02-02 10:58:15 +08:00
Sebastian Lettner fbef72efb8 Fixed spell errors and improved wording 2021-01-31 14:28:45 +01:00
chymy f0c70180fe add 'go' for code
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 09:49:30 +08:00
Kubernetes Prow Robot a4cbb64527
Merge pull request #5437 from chymy/cm-20210127
Fix klog.Infof change to klog.InfoS err
2021-01-27 06:11:40 -08:00
chymy 8c193ef247 Fix klog.Infof change to klog.InfoS err
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-27 18:38:30 +08:00
Sahdev Zala 8ecaa25456 Update triage guidelines
Update triage guidelines for the new automation.

Related #4743
2021-01-24 10:53:22 -05:00
Kubernetes Prow Robot 2c35cd6258
Merge pull request #5399 from Nivedita-coder/patch-1
Update README.md
2021-01-23 08:09:39 -08:00
Nivedita Prasad 2db2fcafed
Update README.md 2021-01-19 09:51:19 +05:30
Nivedita Prasad 00678285e6
Update README.md 2021-01-14 23:08:51 +05:30
Nivedita Prasad fe05072e96
Update README.md 2021-01-14 23:04:19 +05:30
Nivedita Prasad def07867e3
Update README.md 2021-01-14 23:03:45 +05:30
Nivedita Prasad 073d272d1e
Update README.md 2021-01-14 22:41:34 +05:30
Nivedita Prasad 98575cbba6
Update README.md 2021-01-14 22:38:20 +05:30
Nivedita Prasad 4a3e6f63e6
Update README.md 2021-01-14 21:17:43 +05:30
Nivedita Prasad b10ca5464b
Update README.md 2021-01-14 20:06:48 +05:30
Nikhita Raghunath c0e8b136e5 Remove licensing subproject, move doc to vendor.md 2021-01-13 15:54:07 +05:30
Nivedita Prasad 479db019bd
Update README.md 2021-01-12 22:25:57 +05:30
Ashish Billore ec191fa473
Minor corrections to the api conventions.
Fixed the API Group convention for readability.
2021-01-10 21:45:50 +09:00
Kubernetes Prow Robot 22e4475215
Merge pull request #5371 from bjhaid/master
Add an entry for `DELETE` on a collection of resources.
2021-01-04 11:41:56 -08:00
Kubernetes Prow Robot 952b06b6e2
Merge pull request #5356 from pweil-/fix-list-examples
Correct list api examples and add link to field selector documentation
2021-01-04 08:09:56 -08:00
Kubernetes Prow Robot 7e31e7499e
Merge pull request #5300 from saschagrunert/platforms
Add guide for shipping alternative platforms
2021-01-04 08:05:57 -08:00
Bin Guo 57bc9223b7 fix typo 2020-12-24 18:43:12 +08:00
bjhaid 2199f730a5 Add an entry for `DELETE` on a collection of resources.
This adds an entry that matches the `GET` on a list of resources.
2020-12-17 14:03:18 -06:00
David Ashpole e984f3b36d add reference to ksm 2020-12-15 11:25:58 -08:00
David Ashpole caecdf5a0e
Apply suggestions from code review
Co-authored-by: Tariq Ibrahim <tariq181290@gmail.com>
2020-12-15 13:07:25 -06:00
David Ashpole 89ed48f01e add exception for metric component prefixes for object metrics 2020-12-10 13:25:20 -08:00
Paul Weil 05334d450a Correct list api examples and add link to field selector documentation 2020-12-08 13:30:48 -05:00
Rin (they/them) ed6f2181ef
Added link to best practices section
Added a link to, 'How to Make Your Code Reviewer Fall in Love With You,' by Michael Lynch
2020-12-07 15:25:16 -06:00
Sascha Grunert 4c14c6faea
Add guide for shipping alternative platforms
This outline should help contributors to get an idea about what needs to
be done to add additional supported platforms to Kubernetes.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-12-04 13:49:19 +01:00
Kubernetes Prow Robot 9556f6ceaa
Merge pull request #5241 from xing-yang/dev_guide
Add CSI driver doc to developer guide
2020-11-20 07:42:50 -08:00
Léopold Jacquot e660c6af77
Fix small typo 2020-11-19 21:21:51 +01:00
Dan Kenigsberg 7535165e34
tiny whitespace fix
For the more compulsive among us, let's have a space just before a sentence begins.
2020-11-19 00:27:16 +02:00
Kubernetes Prow Robot 362ff41aea
Merge pull request #5319 from joadavis/highlighting-sig-inst-event-style
Trivial: code highlight for Event fields in style guide
2020-11-16 10:58:05 -08:00
Joseph Davis 4b94c80ba8 Trivial: code highlight for Event fields in style guide 2020-11-13 18:49:02 -08:00
Clayton Coleman c2a0c7613b
api-conventions: Typo in initials 2020-11-11 14:55:01 -05:00
Clayton Coleman fb6963ada1
api-conventions: Clarify that constant rules apply to flags and config
Also clarify the use of proper names and acronyms within constants with
examples from existing use cases.
2020-11-11 13:14:16 -05:00
Kubernetes Prow Robot e55b6dd68e
Merge pull request #5291 from nikhita/leadership-changes
Document process for proposing changes to SIG/WG/UG leadership
2020-11-10 21:03:48 -08:00
xing-yang b884aaa494 Add CSI driver doc to developer guide 2020-11-07 05:25:52 +00:00
Nikhita Raghunath edae858950 Document process for proposing changes to SIG/WG/UG leadership 2020-11-05 13:50:26 +05:30
Sascha Grunert c7662b13c0
Reformat Technical Lead expectations
We now split up the huge sentence into a list of bullet points under the
headline of the expectations of technical leads.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-04 15:12:00 +01:00
ramnar d9d082923c
Updated the number of contributors in the document
Updated the number of contributors in the document
2020-10-29 08:24:47 +05:30
Stephen Augustus 070ff2cce0 sig-release: Add doc on version markers (migrated from k/test-infra)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-10-26 06:38:36 -04:00
Sascha Grunert 77581ad890
Link technical lead role description in sig-governance
This links both documents together to enhance their visibility.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-10-23 10:11:18 +02:00
Kubernetes Prow Robot f9522fa44b
Merge pull request #5179 from saschagrunert/tech-lead
Add technical lead role description
2020-10-22 09:39:35 -07:00
Sascha Grunert 76ff5867a3
Add technical lead role description
This commit adds a role description for technical leads in the
Kubernetes community.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-10-22 17:48:58 +02:00
Kubernetes Prow Robot 3c61bb0db0
Merge pull request #5205 from pymander/devguide/sig-testing-deflaking
Add Deflaking tests information to Developer Guide
2020-10-21 10:50:20 -07:00
Erik L. Arneson 15de14640b Add Deflaking tests information to Developer Guide
This updates flaky-tests.md with all of the information on finding and deflaking tests from the presentation to SIG Testing found here: https://www.youtube.com/watch?v=Ewp8LNY_qTg
Also, this drops the outdated "Hunting flaky unit tests" section from flaky-tests.md.

Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
2020-10-21 09:03:13 -07:00
Kubernetes Prow Robot 81808c7017
Merge pull request #5196 from knabben/node-test-suite
Node E2E test suite documentation
2020-10-20 10:00:09 -07:00
Jason L. van Brackel ac9fd85c11 Correct broken hyperlinks in the contributor guide. 2020-10-14 16:23:22 -04:00
Kubernetes Prow Robot dae5fc7d51
Merge pull request #5193 from benmoss/remove-velodrome
Remove references to velodrome
2020-10-08 12:11:06 -07:00