From 40136c5041b0773f6506abf12ed6136e7ce872c6 Mon Sep 17 00:00:00 2001 From: Yair Podemsky Date: Tue, 28 Apr 2026 10:05:18 +0300 Subject: [PATCH] Update Getting started Guide with mandatory var Update Getting started guide to include the mandatory AK_REGISTRATION_ADDR --- docs/usage/getting-started-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/getting-started-guide.md b/docs/usage/getting-started-guide.md index 72e9d008..bdd5447b 100644 --- a/docs/usage/getting-started-guide.md +++ b/docs/usage/getting-started-guide.md @@ -67,11 +67,13 @@ Before installing the operator, the manifests of the operator needs to be genera make manifests ``` -The operator needs to be configured with the networking setup where the attestation server will be externally reachable by the machines for the attestation. This can be configured during the installation of the operator by setting the env variable `TRUSTEE_ADDR`. +The operator needs to be configured with the networking setup where the attestation server and key register will be externally reachable by the machines for the attestation. This can be configured during the installation of the operator by setting the env variable `TRUSTEE_ADDR` and `AK_REGISTRATION_ADDR` respectively. Example: ```console export TRUSTEE_ADDR=kbs-service.trusted-execution-clusters.svc.cluster.local +export AK_REGISTRATION_ADDR=attestation-key-register.trusted-execution-clusters.svc.cluster.local + ``` This example works with KubeVirt when the KBS is reachable using the pod networking.