Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/usage/getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down