We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532736 commit b4e2970Copy full SHA for b4e2970
README.md
@@ -24,10 +24,12 @@ Currently `scaleway-cloud-controller-manager` currently implements:
24
25
## Compatibility matrix
26
27
-| | K8S 1.15 | K8S 1.16 | K8S 1.17 | K8S 1.18 |
+| | K8S 1.17 | K8S 1.18 | K8S 1.19 | K8S 1.20 |
28
|---------|----------|----------|----------|----------|
29
-| v0.1.x | ~ | ~ | ✓ | ~ |
30
-| v0.18.x | ~ | ~ | ~ | ✓ |
+| v0.1.x | ✓ | ~ | ~ | ~ |
+| v0.18.x | ~ | ✓ | ~ | ~ |
31
+| v0.19.x | ~ | ~ | ✓ | ~ |
32
+| v0.20.x | ~ | ~ | ~ | ✓ |
33
34
- `✓` fully supported
35
- `~` some features may not be supported (usually a Kubernetes version mismatch)
0 commit comments