Skip to content

Commit 3b7acb9

Browse files
salonichf5sjberman
andauthored
Apply suggestions from code review
Co-authored-by: Saylor Berman <[email protected]>
1 parent 527d8d9 commit 3b7acb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/ngf/installation/installing-ngf/upgrading-ngf.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ product: NGF
77
docs: DOCS-0000
88
---
99

10-
This guide provides step-by-step instructions for upgrading NGINX Gateway Fabric from version 1.6.x to 2.0.x, highlighting key architectural changes, expected downtime, and important considerations for custom resource definitions.
10+
This guide provides step-by-step instructions for upgrading NGINX Gateway Fabric from version 1.x to 2.0, highlighting key architectural changes, expected downtime, and important considerations for custom resource definitions.
1111

1212
---
1313

14-
### Upgrade from v1.6.x to v2.0.x
14+
### Upgrade from v1.x to v2.0
1515

16-
To upgrade NGINX Gateway Fabric from version 1.6.2 to the latest version 2.0.0, you must uninstall the existing CRDs and perform a fresh installation with the new CRDs. This upgrade involves uninstalling the existing NGINX Gateway Fabric deployment making it a breaking change and will lead to application downtime during the process.
16+
To upgrade NGINX Gateway Fabric from version 1.6.2 to the latest version 2.0.0, you must uninstall the existing NGINX Gateway Fabric CRDs and deployment, and perform a fresh installation. This will cause brief downtime during the upgrade process.
1717

18-
{{<note>}} You do not need to uninstall the Gateway API CRDs during the upgrade. These standard Kubernetes resources are compatible with the new NGINX Gateway Fabric version. {{</note>}}
18+
{{<note>}} You do not need to uninstall the Gateway API CRDs during the upgrade. These resources are compatible with the new NGINX Gateway Fabric version. {{</note>}}
1919

2020
#### Uninstalling previous NGINX Gateway Fabric v1.6.x
2121

2222
To remove the previous version 1.6.x of NGINX Gateway Fabric, follow these steps:
2323

24-
1. Run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace:
24+
1. Run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, updating `ngf` to your release name if different:
2525

2626
```shell
2727
helm uninstall ngf -n nginx-gateway

0 commit comments

Comments
 (0)