You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command used to invoke ansible: /venv/bin/ansible-playbook --become -i inventory/mycluster.ini cluster.yml
Output of ansible run:
Anything else do we need to know:
I see the default eventRecordQPS set in kubelet configs to be 5, but kubernetes has this defaulted to 50 (see docs).
My question is why does kubespray set the eventRecordQPS to 5? Shouldn't we just not define it in the kubelet config and let kubernetes decide what the default should be (based on the version ran)?
The text was updated successfully, but these errors were encountered:
Environment:
Cloud provider or hardware configuration: on-prem
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Version of Ansible (
ansible --version
):ansible-core==2.12.5
Version of Python (
python --version
):3.9
Kubespray version (commit) (
git rev-parse --short HEAD
):2cf23e310
Network plugin used: cilium
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
/venv/bin/ansible-playbook --become -i inventory/mycluster.ini cluster.yml
Output of ansible run:
Anything else do we need to know:
I see the default
eventRecordQPS
set in kubelet configs to be 5, but kubernetes has this defaulted to 50 (see docs).My question is why does kubespray set the
eventRecordQPS
to 5? Shouldn't we just not define it in the kubelet config and let kubernetes decide what the default should be (based on the version ran)?The text was updated successfully, but these errors were encountered: