Skip to content

Commit

Permalink
kata-deploy: Update podOverhead for TDX
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fidencio committed Apr 13, 2023
1 parent e31efc8 commit ea38670
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,8 +19,8 @@ metadata:
handler: kata-qemu-tdx
overhead:
podFixed:
memory: "160Mi"
cpu: "250m"
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
Expand Down

1 comment on commit ea38670

@c3d
Copy link
Member

@c3d c3d commented on ea38670 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fidencio I don't think we should restrict this to TDX.
#6533

Please sign in to comment.