Skip to content

Commit 3c73dce

Browse files
committed
feat: Adjust phrasing of dashboard sentence, add note to upgrade
1 parent 7a7a71c commit 3c73dce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/ngf/install/upgrade-version.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ Afterwards, remove CRDs associated with NGINX Gateway Fabric version 1.x with th
128128
kubectl delete -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.6.2/deploy/crds.yaml
129129
```
130130

131+
### Install NGINX Gateway Fabric 2.x
132+
133+
{{< important >}}
134+
135+
Before installing 2.x, we recommend following [Add certificates for secure authentication]({{< ref "/ngf/install/secure-certificates.md" >}}).
136+
137+
By default, NGINX Gateway Fabric installs self-signed certificates, which may be unsuitable for a production environment.
138+
139+
{{< /important >}}
140+
131141
{{<tabs name="install-ngf-2.x">}}
132142

133143
{{%tab name="Helm"%}}

content/ngf/monitoring/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To access the dashboard, you will first need to forward connections to port 8765
2121
kubectl port-forward <nginx-plus-pod> 8765:8765 -n <nginx-plus-pod-namespace>
2222
```
2323

24-
Afterwards, use a browser to access [http://127.0.0.1:8765/dashboard.html](http://127.0.0.1:8765/dashboard.html) to access the dashboard.
24+
Afterwards, use a browser to access [http://127.0.0.1:8765/dashboard.html](http://127.0.0.1:8765/dashboard.html) to view the dashboard.
2525

2626
The dashboard will look like this:
2727

0 commit comments

Comments
 (0)