Commit e4c98a05 authored by Rohit Jnagal's avatar Rohit Jnagal

Merge pull request #8182 from GoogleCloudPlatform/revert-7863-etcd_maxprocs

Revert "Set GOMAXPROCS for etcd"
parents 61b1c975 eecd7b8c
{% set num_cpus = salt['grains.get']('num_cpus', '') %}
{ {
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"kind": "Pod", "kind": "Pod",
...@@ -31,10 +29,6 @@ ...@@ -31,10 +29,6 @@
{ "name": "varetcd", { "name": "varetcd",
"mountPath": "/var/etcd", "mountPath": "/var/etcd",
"readOnly": false} "readOnly": false}
],
"env": [
{ "name": "GOMAXPROCS",
"value": "{{num_cpus}}"}
] ]
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment