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

PLACEHOLDER_FOR_DISTRO_QEMU_WITH_TDX_SUPPORT does not exist: not found #496

Open
hulk-zhk opened this issue Feb 6, 2025 · 1 comment
Open

Comments

@hulk-zhk
Copy link

hulk-zhk commented Feb 6, 2025

The confidential container was installed successfully, but when starting the pod with the runtimeclass as kata-qemu-tdx, it failed. The error message is as follows:
Failed to create pod sandbox: rpc error: code = NotFound desc = failed to create containerd task: failed to create shim task: /opt/kata/share/defaults/kata-containers/configuration-qemu-tdx.toml: file /run/containerd/io.containerd.runtime.v2.task/k8s.io/a767929c7272b6f72c8d5da9ffaf88e0ea07d1b40e4ebc8c23ff44cb84463d3f/PLACEHOLDER_FOR_DISTRO_QEMU_WITH_TDX_SUPPORT does not exist: not found

lscpu |grep 'tdx_guest' and ls /dev/tdx_guest is success
k8s version:v1.30.8
containerd version:v1.7.24
kata version:3.9.0
operator version: v.0.10

pod yaml
apiVersion: v1
kind: Pod
metadata:
name: nginx-kata-tdx
labels:
app.kubernetes.io/name: MyNginxTdx
spec:
runtimeClassName: kata-qemu-tdx
containers:

  • name: nginx
    image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.27.3
    ports:
    • containerPort: 80
@mythi
Copy link
Contributor

mythi commented Feb 6, 2025

kata version:3.9.0
operator version: v.0.10

Would you be able to try re-install with the latest release?

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

No branches or pull requests

2 participants