Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrapper: only err if no control plane IPs available (#3496)
Previously we errored out of the entire join if retrieval of either LB IP or control plane public IP failed. This resulted in the entire "use either IP" logic not working as intended. This now makes it log a warning only if the IP retrievals fail, and only errors out of the join if no IP can be found at all.
- Loading branch information