From 353012a2bb083ca6cd380cf6cdb317a2b9916185 Mon Sep 17 00:00:00 2001 From: Grigoriy Mikhalkin <grigoriymikhalkin@gmail.com> Date: Mon, 19 Jul 2021 11:20:30 +0200 Subject: [PATCH] update readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad3d2704..5384e125 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ Infrastructure provider for Kubernetes [Cluster API](https://cluster-api.sigs.k8s.io/) project, that allows you to deploy and manage Kubernetes cluster on [metal-stack](https://metal-stack.io/). ## Compatibility with Cluster API versions -| | Cluster API v1alpha3 (v0.3) | -| ------------------------------------ | --------------------------- | -| metal-stack Provider v1alpha3 (v0.1) | ✓ | +| | Cluster API v1alpha3 (v0.3.x) | Cluster API v1alpha4 (v0.4.x) | +| -------------------------------------- | ----------------------------- | ----------------------------- | +| metal-stack Provider v1alpha3 (v0.3.x) | ✓ | +| metal-stack Provider v1alpha4 (v0.4.x) | | ✓ ## Compatibility with Kubernetes versions -| | Kubernetes 1.21 | -| ------------------------------------ | --------------------------- | -| metal-stack Provider v1alpha3 (v0.1) | ✓ | +| | Kubernetes 1.21 | +| -------------------------------------- | --------------------------- | +| metal-stack Provider v1alpha3 (v0.3.x) | ✓ | +| metal-stack Provider v1alpha4 (v0.4.x) | ✓ | ## Docs You can check docs [here](docs/contents.md) -- there we have high-level description of architecture, resources and controllers. And also guide for testing and developing this provider locally.