Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: fix custom pccs deployment for TDX #439

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

fitzthum
Copy link
Member

@fitzthum fitzthum commented Jul 9, 2024

We recently split the nodeport yaml into an s390x
and an x86_64 directory, but we forgot to update
the custom_pccs yaml to point to the correct one.

For now let's assume that the custom_pccs will
always run on x86_64 since it's for TDX.
We might revisit that assumption in the future.

We recently split the nodeport yaml into an s390x
and an x86_64 directory, but we forgot to update
the custom_pccs yaml to point to the correct one.

For now let's assume that the custom_pccs will
always run on x86_64 since it's for TDX.
We might revisit that assumption in the future.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
@wainersm
Copy link
Member

wainersm commented Jul 9, 2024

We recently split the nodeport yaml into an s390x and an x86_64 directory, but we forgot to update the custom_pccs yaml to point to the correct one.

For now let's assume that the custom_pccs will always run on x86_64 since it's for TDX. We might revisit that assumption in the future.

Maybe we don't even need the nodeport manifests in per-arch overlays as it should be arch-agnostic. Anyway, this is a topic for another PR maybe :)

Copy link
Member

@wainersm wainersm left a comment

Choose a reason for hiding this comment

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

Thanks @fitzthum !

@fitzthum fitzthum merged commit e890fc9 into confidential-containers:main Jul 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants