Skip to content

Commit f44a538

Browse files
authored
chore(README) add supported versions section to README
Supported versions are an often a source of confusion and a lot of support tickets. This change is an attempt to clearly communicates which versions of Kong are supported with every releases of Kong Ingress Controller. From #137
1 parent ce21314 commit f44a538

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
This repository contains an Ingress controller for Kubernetes that works by deploying [Kong][0] as a reverse proxy and load balancer.
66

7-
## Prerequisites
7+
## Versions supported
88

9-
- Tested with Kubernetes clusters running version `1.8` through `1.10`.
10-
- The Ingress Controller supports the following versions of Kong:
11-
- Kong Community Edition(CE) `0.14.x`
12-
- Kong Enterprise Edition(EE) `0.32.x`
13-
- Kong Enterprise Edition(EE) `0.33.x`
9+
The Ingress Controller is Tested with Kubernetes clusters running version `1.8` through `1.10`.
10+
11+
The following matrix lists supported versions of Kong for every release of Kong Ingress Controller.
12+
13+
| Kong Ingress Controller | <= 0.0.4 | 0.0.5 | 0.1.x | 0.2.x |
14+
|--------------------------|:------------------:|:------------------:|:------------------:|:------------------:|
15+
| Kong 0.13.x | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
16+
| Kong 0.14.x | :x: | :x: | :x: | :white_check_mark: |
17+
| Kong Enterprise 0.32.x | :x: | :white_check_mark: | :white_check_mark: | :x: |
18+
| Kong Enterprise 0.33.x | :x: | :white_check_mark: | :white_check_mark: | :x: |
1419

1520
## Get started
1621

0 commit comments

Comments
 (0)