I am seeing some CPUThrottlingHigh alerts coming f...
# kubernetes
l
I am seeing some CPUThrottlingHigh alerts coming from my kube-flannel pods on my cluster nodes. Looking at the daemonset for kube-flannel, the resources are configured as such:
Copy code
Limits:
      cpu:     100m
      memory:  50Mi
    Requests:
      cpu:     100m
      memory:  50Mi
If I have Rancher controlling the install of the CNI, how do I go about bumping the Limits for the kube-flannel daemonset?