mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-12 10:09:04 +00:00
Automatic merge from submit-queue (batch tested with PRs 59653, 58812, 59582, 59665, 59511). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add HTTPProxyCheck to preflight checks for 'kubeadm join' subcommand **What this PR does / why we need it:** Add HTTPProxyCheck for API servers It makes sense to check API servers and print warnings if they're going to be accessed through proxy. This is similar to what's already done for 'kubeadm init'.