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/nginx-one/k8s/add-ngf.md
+51-4Lines changed: 51 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Log in to NGINX One Console. If you need more information, review our [Get start
21
21
You also need:
22
22
23
23
- Administrator access to a Kubernetes cluster.
24
-
-[Helm](https://helm.sh) and [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) must be installed locally.
24
+
-If you use [Helm](https://helm.sh) and [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl), install them locally.
25
25
26
26
27
27
### Create a data plane key
@@ -34,6 +34,8 @@ If you've forgotten your data plane key, you can create a new one. Select **Mana
34
34
35
35
For more options associated with data plane keys, see [Create and manage data plane keys]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}}).
36
36
37
+
<!-- Helm tab -->
38
+
37
39
### Create a Kubernetes secret with the data plane key
38
40
39
41
To create a Kubernetes secret, you'll need:
@@ -52,14 +54,59 @@ Once you have that information, run the following command:
52
54
-n <namespace>
53
55
```
54
56
55
-
56
-
## Install the Gateway API resources
57
+
## Install Gateway API resources
57
58
<!-- Corresponds to step 2 in the UX -->
58
59
{{< include "/ngf/installation/install-gateway-api-resources.md" >}}
59
60
60
61
## Install from the OCI registry
61
62
<!-- Corresponds to step 3 in the UX -->
62
-
{{< include "/ngf/installation/install-oci-registry.md" >}}
63
+
64
+
The following steps install NGINX Gateway Fabric directly from the OCI helm registry. If you prefer, you can [install from sources](#install-from-sources) instead.
65
+
66
+
{{<tabsname="install-helm-oci">}}
67
+
68
+
{{%tab name="NGINX"%}}
69
+
70
+
To install the latest stable release of NGINX Gateway Fabric in the **nginx-gateway** namespace, run the following command:
{{< note >}} If applicable, replace the F5 Container registry `private-registry.nginx.com` with your internal registry for your NGINX Plus image, and replace `nginx-plus-registry-secret` with your Secret name containing the registry credentials. If your NGINX Plus JWT Secret has a different name than the default `nplus-license`, then define that name using the `nginx.usage.secretName` flag. {{< /note >}}
85
+
86
+
To install the latest stable release of NGINX Gateway Fabric in the **nginx-gateway** namespace, run the following command:
0 commit comments