Skip to content

Commit 77e2eb9

Browse files
author
Maria Ntalla
committed
Document envtest defaults
1 parent c0be9aa commit 77e2eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/envtest/server.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ It's possible to override some defaults, by setting the following environment va
3939
TEST_ASSET_KUBE_APISERVER (string): path to the api-server binary to use
4040
TEST_ASSET_ETCD (string): path to the etcd binary to use
4141
TEST_ASSET_KUBECTL (string): path to the kubectl binary to use
42-
KUBEBUILDER_ASSETS (string): directory containing the binaries to use (api-server, etcd and kubectl)
43-
KUBEBUILDER_CONTROLPLANE_START_TIMEOUT (string supported by time.ParseDuration): timeout for test control plane to start
44-
KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT (string supported by time.ParseDuration): timeout for test control plane to start
42+
KUBEBUILDER_ASSETS (string): directory containing the binaries to use (api-server, etcd and kubectl). Defaults to /usr/local/kubebuilder/bin.
43+
KUBEBUILDER_CONTROLPLANE_START_TIMEOUT (string supported by time.ParseDuration): timeout for test control plane to start. Defaults to 20s.
44+
KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT (string supported by time.ParseDuration): timeout for test control plane to start. Defaults to 20s.
4545
KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT (boolean): if set to true, the control plane's stdout and stderr are attached to os.Stdout and os.Stderr
4646
4747
*/

0 commit comments

Comments
 (0)