1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
installer/pkg/clusterapi
Patrick Dillon 6324d48798 clusterapi: use default envtest timeouts
We're seeing the local control plane fail to start on systems with
resource restrictions (say a laptop in "quiet" mode). This commit
removes the hardcoded 10 second envtest timeouts to use the default
20 second timeouts. By using the defaults, it also allows the timeouts
to be tuned with the environment variables:
KUBEBUILDER_CONTROLPLANE_START_TIMEOUT
KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT
2025-08-06 13:43:50 -04:00
..