docs: fix typo

This commit is contained in:
Moritz Sanft 2024-02-05 14:04:24 +01:00
parent c5be663010
commit 31915b4989
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -100,7 +100,7 @@ check if the encountered [issue is known](https://github.com/edgelesssys/constel
To get started on diagnosing issues with Constellation, it often is helpful to collect logs from nodes, pods or other resources in the cluster. Most logs are available through Kubernetes' standard
[logging interfaces](https://kubernetes.io/docs/concepts/cluster-administration/logging/).
To debug issues occuring at boot time of the nodes, one can use the serial console interface of the CSP.
To debug issues occurring at boot time of the nodes, one can use the serial console interface of the CSP.
Apart from that, Constellation also offers further [observability integrations](../architecture/observability.md).