summaryrefslogtreecommitdiff
path: root/contributors
AgeCommit message (Collapse)Author
2022-08-16API conventions: add more on defaultingTim Hockin
In reviewing an issue/PR I realized this lesson had not been documented anywhere. This is not the ideal mechanism, IMO, but better than nothing.
2022-08-15Merge pull request #6787 from thockin/object-lifecycleKubernetes Prow Robot
Add a short developer doc on object lifecycle
2022-08-15Add a short doc on object lifecycleTim Hockin
Emphasis on "DELETING" as a distinct state. I keep finding controllers which do not handle it at all.
2022-08-14Update contributors/devel/sig-architecture/api_changes.mdTianyang
Co-authored-by: Christoph Blecker <admin@toph.ca>
2022-08-13devel: fix/update script path in api_changes.md Tianyang
Signed-off-by: tianyang ni tianzong48@gmail.com /sig architecture /kind cleanup documentation
2022-08-03Fix links for k/design-proposals-archive ↵Sean Wei
2022-07-17Fix markdown links to be compatible with contributor-siteBob Killen
While the trailing brackets [] are markdown compatible they break the links with the contributor-site link generator when the content is ingested.
2022-07-05Merge pull request #6691 from aufarg/fix-contributing-md-linkKubernetes Prow Robot
Fix link in contributing.md
2022-06-24update migration-to-structured-logging.md杨军10092085
2022-06-21Add requirement for minimum bash version for running unit testsPrateek Gogia
2022-06-08Merge pull request #6526 from alisondy/ownerscontribexKubernetes Prow Robot
Update owners for ContribEx
2022-06-08Fix link in contributing.mdAufar Gilbran
2022-06-07Fix link for issue-triage.md ↵Sean Wei
2022-06-06Merge pull request #6591 from rytswd/remove-design-proposalsKubernetes Prow Robot
Remove old design proposals which have been archived
2022-06-03Add tide/merge-method-squash option for automated squashingFrederico Muñoz
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-06-02use homebrew to find homebrew-installed binsDave Young
2022-06-02updated homebrew path (macos SIP compatible) and jq installDave Young
2022-05-27Adding kubernetes.io hyperlink to Getting Startedjaytiaki
2022-05-16Adding new release version 1.24 and associated go version 1.18Matthias Glastra
2022-04-27Merge pull request #6565 from logicalhan/deprecateKubernetes Prow Robot
add deprecation policy guidelines to instrumenting kubernetes guide
2022-04-12removes vagrant reference in running-locally docPaul S. Schweigert
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-04-11Merge pull request #6560 from pohly/contextual-loggingKubernetes Prow Robot
logging: include information about contextual logging
2022-04-11Adjust note about design proposal archiveRyota
2022-04-11Remove old design proposalsRyota
2022-04-10Remove hugo table syntax from issue triage guideBob Killen
2022-04-08Merge pull request #6498 from pymander/ela/update-release-notes-guideKubernetes Prow Robot
Update release-notes.md with community feedback
2022-04-08Merge pull request #6482 from pymander/ela/update-issue-triage-guideKubernetes Prow Robot
Overhaul the Issue Triage guide to match style guide
2022-04-06logging: include information about contextual loggingPatrick Ohly
In Kubernetes 1.24, the necessary infrastructure got added. Now developers can take advantage of it.
2022-04-04Add GitHub account Prerequisite for K8s contributionjaytiaki
As a brand new contributor, I didn't realise I needed a GitHub account. I want to make sure it's clear for others.
2022-04-03Merge pull request #6536 from Riaankl/update-conformance-tests.mdKubernetes Prow Robot
update conformance-tests.md
2022-03-31Update conformance-tests.mdRiaan Kleinhans
2022-03-25add deprecation policy guidelines to instrumenting kubernetes guideHan Kang
2022-03-25Merge pull request #6542 from s-urbaniak/pod-security-admissionKubernetes Prow Robot
e2e-tests: describe pod security admission
2022-03-24e2e-tests: describe pod security admissionSergiusz Urbaniak
2022-03-24flaky-tests.md: update template in linkPatrick Ohly
This changed from .md to .yaml in https://github.com/kubernetes/kubernetes/pull/104468.
2022-03-23update condition guidance to use metav1.ConditionsDavid Eads
2022-03-23Remove recommendation for condition heartbeatDavid Eads
Heartbeats previously caused significant standing load, they are not recommended for API types.
2022-03-17Merge pull request #6518 from ehashman/stable-metricsKubernetes Prow Robot
Add metrics stability documentation from KEP-1209
2022-03-17Merge pull request #6541 from deads2k/api-off-by-defaultKubernetes Prow Robot
add details for testing beta APIs now that they are off by default
2022-03-17Merge pull request #6283 from serathius/logging-guidelinesKubernetes Prow Robot
Update logging guidelines
2022-03-17Update logging guidelinesMarek Siarkowicz
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com> Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-16clarify how to name kubernetes label and annotation keysDavid Eads
2022-03-16add details for testing beta APIs now that they are off by defaultDavid Eads
2022-03-14update conformance-tests.mdRiaan Kleinhans
2022-03-12Updated development.mdYuvraj Chhetri
Changed some mistakes in docs. Made bullet points instead of copy box.
2022-03-10fixed a tiny typo erroryuyang
2022-03-07Update owners for ContribExalisondy
Co-authored-by: Bob Killen <bobkillen@google.com>
2022-03-03Add metrics stability documentation from KEP-1209Elana Hashman
2022-03-01Overhaul the Issue Triage guide to match style guideErik L. Arneson
This edit on the Issue Triage document brings it up to date with the style guideline while clarifying some language and doing some minor edits. Co-authored-by: Bob Killen <killen.bob@gmail.com>
2022-02-28Update release-notes.md with community feedbackErik L. Arneson
This updates the release notes guide to meet style guidelines, as well as including additional advice on release notes from community feedback.