Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
add version support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Jun 30, 2022
1 parent e95c570 commit c1384ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c1384ec

Please sign in to comment.