You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to deploy kata with remote attestation, but the documentation only describes how to start the attestation agent from the command line. Can the attestation agent be started from the configuration file?
The text was updated successfully, but these errors were encountered:
Sorry for not being clear about our needs.
Currently, when I run kata, the attestation agent is not started at the same time.
I want the attestation agent to be started at the same time when I start the kata container with the following command: ctr run --runtime "io.containerd.kata.v2" --rm -t "docker.io/library/busybox:latest" test-kata sh
What am I supposed to do?
I'm a little unclear about your situation. If you are using confidential containers, the attestation agent should be started automatically inside the guest and an attestation should be carried out the first time that your workload requires a secret.
Hello, I'm trying to deploy kata with remote attestation, but the documentation only describes how to start the attestation agent from the command line. Can the attestation agent be started from the configuration file?
The text was updated successfully, but these errors were encountered: