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
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Upgrade NGINX Gateway Fabric to version 2.0.0
2
+
title: Upgrade NGINX Gateway Fabric to version 2.x
3
3
weight: 400
4
4
toc: true
5
5
type: how-to
@@ -11,7 +11,7 @@ This guide provides step-by-step instructions for upgrading NGINX Gateway Fabric
11
11
12
12
---
13
13
14
-
### Upgrade from v1.x to v2.0
14
+
### Upgrade from v1.x to v2.x
15
15
16
16
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
17
@@ -27,7 +27,7 @@ To remove the previous version 1.x of NGINX Gateway Fabric, follow these steps:
27
27
helm uninstall ngf -n nginx-gateway
28
28
```
29
29
30
-
1. To remove the CRDs associated with NGINX Gateway Fabric version 1.x, run the following command:
30
+
2. To remove the CRDs associated with NGINX Gateway Fabric version 1.x, run the following command:
For additional customization options during the helm installation process, take a look at [Installation with Helm]({{< ref "/installation/installing-ngf/helm.md" >}}).
52
+
For additional customization options during the helm installation process, take a look at [Installation with Helm]({{< ref "/ngf/installation/installing-ngf/helm.md" >}}).
For additional customization options during the installation process using manifests, take a look at [Installation with Manifests]({{< ref "/installation/installing-ngf/manifests.md" >}})
72
+
For additional customization options during the installation process using manifests, take a look at [Installation with Manifests]({{< ref "/ngf/installation/installing-ngf/manifests.md" >}})
73
+
74
+
{{</tabs>}}
71
75
72
76
---
73
77
@@ -83,12 +87,14 @@ Each data plane pod runs NGINX alongside the Agent, which applies config updates
83
87
84
88
New fields have been added to the `NginxProxy` resource to configure infrastructure-related settings for data plane deployments. You can modify the `NginxProxy` resource at either the Gateway or GatewayClass level. These new fields provide the flexibility to customize deployment and service configurations.
85
89
86
-
For detailed instructions on how to modify these settings, refer to the [Configure infrastructure-related settings]({{< ref "/how-to/data-plane-configuration.md#configure-infrastructure-related-settings" >}}) guide.
90
+
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.
87
91
88
92
---
89
93
90
94
### Key links for the version 2.x update
91
95
92
-
- To read more on [modifying data plane configuration]({{< ref "/how-to/data-plane-configuration.md" >}})
93
-
- To adding secure [authentication to control plane and data planes]({{< ref "/control-plane-certs.md" >}})
94
-
- For detailed [API reference]({{< ref "/reference/api.md" >}})
96
+
- To read more on [modifying data plane configuration]({{< ref "/ngf/how-to/data-plane-configuration.md" >}}).
97
+
- To learn more about [deploying a Gateway for data plane instances]({< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >})
98
+
- To adding secure [authentication to control plane and data planes]({{< ref "/ngf/installation/installing-ngf/control-plane-certs.md" >}}).
99
+
- To read more about [architecture changes]({{< ref "/ngf/overview/gateway-architecture.md" >}}).
100
+
- For detailed [API reference]({{< ref "/ngf/reference/api.md" >}}).
0 commit comments