зеркало из https://github.com/microsoft/pai.git
change storage manager QOS class from BestEffort to Burstable (#4630)
Before this change. The storage manager QOS class is BestEffort. When the node occur some condition, such as memory pressure/disk pressure. This pod will be evicted first. Change to Burstable QOS class to avoid such evict.
This commit is contained in:
Родитель
15d8ff3543
Коммит
f08a92c74f
|
@ -77,6 +77,11 @@ spec:
|
|||
- containerPort: 2049
|
||||
hostPort: 2049
|
||||
name: sm-nfsport
|
||||
{%- if cluster_cfg['cluster']['common']['qos-switch'] == "true" %}
|
||||
resources:
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
{%- endif %}
|
||||
volumes:
|
||||
- name: pai-storage
|
||||
hostPath:
|
||||
|
|
Загрузка…
Ссылка в новой задаче