kubernetes/pkg/controller/statefulset
Mengjiao Liu b584b87a94 kube-controller-manager: readjust log verbosity
- Increase the global level for broadcaster's logging to 3 so that users can ignore event messages by lowering the logging level. It reduces information noise.
- Making sure the context is properly injected into the broadcaster, this will allow the -v flag value to be used also in that broadcaster, rather than the above global value.
- test: use cancellation from ktesting
- golangci-hints: checked error return value
2024-02-26 14:51:56 +08:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
stateful_pod_control_test.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_pod_control.go Apply to use contextual logging for all loggers in statefulSet 2023-05-18 16:55:19 +08:00
stateful_set_control_test.go Make StatefulSet restart pods with phase Succeeded 2023-10-26 15:34:01 +02:00
stateful_set_control.go use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
stateful_set_status_updater_test.go Promote minReadySeconds to GA 2022-07-13 11:37:10 -04:00
stateful_set_status_updater.go Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
stateful_set_test.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_set_utils_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
stateful_set_utils.go Make StatefulSet restart pods with phase Succeeded 2023-10-26 15:34:01 +02:00
stateful_set.go kube-controller-manager: readjust log verbosity 2024-02-26 14:51:56 +08:00