mirror of https://github.com/easzlab/kubeasz.git
revert cgroup driver to 'cgroupfs' #848
parent
d3b92464ec
commit
d1b6761f0a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"data-root": "{{ STORAGE_DIR }}",
|
||||
"exec-opts": ["native.cgroupdriver=systemd"],
|
||||
"exec-opts": ["native.cgroupdriver=cgroupfs"],
|
||||
{% if ENABLE_MIRROR_REGISTRY %}
|
||||
"registry-mirrors": {{ REG_MIRRORS }},
|
||||
{% endif %}
|
||||
|
|
|
@ -14,7 +14,7 @@ authorization:
|
|||
webhook:
|
||||
cacheAuthorizedTTL: 5m0s
|
||||
cacheUnauthorizedTTL: 30s
|
||||
cgroupDriver: systemd
|
||||
cgroupDriver: cgroupfs
|
||||
cgroupsPerQOS: true
|
||||
clusterDNS:
|
||||
- {{ CLUSTER_DNS_SVC_IP }}
|
||||
|
|
Loading…
Reference in New Issue