c12s-kubespray/roles/kubernetes/node
David Medinets fefcb8c9f8
Allow the eventRecordQPS setting to be set. (#6880)
* Allow the eventRecordQPS setting to be set.

The eventRecordQPS parameter controls rate limiting for event recording. When zero, unlimited events can cause denial-of-service situations. For my situation, I don't need more than a setting of "5". This change allows me to configure the setting before creating the cluster.

* Allow the eventRecordQPS setting to be set.

The default settings (see types.go) is five. So, this change does not affect the cluster provisioning. However, it does allow for the setting to be changed.
2020-11-03 00:42:15 -08:00
..
defaults Fix reserved memory unit in kubelet configuration (#6725) 2020-09-22 15:20:09 -07:00
handlers restart kubelet service when kube-config.yml is changed (#5402) 2020-05-19 10:13:37 -07:00
tasks Remove workaround with kube_proxy_remove (#6512) 2020-09-17 04:30:45 -07:00
templates Allow the eventRecordQPS setting to be set. (#6880) 2020-11-03 00:42:15 -08:00
vars Add Ubuntu 20.04 support and use Python 3 (#6157) 2020-06-16 13:04:05 -07:00