Update docs/docs/architecture/attestation.md

Co-authored-by: 3u13r <lc@edgeless.systems>
This commit is contained in:
Felix Schuster 2024-05-07 13:37:03 +02:00 committed by Moritz Eckert
parent d8ed532182
commit 6baa06a0e1
Failed to extract signature

View File

@ -383,7 +383,7 @@ flowchart LR
### Upgrades
Whenever a cluster is [upgraded](../workflows/upgrade.md) to a new version of the node image, the CLI sends the corresponding runtime measurements via the Kubernetes API server. The new runtime measurements are stored in etcd within the cluster and replace any previous runtime measurements. The new runtime measurements are then used automatically by the JoinServer for the verification of new nodes.
Whenever a cluster is [upgraded](../workflows/upgrade.md) to a new version of the node image, the CLI sends the corresponding runtime measurements via the Kubernetes API server. The new runtime measurements are stored in etcd within the cluster and replace any previous runtime measurements. The new runtime measurements are then used automatically by the JoinService for the verification of new nodes.
## References