• John Schnake's avatar
    e2e: Fallback to internal IPs when using SSH in tests · 23a7538c
    John Schnake authored
    Some tests which utilized SSH to run commands on nodes would
    first look for external IPs but fall back to internal IPs
    since those could be reachable by the testing program.
    
    This change adds that same fallback logic to another method
    used to find the appropriate SSH address for each node.
    
    Fixes #68747
    23a7538c
util.go 182 KB