Skip to content

Commit 0fac6b4

Browse files
authored
feat: Fix erroneous upgrade link (#989)
This commit fixes a production URL link in NGINX Ingress Controller's instructions which should have been a Hugo reference shortcode.
1 parent 6f4dca8 commit 0fac6b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/includes/nic/installation/create-custom-resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/kubernetes-ingress/v{{<
3030

3131
{{%tab name="Install CRDs after cloning the repo"%}}
3232

33-
{{< call-out "note" >}} If you are installing the CRDs this way, ensure you have first cloned the repository. {{< /call-out >}}
33+
{{< call-out "note" >}}
34+
35+
Read the steps outlined in [Upgrade from 3.x to 4.x]({{< ref "/nic/installation/upgrade-version.md#upgrade-from-3x-to-4x" >}}) before running the CRD upgrade and perform the steps if applicable.
3436

35-
{{< call-out "note" >}} Please make sure to read the steps outlined in [Upgrade to V4](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/upgrade-to-v4/#update-custom-resource-apiversion) before running the CRD upgrade and perform the steps if applicable.
3637
{{< /call-out >}}
3738

3839

0 commit comments

Comments
 (0)