-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
When I try to launch an enclave-cc (version 0.11.0) with the sample workload in SGX HW mode, it fails while pulling the image and reports the following:
When i look into the stderr file under /run/containerd/agent-enclave/cid/stderr, it says the following.
[2025-04-02T02:40:08Z INFO enclave_agent] ttRPC server started: "tcp://127.0.0.1:7788"
I don't know where the problem lies. This is my YAML configuration file:
apiVersion: v1
kind: Pod
metadata:
name: enclave-cc-pod
spec:
containers:
- image: ghcr.io/confidential-containers/test-container-enclave-cc:unencrypted
name: hello-world
workingDir: "/run/rune/occlum_instance/"
resources:
limits:
sgx.intel.com/epc: 10Mi
env:- name: OCCLUM_RELEASE_ENCLAVE
value: "1"
command: - /run/rune/occlum_instance/build/bin/occlum-run
- /bin/hello_world
runtimeClassName: enclave-cc
- name: OCCLUM_RELEASE_ENCLAVE
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
