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/ngf/reference/cli-help.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,13 @@ This command runs the NGINX Gateway Fabric control plane.
51
51
|_usage-report-resolver_|_string_| The nameserver used to resolve the NGINX Plus usage reporting endpoint. Used with NGINX Instance Manager. |
52
52
|_usage-report-skip-verify_|_bool_| Disable client verification of the NGINX Plus usage reporting server certificate. |
53
53
|_usage-report-ca-secret_|_string_| The name of the Secret containing the NGINX Instance Manager CA certificate. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway) |
54
-
|_usage-report-client-ssl-secret_|_string_|TThe name of the Secret containing the client certificate and key for authenticating with NGINX Instance Manager. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway) |
54
+
|_usage-report-client-ssl-secret_|_string_|The name of the Secret containing the client certificate and key for authenticating with NGINX Instance Manager. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway) |
55
55
|_snippets-filters_|_bool_| Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. |
56
56
|_nginx-scc_|_string_| The name of the SecurityContextConstraints to be used with the NGINX data plane Pods. Only applicable in OpenShift. |
57
+
|_nginx-one-dataplane-key-secret_|_string_| The name of the secret which holds the dataplane key that is required to authenticate with the NGINX One Console. Secret must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). |
58
+
|_nginx-one-telemetry-endpoint-host_|_string_| The endpoint host that the NGINX One Console telemetry metrics will be sent to. |
59
+
|_nginx-one-telemetry-endpoint-port_|_int_| The endpoint port that the NGINX One Console telemetry metrics will be sent to. |
60
+
|_nginx-one-tls-skip-verify_|_bool_| Skip TLS verification for NGINX One Console connections. |
0 commit comments