mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #8182 from GoogleCloudPlatform/revert-7863-etcd_maxprocs
Revert "Set GOMAXPROCS for etcd"
This commit is contained in:
commit
e4c98a05ea
@ -1,5 +1,3 @@
|
||||
{% set num_cpus = salt['grains.get']('num_cpus', '') %}
|
||||
|
||||
{
|
||||
"apiVersion": "v1beta3",
|
||||
"kind": "Pod",
|
||||
@ -31,10 +29,6 @@
|
||||
{ "name": "varetcd",
|
||||
"mountPath": "/var/etcd",
|
||||
"readOnly": false}
|
||||
],
|
||||
"env": [
|
||||
{ "name": "GOMAXPROCS",
|
||||
"value": "{{num_cpus}}"}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user