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: src/content/Docs/providers/operations/gateway-api-migration/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ description: "Migrate your Akash provider from ingress-nginx TCP proxying to NGI
9
9
10
10
This guide walks through migrating an existing Akash provider from ingress-nginx TCP pass-through to [NGINX Gateway Fabric (NGF)](https://github.com/nginx/nginx-gateway-fabric) using the Kubernetes Gateway API. This migration improves traffic routing for provider endpoints by replacing ad-hoc TCP ConfigMap entries with first-class `TCPRoute` resources.
11
11
12
-
**Important:** Install the Gateway API CRDs and NGINX Gateway Fabric **before** upgrading your provider to a version that requires them. Performing the migration in the order described here prevents downtime.
0 commit comments