runner: Make WAIT_FOR_DOCKER_SECONDS configurable and working (#1999)

* runner: Make WAIT_FOR_DOCKER_SECONDS configurable and working

Ref #1830
Ref #1804

* Update acceptance/testdata/runnerdeploy.envsubst.yaml

Co-authored-by: Callum Tait <[email protected]>

* Update docs/detailed-docs.md

Co-authored-by: Callum Tait <[email protected]>

Co-authored-by: Callum Tait <[email protected]>
This commit is contained in:
Yusuke Kuoka
2022-11-22 12:08:54 +09:00
committed by GitHub
co-authored by Callum Tait
parent 86d7893d61
commit 154fcde7d0
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -74,6 +74,8 @@ spec:
value: "172.17.0.0/12"
- name: DOCKER_DEFAULT_ADDRESS_POOL_SIZE
value: "24"
- name: WAIT_FOR_DOCKER_SECONDS
value: "3"
dockerMTU: 1400