Commit Graph

2618 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 30bf55fead
Merge pull request #5926 from astraw99/patch-1
Update `git squash` doc
2021-08-08 07:53:31 -07:00
Sergey Kanzhelev eaa5fbb1f0 SergeyKanzhelev as node approver 2021-08-05 21:46:38 +00:00
Corey Daley 9f00b58437
Update owners.md
Fix typo `s/ALISES/ALIASES/`
2021-08-03 16:40:41 -04:00
Kubernetes Prow Robot 4c746449cb
Merge pull request #5820 from ehashman/owners-node
Add ehashman as a SIG Node community repo approver
2021-08-03 10:51:03 -07:00
Cheng Wang 3c82898225
Update `git squash` doc
To be consistent with the example code (`squash`) below.
2021-08-01 17:50:15 +08:00
Han Kang c5df2e6a9e amend instrumentation cardinality guidelines to explicitly call out namespaces 2021-07-29 08:11:47 -07:00
SataQiu 51b267d7a4 remove bazel build 2021-07-25 16:35:42 +08:00
Tom Hayward 41b4e3d397
Fix typo in triage/needs-information label
The issue triage instructions referenced `lifecycle/needs-information`, but the correct label is `triage/needs-information`. I also added the Prow command corresponding to this label.
2021-07-21 09:36:35 -07:00
Aaron Crickenberger f1aab075ce contributors/devel/sig-release: use dl.k8s.io where possible
Update the kubernetes-versions guide to avoid referencing `gsutil` and
URI's that have GCS bucket names hardcoded in them where possible.

We don't have a CLI accessible way to list the contents of a given build
through dl.k8s.io, so it was necessary to keep it there.

Anything else that uses http or https to download kubernetes artifacts
should always use dl.k8s.io. It greatly reduces the amount of code that
will need to change whenever a different location is used (GCS bucket
rename, some other backing store, etc.)
2021-07-16 17:53:44 -07:00
Kubernetes Prow Robot f9798eb69c
Merge pull request #5869 from msau42/update-api-docs
Update steps on how to make a new API version
2021-07-16 05:16:09 -07:00
Michelle Au 0c8bda6665 Update steps on how to make a new API version and add guidance around structuring commits for API promotions 2021-07-15 18:10:40 -07:00
Kubernetes Prow Robot a843caa9b1
Merge pull request #5832 from toumorokoshi/feature/consolidate-object-reference-guidance
consolidate object ref guidance in api conventions
2021-07-09 10:54:53 -07:00
Pushkar Joglekar 99da412655
Typos and other punctuation fixes 2021-06-22 12:25:57 -07:00
Kubernetes Prow Robot 28293e5f08
Merge pull request #5852 from BoleynSu/master
fix some typos in the docs and the comments
2021-06-22 06:41:58 -07:00
Kubernetes Prow Robot 9f0423957d
Merge pull request #5812 from yangjunmyfm192085/community2
Document structured logging contribution process
2021-06-22 00:11:58 -07:00
JunYang 298e0523f4 Add Information for Contributors
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-06-22 11:12:27 +08:00
Boleyn Su 8241873aef
Update owners.md
fix some typoes
2021-06-21 10:54:12 -04:00
Yusuke Tsutsumi 00d73216d3 consolidate object ref guidance in api conventions
API conventions had two semi-duplicated sections for
object references, with slightly different guidance.

Consolidating guidance to point to the most recent
guidance.

Clarifying the naming recommendations for naming of lists
of object references, as the guidance was not explicit.
2021-06-18 13:46:40 -07:00
Kubernetes Prow Robot ea816a8d0b
Merge pull request #5829 from pravarag/verify-documentation
add documentation for verify-api-groups
2021-06-17 14:52:05 -07:00
Kubernetes Prow Robot 1cc043a0b8
Merge pull request #5825 from dims/add-guidance-on-SHA-vs-tags-in-dependencies
Add guidance on SHA vs tags in dependencies
2021-06-16 09:20:00 -07:00
Pravar Agrawal a8d041d470 add documentation for verify-api-groups 2021-06-16 20:43:22 +05:30
Kubernetes Prow Robot e519a8ba75
Merge pull request #5630 from kikisdeliveryservice/feature-gates-doc
sig-arch: Working with feature gates doc
2021-06-14 18:58:00 -07:00
Kubernetes Prow Robot f710ed530e
Merge pull request #5808 from toumorokoshi/feature/object-reference-security
Adding object references security considerations
2021-06-14 08:29:05 -07:00
Davanum Srinivas 1445c6177a
Apply suggestions from code review
Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
2021-06-13 17:56:42 -04:00
Davanum Srinivas c7d7335957
Add guidance on SHA vs tags in dependencies
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-06-10 14:37:33 -04:00
Elana Hashman 036433e0c9
Add ehashman as a SIG Node community repo approver 2021-06-08 11:18:40 -07:00
Yusuke Tsutsumi 744e270f33 Apply suggestions from code review
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2021-06-03 22:44:36 -07:00
Yusuke Tsutsumi 1df12ac90f Adding object references security considerations
Clarifying practices around object references that help
prevent against privilege escalation.
2021-06-03 22:44:36 -07:00
Yuiko Mouri 87c4e24290 Add translation for tide/squash-on-merge to contributor-cheatsheet 2021-06-04 14:34:12 +09:00
Kubernetes Prow Robot 1aed2f6904
Merge pull request #5782 from alculquicondor/patch-1
Explain use of feature labels for alpha and beta releases
2021-06-01 10:43:51 -07:00
Aldo Culquicondor 545177d8db Add note to ensure tests run in presubmits 2021-06-01 10:53:39 -04:00
Kubernetes Prow Robot 3d263582ff
Merge pull request #5803 from yangjunmyfm192085/community1
Support setting depth to structured logging
2021-05-31 07:58:27 -07:00
Marek Siarkowicz b1a40e14fb
Add serathius to devel reviewers and approvers 2021-05-30 15:43:02 +02:00
JunYang 25ca9642c9 Support setting depth to structured logging
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-05-30 21:16:55 +08:00
Yusuke Tsutsumi ac7999cb51 Addressing comments
including blurb recommending using multi resource object references
if there is a chance it will be used that way.
2021-05-25 22:32:35 -07:00
Yusuke Tsutsumi bda0f5062e Addressing feeedback
- new section around resources with different versions
- called out edge cases around resource not found
- removed very old todo
2021-05-24 21:51:07 -07:00
Yusuke Tsutsumi 9b694b1b79 Update contributors/devel/sig-architecture/api-conventions.md
Co-authored-by: Daniel Smith <dbsmith@google.com>
2021-05-24 21:51:07 -07:00
Yusuke Tsutsumi fed5c1e6a6 Addressing feedback
- switching fieldpath syntax to reference best practices already in the
spec
- clarifying naming of the object reference field
- fixing a poor example with a kind used where a resource value should
have been.
2021-05-24 21:51:07 -07:00
Yusuke Tsutsumi e5fb87eafa addressing comments
- switched from kind to resource.
- extended examples to four kinds of object references.
- clarified use of JSON Pointer to determine the path to the field.
2021-05-24 21:51:07 -07:00
Yusuke Tsutsumi b1f8f5975c clarifying schema for multi-kind object references
There are a few types of patterns for multi-kind object references
that are currently included in the Kubernetes core resources
(EnvVarSource, ObjectReference).

Adding a section to clarify the preferred pattern for future
resources.
2021-05-24 21:51:07 -07:00
Kubernetes Prow Robot efbc53b863
Merge pull request #5785 from xing-yang/typo
Fix a typo in the doc
2021-05-19 10:58:51 -07:00
xing-yang 06fe402ced Fix a typo in the doc 2021-05-19 14:01:08 +00:00
Kubernetes Prow Robot e2f3f71190
Merge pull request #5328 from nikhita/lf-inclusive-training-update
Update LF course for inclusive training
2021-05-17 10:53:31 -07:00
Kubernetes Prow Robot 7795e2bd94
Merge pull request #5779 from MadhavJivrajani/master
Add documentaion for tide/squash-on-merge
2021-05-14 06:32:06 -07:00
Madhav Jivrajani c4906d2ad9 Add documentaion for tide/squash-on-merge to pull-request.md and contributor-cheatsheet
- adding documentation increases awareness that this label exists and can help PRs get merged quicker
- Manual squash causes removal of lgtm label and re-run of CI tests.

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2021-05-13 21:51:57 +05:30
Elana Hashman 5649b8398f
Add SIG Node cherry-pick guide (#5703)
* Add SIG Node cherry-pick guide

* Update cherry-pick steward guide based on feedback
2021-05-12 12:39:28 -07:00
Kubernetes Prow Robot bffe980b66
Merge pull request #5470 from ccouzens/patch-1
API conventions: escape back-quotes when visible
2021-05-10 04:24:51 -07:00
Lauri Apple 1dcdbdde7e
Adding SIG Process/Workflow Guide and related images (#5565)
* Create process-workflow-guide.md

* Add Triage Party screenshot for process guide

* Add GitHub project board image

* Add Rel Eng project board

* add SIG Node PR triage image

* Add prioritisation framework image

* Update process-workflow-guide.md

* Update process-workflow-guide.md

* Add Storage tracking sheet image

* Add BOM board image

* Update process-workflow-guide.md

* Added some links

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Sascha Grunert <sgrunert@redhat.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update contributors/chairs-and-techleads/process-workflow-guide.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Typo fixes and tiny edits

* Delete BOM board.png

* Add BOM_board image

* Delete GitHub project board auto.png

* Replaced GH project board image

* Delete Prioritization framework.png

* Replaced prioritization framework image

* Delete Rel Eng snapshot.png

* Replaced Rel Eng snapshot

* Delete SIG Node PR triage.png

* Replacing SIG Node image

* Delete Storage tracking sheet.png

* Add files via upload

* Replaced images in guide

Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2021-04-26 09:31:17 -07:00
Kubernetes Prow Robot 32a1c14d04
Merge pull request #5729 from mauriciopoppe/e2e-debug-delve
Add docs about debugging an e2e test with delve
2021-04-23 16:51:14 -07:00
Han Kang ce96b836fa
Update instrumentation.md with current information
We don't allow the use of prometheus directly anymore, let's update the docs to reflect that.
2021-04-22 10:25:10 -07:00