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/upgrading-ngf.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Upgrade NGINX Gateway Fabric to version 2.x
3
3
weight: 400
4
4
toc: true
5
-
type: how-to
5
+
type: upgrade-ngf
6
6
product: NGF
7
7
docs: DOCS-0000
8
8
---
@@ -20,7 +20,7 @@ To upgrade NGINX Gateway Fabric from version 1.x to the new architecture in vers
20
20
21
21
To remove the previous version 1.x of NGINX Gateway Fabric, follow these steps:
22
22
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:
23
+
First, run the following command to uninstall NGINX Gateway Fabric from the `nginx-gateway` namespace, and update `ngf` to your release name if it is different:
24
24
25
25
```shell
26
26
helm uninstall ngf -n nginx-gateway
@@ -87,15 +87,15 @@ NGINX configurations are generated by the control plane and securely delivered t
87
87
88
88
Each data plane pod runs NGINX alongside the Agent, which applies config updates and handles reloads without shared volumes or signals. This design ensures dynamic, per-Gateway traffic management and operational isolation.
89
89
90
-
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.
90
+
New fields have been added to the `NginxProxy` resource to configure infrastructure-related settings for data plane deployments. The `NginxProxy` resource is now a namespaced-scoped resource, instead of a cluster-scoped resource, and can be modified at either the Gateway or GatewayClass level. These new fields provide the flexibility to customize deployment and service configurations.
91
91
92
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.
93
93
94
94
95
95
### Key links for the version 2.x update
96
96
97
97
- To read more on [modifying data plane configuration]({{< ref "/ngf/how-to/data-plane-configuration.md" >}}).
98
-
- To learn more about [deploying a Gateway for data plane instances]({{< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >}})
98
+
- To learn more about [deploying a Gateway for data plane instances]({{< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >}}).
99
99
- To adding secure [authentication to control plane and data planes]({{< ref "/ngf/installation/installing-ngf/control-plane-certs.md" >}}).
100
100
- To read more about [architecture changes]({{< ref "/ngf/overview/gateway-architecture.md" >}}).
101
101
- For detailed [API reference]({{< ref "/ngf/reference/api.md" >}}).
0 commit comments