Skip to content

Commit 1e57bb7

Browse files
authored
Merge pull request #247 from yairpod/update_doc_AK_REGISTRATION_ADDR
Update Getting started Guide with mandatory var
2 parents cf6fcc7 + 40136c5 commit 1e57bb7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/usage/getting-started-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ Before installing the operator, the manifests of the operator needs to be genera
6767
make manifests
6868
```
6969

70-
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`.
70+
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.
7171

7272
Example:
7373
```console
7474
export TRUSTEE_ADDR=kbs-service.trusted-execution-clusters.svc.cluster.local
75+
export AK_REGISTRATION_ADDR=attestation-key-register.trusted-execution-clusters.svc.cluster.local
76+
7577
```
7678
This example works with KubeVirt when the KBS is reachable using the pod networking.
7779

0 commit comments

Comments
 (0)