mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
kata-deploy: Update podOverhead for TDX
As TEEs cannot hotplug memory / CPU, we *must* consider the default values for those as part of the podOverhead. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
e31efc861c
commit
ea386700fe
@ -19,8 +19,8 @@ metadata:
|
|||||||
handler: kata-qemu-tdx
|
handler: kata-qemu-tdx
|
||||||
overhead:
|
overhead:
|
||||||
podFixed:
|
podFixed:
|
||||||
memory: "160Mi"
|
memory: "2048Mi"
|
||||||
cpu: "250m"
|
cpu: "1.0"
|
||||||
scheduling:
|
scheduling:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
katacontainers.io/kata-runtime: "true"
|
katacontainers.io/kata-runtime: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user