Kubernetes Prow Robot
5a6850c311
Merge pull request #7579 from profnandaa/patch-1
...
fix: minor url fix
2024-02-02 12:26:18 -08:00
Hardik Dodiya
5863208efb
Update style-guide.md
...
Minor Change.
2024-01-05 11:22:02 +01:00
Kubernetes Prow Robot
d48200bb58
Merge pull request #7658 from pacoxu/patch-3
...
remove todo of adding instructions to flaking test issue template
2024-01-02 17:15:59 +01:00
Kubernetes Prow Robot
229a8dbad2
Merge pull request #7656 from sandipanpanda/gubernator-del-ref
...
Remove references to Gubernator in Contributors and Comms docs
2024-01-02 17:15:49 +01:00
Paco Xu
b6ed8dbbf6
remove todo of adding instructions to flaking test issue template
2023-12-28 17:06:08 +08:00
Paco Xu
1e9ace687c
use the video link of kcseu deflaking
...
- KCSEU23 - The Art of Deflaking Kubernetes Tests
2023-12-28 16:49:43 +08:00
Sandipan Panda
2530944890
Remove references to Gubernator in contributors and comms docs
...
Gubernator is deprecated since June, 2023
Info on the discontinuation:
https://groups.google.com/a/kubernetes.io/g/dev/c/SIpSxGqu_3Q
2023-12-22 21:10:48 +05:30
Sascha Grunert
d1a5c2ba0e
Mention cherrypickapproved prow plugin in SIG Release docs
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-12-13 13:14:20 +01:00
Quan Tian
521af1b1f5
Fix outdated conformance test requirement
...
It's not true that running conformance test is non-privileged and does
not require cluster admin permissions.
Signed-off-by: Quan Tian <qtian@vmware.com>
2023-12-11 19:26:29 +08:00
Shivang Shandilya
72fb443991
Update issue-triage.md
2023-11-30 14:48:29 +05:30
Kubernetes Prow Robot
586efe08f0
Merge pull request #7229 from guettli/patch-2
...
use `--force-with-lease`
2023-11-28 00:54:17 +01:00
Yuedong Wu
ca47e08853
Fix broken links in contributors guide
2023-11-27 15:33:16 +00:00
Patrick Ohly
71d03c71fb
first contribution: avoid node block
...
Builds are failing because the community site doesn't support the note tag.
Fixes 79b1bb59a
.
2023-11-07 13:34:14 +01:00
Patrick Ohly
79b1bb59a6
first contribution: warn about unsolicited PRs for linter warnings
...
Linters find issues like usage of deprecated APIs which the project doesn't
want to get fixed because of the work involved and the code churn. New
contributors must be made aware of that because at first glance it looks like
an easy first contribution.
2023-11-06 12:46:57 +01:00
Kubernetes Prow Robot
2276c03d73
Merge pull request #7588 from theDavidBarton/patch-1
...
Fix typo and grammar in StatusTooManyRequests
2023-11-04 21:00:05 +01:00
Ritika
eecb0e740f
Migrating k8s-testgrid.appspot.com link to testgrid.k8s.io ( #7472 )
...
* Migrating k8s-testgrid.appspot.com link to testgrid.k8s.io
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
* Reverting changes from archive folder
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
---------
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-11-04 17:41:20 +01:00
David Barton
fb55d44be2
Fix typo and grammar in StatusTooManyRequests
2023-10-26 20:47:46 +02:00
Tim Hockin
b69ca8763e
Update feature-gates doc re. 'Deprecated'
2023-10-24 10:24:46 -07:00
Anthony Nandaa
9e14454acf
fix: minor url fix
...
This fixes a minor URL mix up on the development.md
doc.
Signed-off-by: Anthony Nandaa <profnandaa@gmail.com>
2023-10-17 16:47:05 +03:00
Kubernetes Prow Robot
ece86e241e
Merge pull request #7538 from aojea/patch-1
...
Update flaky-tests.md
2023-10-06 00:08:39 +02:00
Kubernetes Prow Robot
7ffc368300
Merge pull request #7549 from tschaub/doc-changes
...
Link to documentation site and clarify PR/CLA order
2023-10-05 17:13:56 +02:00
Julia Furst Morgado
864bc2c60a
Fix grammar on README.md
2023-10-04 13:05:06 -04:00
Julia Furst Morgado
f8e09bdddc
Remove deprecated Gubernator from README.md
2023-10-04 13:01:39 -04:00
Tim Schaub
0005b427da
Link to documentation site and clarify PR/CLA order
2023-09-29 10:04:26 -06:00
Antonio Ojea
d5650fe1a7
Update contributors/devel/sig-testing/flaky-tests.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-24 14:24:48 +02:00
Antonio Ojea
5cd3c93ef8
Update contributors/devel/sig-testing/flaky-tests.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-09-24 14:24:39 +02:00
Antonio Ojea
a0a72fd949
Update contributors/devel/sig-testing/flaky-tests.md
...
Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-09-24 14:24:30 +02:00
Antonio Ojea
0b824be749
Update flaky-tests.md
...
- Zero-flake policy
- Update resources
2023-09-24 11:28:37 +02:00
Davanum Srinivas
634ef90e03
Add dependency update example for cherry-picks
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-08-30 10:48:48 -04:00
Joe Betz
ea6cd120ae
Update references and examples to prefer SSA tags over SMD tags and attributes
2023-08-18 09:57:06 -04:00
Madhav Jivrajani
8dc78071c9
devel: add docs around go version decision in K8s build targets
...
I was trying to figure out how to build Kubernetes with a specific
Go version and found that this wasn't documented explicitly anywhere.
This commit documents it.
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2023-08-17 19:20:37 +05:30
Kubernetes Prow Robot
92380cbeba
Merge pull request #7435 from vaibhav2107/update-locally
...
Update the incorrect links in contributors/devel/running-locally.md
2023-08-16 07:44:27 -07:00
Kubernetes Prow Robot
d299a12908
Merge pull request #7258 from tokers/docs/broken-link-for-timeouts
...
docs: fix broken link for TimeoutContext
2023-08-06 13:42:31 -07:00
vaibhav2107
1f8403dada
Update the incorrect links in contributors/devel/running-locally.md
2023-08-02 15:00:45 +05:30
Kubernetes Prow Robot
736c519d2d
Merge pull request #7256 from phosae/phosae-make-kubemark-bin
...
improve kubemark binary building
2023-07-28 02:43:55 -07:00
Kubernetes Prow Robot
f0a833b743
Merge pull request #7378 from haripriya9647/miss-word
...
updated readme
2023-07-27 17:33:53 -07:00
Kubernetes Prow Robot
39cae63d5f
Merge pull request #7407 from cantbewong/retirevmwareug
...
Retire VMware User Group and remove User Groups as a K8s Group category since this removes the last, only one
2023-07-27 17:29:52 -07:00
Tim Hockin
50e4f2558c
Reorganize conventions for numeric fields
...
This puts them in a more incremental order and adds a stronger
convention around prefering int32 vs int64.
2023-07-26 14:12:19 -07:00
Steve Wong
b236e436d8
retire VMware UG and remove User Groups as an official K8s group type
2023-07-20 01:15:46 -07:00
Haripriya
bb0190862a
updated readme
...
added the missing letter
2023-06-29 21:19:32 +05:30
Kubernetes Prow Robot
85a6bec94f
Merge pull request #7284 from sarkar-deb/link-fix-API-changes
...
updated link for In-place updates
2023-06-22 07:53:39 -07:00
Paco Xu
867d8fd100
sig-node: dd bugs triage board with pr triage
2023-06-07 20:36:27 +08:00
Kubernetes Prow Robot
e071228147
Merge pull request #7298 from dlipovetsky/note-cherry-pick-all-supported-release-branches
...
docs: Ask for cherry-picks to be made against all supported release branches
2023-05-22 00:02:21 -07:00
Ricky Sadowski
4d6053b042
Update e2e-tests-kubetest2.md with new source for Kubernetes releases
...
This commit updates the 'e2e-tests-kubetest2.md' documentation. Instead
of instructing users to use a `gsuti`l command to find release names,
they are now directed to visit the Kubernetes GitHub releases page.
This change removes the reliance on GCS as the release buckets will
eventually be fully replaced with the community owned `dl.k8s.io`
endpoint.
Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
2023-05-18 00:42:24 +00:00
Jordan Liggitt
f88bbbabe8
Document short-names and categories
2023-05-17 08:45:17 -04:00
Daniel Lipovetsky
457d644e7d
docs: Ask for cherry-picks to be made against all supported release branches
2023-05-16 14:40:30 -07:00
Kubernetes Prow Robot
d9c7d8f5a3
Merge pull request #7272 from dlipovetsky/note-cherry-picking-order
...
docs: Ask for cherry-picks to be made in order from newest to oldest releases
2023-05-15 01:51:28 -07:00
Daniel Lipovetsky
d8b001ac7e
Improvements to phrasing
...
Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-05-12 16:06:05 +00:00
Kubernetes Prow Robot
a09954c438
Merge pull request #7267 from danwinship/discourage-multi-sig-prs
...
Add a section to the pull-request docs about giant multi-SIG PRs
2023-05-09 09:55:56 -07:00
Debabrata Sarkar
26487e0a4b
updated link for In-place updates
2023-05-05 11:18:32 +01:00