Open blenessy opened 1 month ago
The TCB and the policy hash match the values in the attestation report. Your setup looks good to me.
My problem is that running the following command times out:
contrast set -c "${coordinator}:1313" --coordinator-policy-hash c36809d83e5b2c7853e95ed08434ff2b7bca4ae1b471229d66dcf712918fcf6f deployment/
Can you set --log-level debug
and try again?
Can you double-check that you can reach the port at ${coordinator}:1313
from the machine where you're executing contrast set
?
contrast set -c "${coordinator}:1313" \
--coordinator-policy-hash c36809d83e5b2c7853e95ed08434ff2b7bca4ae1b471229d66dcf712918fcf6f deployment/ \
--log-level debug
systemctl restart k3s
It does seem like there is some idempotency problem here. Attaching logs as requested. contrast-cli.log contrast-0.log
I could follow the Bare metal setup without any issues on a newly installed Ubuntu 24.10 system (with Linux 6.11 containing the SNP Host patches) without issues:
AFAIK I enabled SNP correctly and upgraded to the latest SEV firmware correctly:
From the Emojivoto guide, I managed to:
contrast generate
My problem is that running the following command times out:
contrast set -c "${coordinator}:1313" --coordinator-policy-hash c36809d83e5b2c7853e95ed08434ff2b7bca4ae1b471229d66dcf712918fcf6f deployment/
Here is the interesting parts of the
coordinator-0
kubectl log: