Files
kubernetes/cmd/kubeadm/app
Clément Nussbaumer 1459fdf7cf Fix kubeadm upgrade plan issue with FQDN nodes names
the fix introduced in #110634 also introduces a bug preventing `kubeadm
upgrade plan` from running on nodes having a different `os.Hostname()`
than node name. concretely, for a node `titi.company.ch`,
`os.Hostname()` will return `titi`, while the full node name is actually
`titi.company.ch`. this simple fix uses the `cfg.NodeRegistration.Name`
instead, which fixes the issue on my nodes with a FQDN node name

Keep previous hostname retrieval as fallback for dupURL CRI fix
2022-07-29 10:42:21 +02:00
..
2022-07-26 13:14:05 -04:00
2022-06-09 18:45:26 +08:00
2022-07-26 13:14:05 -04:00
2022-07-26 13:14:05 -04:00
2021-08-17 22:40:46 +08:00