From 802dabceec203b581a705342566c58661a07c792 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Thu, 30 Jun 2022 13:57:35 +0800 Subject: [PATCH] add version support matrix --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1444e82..8b39a44 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,22 @@ chmod +x kubelet-reloader-v0.2.0 ``` https://github.com/pacoxu/kubeadm-operator/issues/85 is for this problem. +## Version Support Matrix + +- ✅✅ means supported and suggested +- ✅❌ means supported but not suggested +- ❌❌ means not supported and not suggested +- Empty means no testing yet. + +| initial version\ target version | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | +|---------------------------------|-------|-------|-------|-------| +| v1.20 | | | | | | +| v1.21 | | | | | | +| v1.22 | | | ✅✅ | ✅✅ | ✅✅ | +| v1.23 | | ❌❌ | ✅❌ | ✅✅ | ✅✅ | +| v1.24 | | ❌❌ | ❌❌ | ✅❌ | ✅✅ | + + ## Dev Tips To build your own kubeadm-operator image: