Skip to content

Commit be01a2b

Browse files
authored
Updates to deployment guide to include recommended versions for the Ingress Controller installation (#327)
1 parent 222e6a7 commit be01a2b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deployment-guide/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,13 @@ Insure **kubectl** is installed. A complete set of installation instruction are
103103

104104
Install your preferred Ingress Controller for load-balancing and external access.
105105

106-
Refer to the following documentation to install the Nginx-Ingress Controller used for this guide: <https://kubernetes.github.io/ingress-nginx/deploy/#using-helm>.
106+
Refer to the following documentation to install the Nginx-Ingress Controller used for this guide: <https://kubernetes.github.io/ingress-nginx/deploy/#using-helm>. It is recommended that you install **v0.47.0** of the Nginx-Ingress Controller due to recent changes being made to support Kubernetes v1.22.
107+
108+
If you are using helm, this can be done as follows:
109+
110+
```bash
111+
$ helm install ingress-nginx ingress-nginx/ingress-nginx --version="3.33.0"
112+
```
107113

108114
> **NOTE: If you are installing Mojaloop v12.x with an Nginx-Ingress controller version newer than v0.22.0, ensure you create a custom [Mojaloop values config](https://github.com/mojaloop/helm/blob/v12.0.0/mojaloop/values.yaml) with the following changes prior to install:**
109115
>

0 commit comments

Comments
 (0)