Skip to content

Commit 885423b

Browse files
authored
fix readme (#129)
1 parent 643aee4 commit 885423b

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,11 @@ Currently `scaleway-cloud-controller-manager` currently implements:
2222
of `type: LoadBalancer` is created in Kubernetes.
2323
- Zone interface - makes Kubernetes aware of the failure domain of each node.
2424

25-
## Compatibility matrix
25+
## Branches and releases
2626

27-
| | K8S 1.17 | K8S 1.18 | K8S 1.19 | K8S 1.20 |
28-
|---------|----------|----------|----------|----------|
29-
| v0.1.x || ~ | ~ | ~ |
30-
| 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)
36-
37-
### Branches and releases
38-
39-
There is two types of branches:
40-
- `matser` which is the main branch
41-
- `release-x.y` which are the release branches. Each branch is built againt Kubernetes 1.y
27+
There are two types of branches:
28+
- `master` which is the main branch
29+
- `release-x.y` which are the release branches. Each branch is built against Kubernetes 1.y
4230

4331
Most of the PRs on `master` will be backported to the supported `release-x.y` branches.
4432

0 commit comments

Comments
 (0)