Kenichi Omichi
6957cdb1ff
[Trivial] Fix link for go.k8s.io/triage
...
When clicking the link for go.k8s.io/triage, the NotFound page was
shown because the link is invalid. This fixes it.
2019-12-27 22:40:26 +00:00
vishakha
b2f625eea5
Improving documentationn for build-time dependencies
2019-12-19 02:46:28 +05:30
Kubernetes Prow Robot
9f2dce7519
Merge pull request #4294 from nikhita/staging-semver
...
sig-arch/staging: add note about semver tags
2019-12-11 06:08:06 -08:00
Nikhita Raghunath
4b9e4b4ca4
sig-arch/staging: add note about semver-like tags
2019-12-11 10:23:41 +05:30
Kubernetes Prow Robot
55a337224a
Merge pull request #4253 from chendave/kubemark_guide
...
update the guide to reflect of new cloud providers
2019-12-10 06:25:30 -08:00
Aaron Crickenberger
460f52fda3
Try adding some more useful links for hunting flakes
2019-12-09 16:19:35 -08:00
Kubernetes Prow Robot
91187c1c32
Merge pull request #4058 from jeefy/milestone-update
...
Add more milestone info to the release doc
2019-12-05 18:22:49 -08:00
Jeffrey Sica
4a7e6f9172
update wording
2019-12-05 20:44:19 -05:00
Michael Taufen
0f8ce103ad
Remove last-updated date line from api-conventions.md
...
Rationale: The line hasn't been updated since 2017, even though changes were still being made to the doc. We can already see the last-updated date from the git history, and if we just update it now folks will probably continue forgetting to do so in the future.
2019-11-25 13:52:07 -08:00
Dave Chen
e51cd4bfe8
update the guide to reflect of new cloud provider
2019-11-22 09:43:50 +08:00
Patrick Decat
174ea01d78
Update the location of the list of staging repositories published
...
Since https://github.com/kubernetes/publishing-bot/pull/148/ , the list of staging repositories published has been externalized to https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/publishing/rules.yaml and https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/publishing/rules-godeps.yaml .
For repositories, refer to https://git.k8s.io/kubernetes/staging/README.md .
For branches, the output of the following command needs manual processing:
```
```
Also, refer to public CNCF cluster http://git.k8s.io/publishing-bot/k8s-publishing-bot.md
2019-11-19 01:37:03 +01:00
Jeffrey Sica
31407f3bad
update language from guin's suggestion
2019-11-11 12:10:26 -05:00
Jiahui Feng
21a53e6930
fix go version mapping in development.md
...
see kubernetes/kubernetes#82809
see kubernetes/kubernetes#85019
2019-11-08 15:27:10 -08:00
Kubernetes Prow Robot
1182685468
Merge pull request #4170 from ii/testing-guide-pr-update
...
Contributor Testing Guide: Add section on smooth PR review process
2019-10-22 11:22:13 -07:00
Kubernetes Prow Robot
e0c2c155d9
Merge pull request #4186 from tpepper/prt-cherry-pick-review
...
cherry-picks: bump up guidance on criteria, add table of contents
2019-10-22 03:35:21 -07:00
Tim Pepper
454fdf6caa
cherry-picks: bump up guidance on criteria, add table of contents
...
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-21 09:50:17 -07:00
Devan Carpenter
af108e4f6e
Contributor Testing Guide: Update punctuation and grammar
2019-10-16 13:22:27 -07:00
Devan Carpenter
76f7827eda
Contributor Testing Guide: Add section on smooth PR review process
2019-10-13 13:52:33 -07:00
Kubernetes Prow Robot
6cae345b62
Merge pull request #4162 from guineveresaenger/releasedefs
...
Adds definitions for release stages
2019-10-10 10:45:19 -07:00
guineveresaenger
e195eff0d9
Add short definitions for release phases and link to release phase doc
2019-10-10 10:38:00 -07:00
Eddie Zaneski
f5a729b443
Update old glog references to klog
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2019-10-09 17:03:36 -06:00
Caleb Woodbine
4b16390444
Add logging documentation
2019-10-08 11:43:09 +13:00
Caleb Woodbine
2aa77f1a77
Add clean up docs
2019-10-02 09:46:45 +13:00
Caleb Woodbine
3294528633
Add resource usage docs
2019-10-01 15:06:55 +13:00
John Belamaric
6170f23cbe
Some edits and additional notes for writing conformance tests
...
Signed-off-by: John Belamaric <jbelamaric@google.com>
2019-09-30 10:09:33 -07:00
Kubernetes Prow Robot
4414db8f8a
Merge pull request #4107 from ii/writing-good-conformance-tests
...
New document "Writing Good Conformance Tests"
2019-09-27 10:17:35 -07:00
Devan Carpenter
7d1a5d22c5
Contributors: add document "Writing Good Conformance Tests"
2019-09-26 15:42:58 -07:00
Kubernetes Prow Robot
0b070cdc88
Merge pull request #4108 from johnSchnake/disruptiveDesc
...
Clarify the meaning of the [Disruptive] E2E test tag
2019-09-25 14:26:33 -07:00
John Schnake
04a9b9b7e5
Clarify the meaning of the [Disruptive] E2E test tag
...
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-24 14:39:42 -05:00
Tim Pepper
4cde9de6e4
devel guide: add words on cherry pick review process
...
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-20 08:31:00 -07:00
Linus Lee
4446329f3b
Update scheduler.md
2019-09-14 13:36:27 +08:00
Frederic Branczyk
6a13552926
Update instrumentation.md
2019-09-09 14:27:42 +02:00
Frederic Branczyk
9dc669aedc
Update instrumentation.md
2019-09-09 13:27:18 +02:00
Jeffrey Sica
2649c77cfd
add more milestone info to release doc
2019-09-06 10:15:33 -04:00
Nikhita Raghunath
67fc62d763
devel: update supported Go versions
2019-09-06 13:15:43 +05:30
Kubernetes Prow Robot
296768aed6
Merge pull request #4029 from mnogu/fix-kube-timeout
...
Fix the command with KUBE_TIMEOUT
2019-09-03 10:47:43 -07:00
Muneyuki Noguchi
94e390e55e
Fix the command with KUBE_TIMEOUT
2019-08-27 16:23:20 +00:00
Caleb Woodbine
b019e985f9
Add literal string requirement
2019-08-27 10:43:01 +12:00
Devan Carpenter
5663868a88
Conformance Tests: Reduce soak time for new tests
...
New tests don't need to be run for a full release-cycle before getting
promoted to Conformance. Two weeks is sufficient, and more practical.
2019-08-12 17:30:59 -07:00
Kubernetes Prow Robot
b7f39f6935
Merge pull request #3979 from spiffxp/no-kubelet-apis-in-conformance
...
Kubelet API access should not be allowed for conformance tests
2019-08-12 08:03:14 -07:00
Aaron Crickenberger
caf0d1d618
Kubelet API access should not be allowed for conformance tests
2019-08-08 15:06:02 -07:00
Mark Janssen
b1b1be83d7
Rewrite Bazel+Python instructions
2019-08-06 22:09:09 +02:00
Kubernetes Prow Robot
a4ead5f14d
Merge pull request #3674 from mattjmcnaughton/mattjmcnaughton/update-cri-documentation
...
Update the sig-node/cri documentation
2019-08-06 08:21:56 -07:00
Kubernetes Prow Robot
7ba8beceba
Merge pull request #3675 from mattjmcnaughton/mattjmcnaughton/update-cri-container-stats-documentation
...
Update cri-container-stats documentation
2019-08-06 08:17:59 -07:00
Tobias Nehrlich
dbb31608ef
Remove outdated placeholder files
2019-08-05 16:42:42 +02:00
Garrett Rodrigues
6ad0aca029
remove grodrigues3 from OWNERS files
2019-08-02 11:46:38 -07:00
Kubernetes Prow Robot
3074987725
Merge pull request #3948 from heyste/patch-1
...
Ensure that conformance.txt is regenerated
2019-08-01 09:38:15 -07:00
Stephen Heywood
5be295c8da
Ensure that conformance.txt is regenerated
2019-08-01 10:07:20 +12:00
Eric Tune
a2cdce51a0
Document version string pattern
...
Document that the version portion of an apiVersion should be a DNS_LABEL.
This is required for CRDs, as encoded here:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go#L176-L178
It seems like an eminently reasonable convention to have for built-in and aggregated APIs too.
2019-07-30 08:49:53 -07:00
Kubernetes Prow Robot
bc5e6ead4a
Merge pull request #3399 from tallclair/node-e2e-docs
...
Add documentation on running node e2e's with custom image configs
2019-07-16 13:18:47 -07:00