Fix links and clean lycheeignore (#1219)

* docs: fix links to cilium docs

* docs: clean lycheeignore

* docs: remove link to no longer existing blog post
This commit is contained in:
Thomas Tendyck 2023-02-19 21:45:20 +01:00 committed by GitHub
parent 013be33143
commit 91c251090f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 28 additions and 35 deletions

View file

@ -36,7 +36,7 @@ flowchart LR
The *Bootstrapper* is the first component launched after booting a Constellation node image.
It sets up that machine as a Kubernetes node and integrates that node into the Kubernetes cluster.
To this end, the *Bootstrapper* first downloads and [verifies](https://blog.sigstore.dev/kubernetes-signals-massive-adoption-of-sigstore-for-protecting-open-source-ecosystem-73a6757da73) the [Kubernetes components](https://kubernetes.io/docs/concepts/overview/components/) at the configured versions.
To this end, the *Bootstrapper* first downloads and verifies the [Kubernetes components](https://kubernetes.io/docs/concepts/overview/components/) at the configured versions.
The *Bootstrapper* tries to find an existing cluster and if successful, communicates with the [JoinService](components.md#joinservice) to join the node.
Otherwise, it waits for an initialization request to create a new Kubernetes cluster.