Skip to content

Commit 25a8dd1

Browse files
authored
fix: broken links (#6216)
1 parent edd0b17 commit 25a8dd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/nginx-ingress/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ This chart deploys NGINX Ingress Controller in your Kubernetes cluster.
1515
- If you’d like to use NGINX Plus:
1616
- To pull from the F5 Container registry, configure a docker registry secret using your JWT token from the MyF5 portal
1717
by following the instructions from
18-
[here](https://docs.nginx.com/nginx-ingress-controller/installation/using-the-jwt-token-docker-secret).
18+
[here](https://docs.nginx.com/nginx-ingress-controller/installation/nic-images/using-the-jwt-token-docker-secret).
1919
Make sure to specify the secret using one of the following parameters:
2020
`controller.serviceAccount.imagePullSecretName` or `controller.serviceAccount.imagePullSecretsNames`.
2121
- Alternatively, pull an Ingress Controller image with NGINX Plus and push it to your private registry by following
2222
the instructions from
23-
[here](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image).
23+
[here](https://docs.nginx.com/nginx-ingress-controller/installation/nic-images/pulling-ingress-controller-image).
2424
- Alternatively, you can build an Ingress Controller image with NGINX Plus and push it to your private registry by
2525
following the instructions from
26-
[here](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image).
26+
[here](https://docs.nginx.com/nginx-ingress-controller/installation/building-nginx-ingress-controller/).
2727
- Update the `controller.image.repository` field of the `values-plus.yaml` accordingly.
2828
- If you’d like to use App Protect DoS, please install App Protect DoS Arbitrator [helm
2929
chart](https://github.com/nginxinc/nap-dos-arbitrator-helm-chart). Make sure to install in the same namespace as the
@@ -523,7 +523,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
523523
524524
## Notes
525525
526-
- The values-icp.yaml file is used for deploying the Ingress Controller on IBM Cloud Private. See the [blog
527-
post](https://www.nginx.com/blog/nginx-ingress-controller-ibm-cloud-private/) for more details.
526+
<!-- I'm waiting for an updated link, 16Aug2024 - The values-icp.yaml file is used for deploying the Ingress Controller on IBM Cloud Private. See the [blog
527+
post](https://www.nginx.com/blog/nginx-ingress-controller-ibm-cloud-private/) for more details. -->
528528
- The values-nsm.yaml file is used for deploying the Ingress Controller with NGINX Service Mesh. See the NGINX Service
529529
Mesh [docs](https://docs.nginx.com/nginx-service-mesh/tutorials/kic/deploy-with-kic/) for more details.

0 commit comments

Comments
 (0)