fix(kubernetes): set fixed 2Gi ephemeral-storage for virt-launcher pod
With PVC-backed persistent disks, the virt-launcher pod no longer needs ephemeral-storage sized to the full disk. Set a fixed 2Gi allocation for QEMU runtime needs and proper scheduler behavior. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
0ac228036a
commit
90e4aba4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ spec:
|
|||
guest: {{ .group.resources.memory }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- include "cozy-lib.resources.sanitize" (list (dict "ephemeral-storage" .group.diskSize) $) | nindent 14 }}
|
||||
{{- include "cozy-lib.resources.sanitize" (list (dict "ephemeral-storage" "2Gi") $) | nindent 14 }}
|
||||
evictionStrategy: External
|
||||
volumes:
|
||||
- name: system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue