Files
kubernetes/cmd/kubeadm/app/util
Lubomir I. Ivanov 09078d4810 kubeadM: allow conversion of TimeoutForControlPlane
v1beta3.ClusterConfiguration.APIServer.TimeoutForControlPlane
must be migrated to {Init|Join}Configuration.Timeouts.
.ControlPlaneComponentHealthCheck.

To achieve this sort of cross-Kind migration do the following:
- Use a temporary, thread-safe variable in timeoututils.go
- Make the order of GVKs in documentMapToInitConfiguration
deterministic.
2024-06-17 10:07:33 +03:00
..
2021-08-17 22:40:46 +08:00
2022-01-11 23:08:59 +08:00
2021-07-04 16:41:27 +08:00