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:
Binyang2014 2020-06-18 14:05:05 +08:00 коммит произвёл GitHub
Родитель 15d8ff3543
Коммит f08a92c74f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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: