Commit Graph

926 Commits

Author SHA1 Message Date
Erik L. Arneson 1ecb12378f Developer Guide: Refresh e2e testing documents for kubetest2
This change creates a new file with e2e testing documentation for the
new kubetest2 test runner. Once kubetest is retired, this can drop
right into the existing e2e developer guide docs.
2020-08-18 14:29:36 -07:00
Kubernetes Prow Robot 243f993094
Merge pull request #4773 from divya-mohan0209/patch-1
Updated api-conventions.md
2020-08-07 09:18:18 -07:00
Kubernetes Prow Robot 967a3fad0f
Merge pull request #4998 from shubhamdang/patch-1
Fixed formatting of automation.md
2020-08-06 10:51:43 -07:00
knight42 1cf544cb29
doc: describe how to run conformance tests with kind
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-08-03 11:00:57 +08:00
Aaron Crickenberger 8c0af106aa Fix formatting nit in example conformance comment 2020-07-28 16:41:04 -07:00
Shubham Dang 4d93fad4c0
Fixed formatting of automation.md 2020-07-28 21:54:45 +05:30
Kubernetes Prow Robot e330eeb779
Merge pull request #4967 from pymander/devel-getting-started
Clean up broken links and fix commands in "Getting started locally"
2020-07-17 10:15:01 -07:00
Erik L. Arneson 572be30b5c Clean up broken links and fix commands in "Getting started locally"
Update required versions, fix a bunch of broken links, and generally normalize the way shell commands are referred to. In addition, stop assuming that anybody has `.` in their `$PATH` in recommended shell commands.

