From 5389c814dffd9a7888403e946d0e55dad85d4055 Mon Sep 17 00:00:00 2001 From: Fabian Schmitt <21021337+fabian-schmitt@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:12:26 +0200 Subject: [PATCH 1/3] docs(readme): fix broken links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 847d054..d545288 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,10 +63,10 @@ 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)) +- [x] Support varioius Linux Distributions (tested with [Ubuntu and Flatcar](docs/src/topics/images.md)) - [ ] Release distribution via OCI Images and Helm Charts - [ ] Manage the bootstrapping of networks, security groups and vm instances. - [ ] Deploys Kubernetes control planes into private subnets with a separate bastion server. From 87da49984e85b86f4ca32e8562b993aded686174 Mon Sep 17 00:00:00 2001 From: Fabian Schmitt <21021337+fabian-schmitt@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:16:36 +0200 Subject: [PATCH 2/3] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d545288..28709cb 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Check out the [Quick Start](docs/src/quick-start.md) for launching a cluster on - [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](docs/src/topics/images.md)) +- [x] Support various Linux Distributions (tested with [Ubuntu and Flatcar](docs/src/topics/images.md)) - [ ] Release distribution via OCI Images and Helm Charts - [ ] Manage the bootstrapping of networks, security groups and vm instances. - [ ] Deploys Kubernetes control planes into private subnets with a separate bastion server. From 1261ea1a2c0cc4987d2a5c89f43ade88e3f2df78 Mon Sep 17 00:00:00 2001 From: Fabian <21021337+fabian-schmitt@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:21:41 +0200 Subject: [PATCH 3/3] Apply suggestion from @tuunit Co-authored-by: Jan Larwig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28709cb..a061018 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Check out the [Quick Start](docs/src/quick-start.md) for launching a cluster on - [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 various Linux Distributions (tested with [Ubuntu and Flatcar](docs/src/topics/images.md)) -- [ ] Release distribution via OCI Images and Helm Charts +- [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