| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- tombstone files created
|
|
If a test is known to be using Linux-specific features
(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled
`[LinuxOnly]`. When using Windows nodes, this tag should be added to the
`skip` argument.
This tag was proposed during [1][2].
Depends-On: https://github.com/kubernetes/kubernetes/pull/73204
[1] https://groups.google.com/forum/#!topic/kubernetes-sig-testing/ii5584-Tkqk
[2] https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk/edit#heading=h.ukbaidczvy3r
|
|
|
|
|
|
Refine conformance requirements
|
|
|
|
|
|
|
|
As detect-master method[1] of the provider "local", the variables
of KUBE_MASTER and KUBE_MASTER_IP are hardcoded. Then it is not
necessary to specify them on user side. In addition, the original
description shows KUBE_MASTER=local, but that is completely wrong
that should be localhost as the code[1].
This patch removes this unnecessary discription.
[1]: https://github.com/kubernetes/kubernetes/blob/2bdae8f3d047f1042822f4ab1aff1bf5a6c8b6bf/cluster/local/util.sh#L21
|
|
|
|
|
|
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|
`go run hack/e2e.go --help` should be `go run hack/e2e.go -- --help`
|
|
|
|
|
|
The extra quotation marks around "Service" are preserved by e2e.go and
e2e.sh and thus cause Ginkgo to skip all tests. It's safe to only
quote just the parameter value for e2e.go, so for example this works
despite the special character:
--test_args="--ginkgo.focus=Secrets|Secrets"
|
|
The example about running some tests is in the section on "Testing
against local clusters". Without the --provider=local parameter, it'll
try to use gce.
|
|
Signed-off-by: taoyu27 <yutao@chinacloud.com.cn>
|
|
Signed-off-by: taoyu27 <yutao@chinacloud.com.cn>
|
|
The coding-conventions document covers useful introductory guidance for
all. This commit moves it out of the devel/ detail directory and into the
contributor/guide, fixing up links from other doc's in this repo and
leaving a cookie crumb of a document pointing at the new location.
Signed-off-by: Tim Pepper <tpepper@vmware.com>
|
|
The design/* docs moved to design-proposals/* some time back resulting in
this broken url.
Signed-off-by: Tim Pepper <tpepper@vmware.com>
|
|
|
|
Automatic merge from submit-queue.
Fix #1263: bad reference for push-federation-images in e2e-test
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Fix #1263
1. According to https://github.com/kubernetes/kubernetes/pull/42140, "build/push-federation-images.sh" shoud be "federation/develop/push-federation-images.sh"
2. " cluster/log-dump.sh" should be "federation/cluster/log-dump.sh"
|
|
|
|
|
|
how-to-doc in favor of link to k/website
|
|
remove the updated date
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
|
|
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
|
|
|
|
The flag does not work anymore as per https://github.com/kubernetes/kubernetes/issues/45947
|
|
Automatic merge from submit-queue
Add more information for e2e testing framework
Elaborate on how to use `e2e.test` to run ginkgo tests locally.
|
|
|
|
|
|
Since 07c6da22fe9f97ab44a02e67a7c574b49998605d, KUBERNETES_PROVIDER
has been deprecated. So this PR replaces KUBERNETES_PROVIDER with
the option --provider to specify a provider on e2e test.
|
|
e2e test finds a suitable util.sh from "--provider" option.
However the e2e test way of community repo didn't show the setting of
the option and the gce's util.sh was selected as the default.
This patch fixes it.
|
|
|
|
|
|
`Building the Tests` section are redundant - integrated the examples into `Building Kubernetes and Running the Tests` section.
|
|
|
|
https://github.com/kubernetes/test-infra/tree/master/mungegithub
|
|
|
|
|
|
Document the flag to switch off color in the output logs.
|
|
KUBE_MASTER_IP must not contain prefix "http://".
|
|
Update e2e docs
|
|
|
|
|
|
|