Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Venktesh Shivam Patel <[email protected]>
Signed-off-by: Jim Ryan <[email protected]>
  • Loading branch information
j1m-ryan and vepatel authored Dec 10, 2024
1 parent 3a0a68f commit a9c568c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/upgrading-to-v4.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Guide on upgrading to v4 and above
docs: DOCS-000
title: Guild on Upgrading to v4 and above
title: Guide on upgrading to NGINX Ingress Controller 4.0.0
toc: true
weight: 2100
headless: true
Expand All @@ -10,7 +10,7 @@ headless: true
{{< note >}}
If you are using NGINX Ingress Controller version `v3.3.2` (Helm Chart `v1.0.2`) or earlier, please upgrade to `v3.7.2` (Helm Chart `v1.4.2`), and convert your TransportServer and GlobalConfiguration resources to `apiVersion` `k8s.nginx.org/v1`.
{{</ note >}}
1. If using NGINX Ingress Controller resources with an `apiVersion` of `k8s.nginx.org/v1alpha1`, prior to upgrading to `v4.x` (Helm Chart `v2.x`) , **please ensure** that they are updated to `apiVersion: k8s.nginx.org/v1`
1. If using NGINX Ingress Controller custom resources with an `apiVersion` of `k8s.nginx.org/v1alpha1`, prior to upgrading to `v4.x` (Helm Chart `v2.x`) , **please ensure** that they are updated to `apiVersion: k8s.nginx.org/v1`
{{< important >}}
If a resource of `kind: GlobalConfiguration`, `kind: Policy` or `kind: TransportServer` is deployed as `apiVersion: k8s.nginx.org/v1alpha1`, it will be **deleted** during the upgrade process
{{</ important >}}
Expand Down

0 comments on commit a9c568c

Please sign in to comment.