Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Compatibility matrix #494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions docs/compatibility-matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# k0smotron compatibility matrix

k0smotron functions as a Cluster API compliant infrastructure provider for k0s
that enables cluster provisioning on remote machines using SSH connections.

Commercial support for k0smotron if offered by [Mirantis Inc](https://www.mirantis.com/).

## Kubernetes and k0s

| k0smotron | Kubernetes version | k0s version |
|-----------|--------------------|----------------|
| TBD | 1.22 and above | 1.22 and above |

The compatibility of k0smotron is determined by the compatibility of the k0s and Kubernetes versions utilized in your project.

## Cluster API

k0smotron can work with any Cluster API tooling compatible with your version of Kubernetes.
Refer to official Cluster API documentation
[Cluster API Version Support and Kubernetes Version Skew Policy](https://cluster-api.sigs.k8s.io/reference/versions#supported-kubernetes-versions).
Loading