|
3 | 3 |
|
4 | 4 | # NGINX Ingress Controller
|
5 | 5 |
|
6 |
| -This repo provides an implementation of an Ingress controller for NGINX and NGINX Plus. |
| 6 | +This repo provides an implementation of an Ingress controller for NGINX and NGINX Plus. |
7 | 7 |
|
8 | 8 | **Note**: this project is different from the NGINX Ingress controller in [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx) repo. See [this doc](docs/nginx-ingress-controllers.md) to find out about the key differences.
|
9 | 9 |
|
@@ -49,20 +49,20 @@ Read [this doc](docs/nginx-plus.md) to learn more about NGINX Ingress controller
|
49 | 49 |
|
50 | 50 | We publish Ingress controller releases on GitHub. See our [releases page](https://github.com/nginxinc/kubernetes-ingress/releases).
|
51 | 51 |
|
52 |
| -The latest stable release is [1.5.6](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v1.5.6). For production use, we recommend that you choose the latest stable release. As an alternative, you can choose the *edge* version built from the [latest commit](https://github.com/nginxinc/kubernetes-ingress/commits/master) from the master branch. The edge version is useful for experimenting with new features that are not yet published in a stable release. |
| 52 | +The latest stable release is [1.5.7](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v1.5.7). For production use, we recommend that you choose the latest stable release. As an alternative, you can choose the *edge* version built from the [latest commit](https://github.com/nginxinc/kubernetes-ingress/commits/master) from the master branch. The edge version is useful for experimenting with new features that are not yet published in a stable release. |
53 | 53 |
|
54 | 54 | To use the Ingress controller, you need to have access to:
|
55 | 55 | * An Ingress controller image.
|
56 | 56 | * Installation manifests or a Helm chart.
|
57 | 57 | * Documentation and examples.
|
58 | 58 |
|
59 |
| -It is important that the versions of those things above match. |
| 59 | +It is important that the versions of those things above match. |
60 | 60 |
|
61 | 61 | The table below summarizes the options regarding the images, manifests, helm chart, documentation and examples and gives your links to the correct versions:
|
62 | 62 |
|
63 | 63 | | Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
|
64 | 64 | | ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
|
65 |
| -| Latest stable release | For production use | `nginx/nginx-ingress:1.5.6`, `nginx/nginx-ingress:1.5.6-alpine` from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/) or [build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/build). | [Build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/build). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/deployments/helm-chart). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/docs). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.6/examples). | |
| 65 | +| Latest stable release | For production use | `nginx/nginx-ingress:1.5.7`, `nginx/nginx-ingress:1.5.7-alpine` from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/) or [build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/build). | [Build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/build). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/deployments/helm-chart). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/docs). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/v1.5.7/examples). | |
66 | 66 | | Edge | For testing and experimenting | `nginx/nginx-ingress:edge`, `nginx/nginx-ingress:edge-alpine` from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/) or [build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/master/build). | [Build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/master/build). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/master/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/master/deployments/helm-chart). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/master/docs). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples). |
|
67 | 67 |
|
68 | 68 | ## Contacts
|
|
74 | 74 |
|
75 | 75 | If you'd like to contribute to the project, please read our [Contributing guide](CONTRIBUTING.md).
|
76 | 76 |
|
77 |
| -## Support |
| 77 | +## Support |
78 | 78 |
|
79 |
| -For NGINX Plus customers NGINX Ingress controller (when used with NGINX Plus) is covered |
| 79 | +For NGINX Plus customers NGINX Ingress controller (when used with NGINX Plus) is covered |
80 | 80 | by the support contract.
|
0 commit comments