mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #21505 from bprashanth/flannel-etcd
Auto commit by PR queue bot
This commit is contained in:
commit
facd8617ce
@ -60,8 +60,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resources": {
|
"resources": {
|
||||||
"limits": {
|
"requests": {
|
||||||
"cpu": "100m"
|
"cpu": {{ cpulimit }}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"volumeMounts": [
|
"volumeMounts": [
|
||||||
@ -89,9 +89,8 @@
|
|||||||
"timeoutSeconds": 15
|
"timeoutSeconds": 15
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"limits": {
|
"requests": {
|
||||||
"cpu": {{ cpulimit }},
|
"cpu": {{ cpulimit }}
|
||||||
"memory": {{ memlimit }}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"volumeMounts": [
|
"volumeMounts": [
|
||||||
|
@ -27,5 +27,3 @@ touch /var/log/etcd_flannel.log:
|
|||||||
etcd_port: 4003
|
etcd_port: 4003
|
||||||
etcd_peer_port: 2382
|
etcd_peer_port: 2382
|
||||||
cpulimit: '"100m"'
|
cpulimit: '"100m"'
|
||||||
memlimit: '"50Mi"'
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user