kubernetes/cmd/kubeadm/app/util/config
Lubomir I. Ivanov 54a6e6a772 kubeadm: keep a function with short timeout in idempotency.go
- Name the function GetConfigMapWithShortRetry to be
easier to understand that the function is with a very short timeout.
Add note that this function should be used in cases there is a
fallback to local config.
- Apply custom hardcoded interval of 50ms and timeout of 350ms to it.
Previously the fucntion used exp backoff with 5 steps up to ~340ms.
2024-01-16 17:53:21 +02:00
..
strict remove kubeadm v1beta2 support 2023-01-05 21:30:26 +08:00
cluster_test.go kubeadm: switch from ExponentialBackoff() to PollUntilContextTimeout() 2024-01-14 15:07:56 +02:00
cluster.go kubeadm: keep a function with short timeout in idempotency.go 2024-01-16 17:53:21 +02:00
common_test.go kubeadm: implement mutators for "config migrate" 2024-01-05 14:41:16 +02:00
common.go kubeadm: make the active timeouts structure accessible from anywhere 2024-01-05 14:41:16 +02:00
initconfiguration_test.go Code Refactor: using struct option rather than a long list of parameters 2023-10-13 17:17:03 +08:00
initconfiguration.go kubeadm: make the active timeouts structure accessible from anywhere 2024-01-05 14:41:16 +02:00
joinconfiguration_test.go Code Refactor: using struct option rather than a long list of parameters 2023-10-13 17:17:03 +08:00
joinconfiguration.go kubeadm: make the active timeouts structure accessible from anywhere 2024-01-05 14:41:16 +02:00
resetconfiguration_test.go kubeadm: increase ut coverage of util/config 2023-12-06 21:21:52 +08:00
resetconfiguration.go kubeadm: make the active timeouts structure accessible from anywhere 2024-01-05 14:41:16 +02:00