Note that I recorded many of these issues in a friction log (https://docs.google.com/document/d/18741pdPn74ykHODEcX11fS21rU3GpJM30yBbcP1akUk/edit?usp=sharing).
2020-07-16 11:58:54 -07:00
Erik L. Arneson 3302b378b4 Index all SIG contributions to the Developer Guide
The initial purpose of this is to make sure there are no orphaned
files in the Developer Guide, so we can make a complete map of all the
content there.
2020-07-15 09:22:06 -07:00
SataQiu f7a14ee23c remove planter from bazel.md
Signed-off-by: SataQiu <1527062125@qq.com>
2020-06-30 18:11:55 +08:00
divya-mohan0209 c9ae4756d5 Updated content under Naming Conventions in api-conventiones.md 2020-06-26 16:30:28 +00:00
Priyanka Saggu 69383f415d
Update broken file link in title 3 2020-06-25 13:23:22 +05:30
Nikhita Raghunath 81669c0977 devel: update required Go versions 2020-06-24 11:57:06 +05:30
Kubernetes Prow Robot 5b8655717d
Merge pull request #4878 from heyste/update-e2e-testing
Remove/update legacy references in e2e testing guide
2020-06-23 15:21:17 -07:00
markyjackson-taulia 618976900f
Adding link to San Diego CS testgrid presentation
Signed-off-by: markyjackson-taulia <marky.r.jackson@gmail.com>
2020-06-23 13:09:25 -07:00
Stephen Heywood eaa22ca5f5 Remove/update legacy references in e2e testing guide 2020-06-22 23:47:04 +00:00
Tim Pepper 4c4ac6f24e release docs: update 9 months to 1 year patch support
As of the KEP
https://git.k8s.io/enhancements/keps/sig-release/1498-kubernetes-yearly-support-period
becoming implementable for 1.19, we should note this change in the
developer guide description of the release process and lifecycle.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2020-06-19 18:53:57 -07:00
Brian Pursley 5267030865 Update Testing Guide to clarify how to use go test as an alternative to make test 2020-06-16 09:20:01 -04:00
Stephen Augustus d9797edcfe devel/sig-release: Update cherry-picks.md
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-06-14 02:19:10 -04:00
Stephen Augustus f1d7d8a631 devel/sig-release: Update release.md
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-06-14 01:37:19 -04:00
Stephen Augustus ade1c16984 devel/sig-release: Update getting-builds.md
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-06-14 00:02:47 -04:00
Stephen Augustus dbe8c6a95a devel/sig-release: Initial link cleanup
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-06-13 22:33:27 -04:00
Stephen Augustus 4964c404eb devel/sig-release: Markdown linting
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-06-13 22:05:11 -04:00
Kubernetes Prow Robot 42e7ac5557
Merge pull request #4847 from heyste/replace-conformance-txt
Replace refs for conformance.txt to conformance.yaml
2020-06-12 13:21:56 -07:00
Mauricio Vásquez b3fcfd9fcc
Development: Fix typo 2020-06-12 14:00:14 -05:00
Stephen Heywood 6dab5060b7 Replace refs for conformance.txt to conformance.yaml 2020-06-10 07:30:38 +00:00
Morgan Bauer 468fa66920
improve sig-node e2e-node testing documentation
- Allow people to help themselves, by showing PRINT_HELP
 - More explicit demonstration of the FOCUS and SKIP arguments, as
   used by CI environment.
 - update command comment for rerunning tests
 - point out ProwJob types and the image configurations used for testing
2020-06-09 15:29:06 -07:00
Michael McCune 777dfe5ea6 update kubetest installation instructions in the developer e2e testing documentation
This change removes the installation instructions for kubetest
in favor of links to the project documentation. The reason for this
change is that the installation instructions are no longer current for
the project, this removal will aid with a de-duplication of information.
2020-06-05 16:10:07 -04:00
Kubernetes Prow Robot 894a89a14c
Merge pull request #4793 from serathius/migration
Add instructions for structured logging migration
2020-06-05 10:09:44 -07:00
Marek Siarkowicz 5e71635bb6 Add instructions for structured logging migration
Co-authored-by: Md. Tahsin Rahman <tahsynx@gmail.com>
2020-06-03 16:03:43 +02:00
Kubernetes Prow Robot 79454870ad
Merge pull request #4789 from karan/node-e2e-testing
e2e node: add commands for gcloud config
2020-05-24 16:03:11 -07:00
Aaron Crickenberger db5aebebbc Remove reference to latest-green.txt
The file is no longer being published by ci-kubernetes-e2e-gci-gce
2020-05-21 18:59:52 -07:00
Karan Goel 782ab2999a e2e node: add commands for gcloud config 2020-05-19 10:54:42 -07:00
Bob Killen 8fea28d971
Move calebamiles to emeritus 2020-05-13 15:40:14 -04:00
Bob Killen 5b018229ee
Move Phillels to emeritus 2020-05-13 14:38:45 -04:00
divya-mohan0209 19b6ff012e
Updated api-conventions.md
Modified the first two bullet points under Naming conventions
2020-05-13 18:57:29 +05:30
Patrick Lang 07b308926c Clarify how to build using or targetting Windows 2020-05-11 23:00:04 -07:00
Jai Govindani 7c0bf261ab
docs: fix typo
mutual exclusive -> mutually exclusive
2020-05-07 22:15:29 +07:00
Martin Hickey 266000494d Update developer guide
Add some improvements to building a local environment.

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2020-04-15 16:30:45 +00:00
Kubernetes Prow Robot 073f16e29b
Merge pull request #4662 from marun/remove-kubefed-e2e
Update e2e test doc to remove mention of federation testing
2020-04-07 12:33:44 -07:00
June Yi 2d75220806 Delete deprecated flag in the guide
Flag --replicas has been deprecated.

Signed-off-by: June Yi <gochist@gmail.com>
2020-04-04 00:59:05 +09:00
Maru Newby 26f200e6a7 Update e2e test doc to remove mention of federation testing
The federation codebase was removed from the kubernetes repo years ago
so there is no point in maintaining documentation on how to test it.
2020-03-30 19:15:34 -07:00
Kubernetes Prow Robot 878861ddee
Merge pull request #4503 from fromanirh/topomgr-notes
document the configuration for topology manager
2020-03-13 06:06:40 -07:00
Robert Kielty 95fdc65c13
fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go (#4563)
* fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go

* Update contributors/devel/sig-testing/e2e-tests.md

Restoring original list formatting for doc consistency.

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update contributors/devel/sig-testing/e2e-tests.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-03-10 10:43:35 -07:00
Kubernetes Prow Robot 2a46b9628b
Merge pull request #4553 from m-rey/fix-opensuse-spelling
Fix misspelling of openSUSE
2020-03-03 22:13:47 -08:00
Kenichi Omichi 1b5c23bcf2 Add NOTE to know how to download kubetest command
According to the test-infra issue, some people seem to face the issue
when downloading kubetest command. So this adds NOTE to know how to
avoid the issue at this time.
2020-03-03 18:40:47 +00:00
Francesco Romani f03752f021 e2e: topology manager: properly quote labels
Signed-off-by: Francesco Romani <fromani@redhat.com>
2020-03-02 15:28:41 +01:00
Martin Rey 548c6ee904
Fix misspelling of openSUSE 2020-02-28 02:55:23 +01:00
Francesco Romani 51417dc98d topology manager tests: document autodetection
The topology manager tests gained some support to autodetect
the system information need to run them. It is still possible,
and sometimes needed, to override the autodetected data, so
update the docs accordingly.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2020-02-24 13:44:28 +01:00
Shivam Mamgain 878c7d2edd Fix invalid command: replace absent package 2020-02-23 20:21:30 +05:30