File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ It's possible to override some defaults, by setting the following environment va
39
39
TEST_ASSET_KUBE_APISERVER (string): path to the api-server binary to use
40
40
TEST_ASSET_ETCD (string): path to the etcd binary to use
41
41
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.
45
45
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
46
46
47
47
*/
You can’t perform that action at this time.
0 commit comments