Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 310f7ad

Browse files
committed
Add KIC supported versions to README
1 parent 8f51279 commit 310f7ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and
44

55
Learn more about operators in the [Kubernetes Documentation](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
66

7+
To install a specific version of the NGINX Ingress Controller with the operator, a specific version of the NGINX Ingress Operator is required.
8+
9+
The following table shows the relation between the versions of the two projects:
10+
11+
| NGINX Ingress Controller | NGINX Ingress Operator |
12+
| --- | --- |
13+
| < 1.7.0 | N/A |
14+
| 1.7.x | 0.0.4 |
15+
16+
Note: The NGINX Ingress Operator works only for NGINX Ingress Controller versions after `1.7.0`.
17+
718
## Getting Started
819

920
1. Install the NGINX Ingress Operator. See [docs](./docs/installation.md).

0 commit comments

Comments
 (0)