Skip to content

Commit 25e614c

Browse files
committed
feat: Improve phrasing of some upgrade instructions, reduce text
1 parent 3c73dce commit 25e614c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

content/ngf/install/upgrade-version.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,18 @@ By default, NGINX Gateway Fabric installs self-signed certificates, which may be
142142

143143
{{%tab name="Helm"%}}
144144

145-
Follow these steps to install NGINX Gateway Fabric v2.x using Helm:
146-
147-
Next, install the latest stable release of NGINX Gateway Fabric in the `nginx-gateway` namespace. The following `helm install` command will install the NGINX Gateway Fabric release along with the necessary CRDs required for the deployment:
145+
Use the following `helm install` command to install the latest stable NGINX Gateway Fabric release in the `nginx-gateway` namespace. It will also install the CRDs required for the deployment:
148146

149147
```shell
150148
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
151149
```
152150

153-
For additional customization options during the helm installation process, take a look at [Installation with Helm]({{< ref "/ngf/install/helm.md" >}}).
151+
For customization options during the Helm installation process, view the [Install NGINX Gateway Fabric with Helm]({{< ref "/ngf/install/helm.md" >}}) topic.
154152

155153
{{% /tab %}}
156154

157155
{{%tab name="Manifests"%}}
158156

159-
Follow these steps to install NGINX Gateway Fabric v2.x using Manifests:
160-
161157
Apply the new CRDs with the following command:
162158

163159
```shell
@@ -170,7 +166,7 @@ Next, install the latest stable release of NGINX Gateway Fabric in the `nginx-ga
170166
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/default/deploy.yaml
171167
```
172168

173-
For additional customization options during the installation process using manifests, take a look at [Installation with Manifests]({{< ref "/ngf/install/manifests.md" >}}).
169+
For customization options during the Manifest installation process, view the [Install NGINX Gateway Fabric with Manifests]({{< ref "/ngf/install/manifests.md" >}}) topic.
174170

175171
{{% /tab %}}
176172

0 commit comments

Comments
 (0)