diff --git a/README.md b/README.md index 847d054..a061018 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ clusterctl init --config clusterctl.yaml --infrastructure stackit:v ## Launching a Kubernetes cluster on STACKIT -Check out the [Quick Start](./quick-start.md) for launching a cluster on STACKIT. +Check out the [Quick Start](docs/src/quick-start.md) for launching a cluster on STACKIT. ## Features @@ -63,11 +63,11 @@ Check out the [Quick Start](./quick-start.md) for launching a cluster on STACKIT - [x] Installs only the minimal components to bootstrap a control plane and workers. - [x] Supports control planes and worker nodes on STACKIT VM instances. - [x] Manages the bootstrapping of security groups and vm instances (networks are excluded for now). -- [x] [Optional Bastion hosts](./topics/accessing-vm-instances.md) for easier access of control plane or worker nodes -- [x] Tested Kubernetes Lifecycle (Scaling, Kubernetes Upgrades), see [E2E-Tests](./development/testing.md) +- [x] [Optional Bastion hosts](docs/src/topics/accessing-vm-instances.md) for easier access of control plane or worker nodes +- [x] Tested Kubernetes Lifecycle (Scaling, Kubernetes Upgrades), see [E2E-Tests](docs/src/development/testing.md) - [x] [ClusterClass Topology](https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/) -- [x] Support varioius Linux Distributions (tested with [Ubuntu and Flatcar](./topics/images.md)) -- [ ] Release distribution via OCI Images and Helm Charts +- [x] Support various Linux Distributions (tested with [Ubuntu and Flatcar](docs/src/topics/images.md)) +- [x] Release distribution via OCI Images and Manifests - [ ] Manage the bootstrapping of networks, security groups and vm instances. - [ ] Deploys Kubernetes control planes into private subnets with a separate bastion server. - [ ] [SKE](https://stackit.com/de/produkte/runtime/stackit-kubernetes-engine) support