Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ clusterctl init --config clusterctl.yaml --infrastructure stackit:v<version>

## 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

Expand All @@ -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
Expand Down