You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ngf/installation/installing-ngf/upgrading-ngf.md
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,26 @@ product: NGF
7
7
docs: DOCS-0000
8
8
---
9
9
10
-
This guide provides step-by-step instructions for upgrading NGINX Gateway Fabric from version 1.x to 2.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.x, highlighting key architectural changes, expected downtime, and important considerations for custom resource definitions (CRDs).
11
11
12
-
---
13
12
14
13
### Upgrade from v1.x to v2.x
15
14
16
15
To upgrade NGINX Gateway Fabric from version 1.x to the new architecture in version 2.x, 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.
17
16
18
17
{{<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>}}
To remove the previous version 1.x of NGINX Gateway Fabric, follow these steps:
23
22
24
-
1. Run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, updating `ngf` to your release name if different:
23
+
First, run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, and update the release name to `ngf` to your release name if it is different:
25
24
26
25
```shell
27
26
helm uninstall ngf -n nginx-gateway
28
27
```
29
28
30
-
2. To remove the CRDs associated with NGINX Gateway Fabric version 1.x, run the following command:
29
+
Afterwards, remove CRDs associated with NGINX Gateway Fabric version 1.x with the following command:
@@ -78,7 +76,6 @@ For additional customization options during the installation process using manif
78
76
79
77
{{</tabs>}}
80
78
81
-
---
82
79
83
80
### Architecture changes
84
81
@@ -94,7 +91,6 @@ New fields have been added to the `NginxProxy` resource to configure infrastruct
94
91
95
92
For detailed instructions on how to modify these settings, refer to the [Configure infrastructure-related settings]({{< ref "/ngf/how-to/data-plane-configuration.md#configure-infrastructure-related-settings" >}}) guide.
0 commit comments