mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #14994 from ArtfulCoder/etcdmem
reduce cpu requirement for etcd, after 2 etcd pods are being run
This commit is contained in:
commit
6c48a939be
@ -14,6 +14,9 @@
|
||||
"resources": {
|
||||
"limits": {
|
||||
"cpu": "200m"
|
||||
},
|
||||
"requests": {
|
||||
"cpu": "100m"
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
|
Loading…
Reference in New Issue
Block a user