Skip to content

Configure external address usage for autoscaler provider readiness check

What does this MR do?

Makes usage of external address for instanceReadyUp() in autoscaler configurable.

Why was this MR needed?

With !3783 (merged) we've made it possible to configure whether external address should be used or not when connecting to the instance created by autoscaler provider. We're, however, missing the same handling for the function we're using to check instance readiness.

This MR adds that missing part.

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports