c12s-kubespray/roles/network_plugin/weave/defaults/main.yml
Sergii Golovatiuk f2e4ffcac2 Fix weave-net after upgrade to 1.82
- Set recommended CPU settings
- Cleans up upgrade to weave 1.82. The original WeaveWorks
daemonset definition uses weave-net name.
- Limit DS creation to master
- Combined 2 tasks into one with better condition
2017-02-02 10:31:58 +01:00

7 lines
111 B
YAML

---
# Limits
weave_memory_limit: 500M
weave_cpu_limit: 30m
weave_memory_requests: 300M
weave_cpu_requests: 10m