vm-hosts: Increase VM start delay after K8s
Increasing the delay after starting the Kubernetes cluster to hopefully allow things to "settle down" enough that starting services on follow up VMs doesn't time out.frigate-exporter
parent
681384872c
commit
07f84e7fdc
|
@ -220,7 +220,7 @@ vm_autostart:
|
||||||
- k8s-amd64-n1
|
- k8s-amd64-n1
|
||||||
- k8s-amd64-n2
|
- k8s-amd64-n2
|
||||||
- k8s-amd64-n3
|
- k8s-amd64-n3
|
||||||
- delay 5s
|
- delay 15s
|
||||||
- web0
|
- web0
|
||||||
- file0
|
- file0
|
||||||
- cloud0
|
- cloud0
|
||||||
|
|
Loading…
Reference in New Issue