Commit 390187d4 authored by Yannik Dällenbach's avatar Yannik Dällenbach 🤼 Committed by Yannik Dällenbach
Browse files

Connect to instance using the external address

parent afe9bfc0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,5 +46,8 @@ configs:
        # cloud-init has completed successfully (if it is present).
        instance_ready_command = "command -v cloud-init || exit 0; cloud-init status --wait; test $? -ne 1"

      [runners.autoscaler.connector_config]
        use_external_addr = true

      [[runners.autoscaler.policy]]
        idle_count = 0 # We only want to create instances when needed.