diff --git a/content/nginx-one-console/k8s/add-ngf-helm.md b/content/nginx-one-console/k8s/add-ngf-helm.md index 10685d94a..fc81a97af 100644 --- a/content/nginx-one-console/k8s/add-ngf-helm.md +++ b/content/nginx-one-console/k8s/add-ngf-helm.md @@ -137,6 +137,27 @@ To wait for the Deployment to be ready, you can either add the `--wait` flag to kubectl wait --timeout=5m -n nginx-gateway deployment/ngf-nginx-gateway-fabric --for=condition=Available ``` +## Deploy a Gateway + +Now that the control plane is installed, you need to create a Gateway, which will provision NGINX and NGINX Agent. For example: + +```yaml +kubectl apply -f - <}} diff --git a/content/nginx-one-console/k8s/add-ngf-manifests.md b/content/nginx-one-console/k8s/add-ngf-manifests.md index e9c798f84..0ff5ba455 100644 --- a/content/nginx-one-console/k8s/add-ngf-manifests.md +++ b/content/nginx-one-console/k8s/add-ngf-manifests.md @@ -43,6 +43,27 @@ Specify the data plane key Secret name in the `--nginx-one-dataplane-key-secret` {{< include "/ngf/installation/deploy-ngf-manifests.md" >}} +## Deploy a Gateway + +Now that the control plane is installed, you need to create a Gateway, which will provision NGINX and NGINX Agent. For example: + +```yaml +kubectl apply -f - <}}