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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This command runs the NGINX Gateway Fabric control plane.
36
36
|_config_|_string_| The name of the NginxGateway resource to be used for this controller's dynamic configuration. Lives in the same namespace as the controller. |
37
37
|_service_|_string_| The name of the service that fronts this NGINX Gateway Fabric pod. Lives in the same namespace as the controller. |
38
38
|_metrics-disable_|_bool_| Disable exposing metrics in the Prometheus format (Default: `false`). |
39
-
|_metrics-listen-port_|_int_| Sets the port where the Prometheus metrics are exposed. An integer between 1024 - 65535 (Default: `9113`) |
39
+
|_metrics-port_|_int_| Sets the port where the Prometheus metrics are exposed. An integer between 1024 - 65535 (Default: `9113`) |
40
40
|_metrics-secure-serving_|_bool_| Configures if the metrics endpoint should be secured using https. Note that this endpoint will be secured with a self-signed certificate (Default `false`). |
41
41
|_health-disable_|_bool_| Disable running the health probe server (Default: `false`). |
42
42
|_health-port_|_int_| Set the port where the health probe server is exposed. An integer between 1024 - 65535 (Default: `8081`). |
@@ -52,11 +52,15 @@ This command runs the NGINX Gateway Fabric control plane.
52
52
|_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) |
53
53
|_usage-report-enforce-initial-report_|_bool_| Enables or disables the 180-day grace period for sending the initial usage report. |
54
54
|_snippets-filters_|_bool_| Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. |
55
-
|_nginx-scc_|_string_| The name of the SecurityContextConstraints to be used with the NGINX data plane Pods. Only applicable in OpenShift. |
56
-
|_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). |
55
+
|_nginx-scc_|_string_| The name of the SecurityContextConstraints to be used with the NGINX data plane Pods. Only applicable in OpenShift. |
56
+
|_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). |
57
57
|_nginx-one-telemetry-endpoint-host_|_string_| The endpoint host that the NGINX One Console telemetry metrics will be sent to. |
58
-
|_nginx-one-telemetry-endpoint-port_|_int_| The endpoint port that the NGINX One Console telemetry metrics will be sent to. |
59
-
|_nginx-one-tls-skip-verify_|_bool_| Skip TLS verification for NGINX One Console connections. |
58
+
|_nginx-one-telemetry-endpoint-port_|_int_| The endpoint port that the NGINX One Console telemetry metrics will be sent to. |
59
+
|_nginx-one-tls-skip-verify_|_bool_| Skip TLS verification for NGINX One Console connections. |
60
+
|_gateway-api-inference-extension_|_bool_| Enable Gateway API Inference Extension support. Allows for configuring InferencePools to route traffic to AI workloads. |
61
+
|_endpoint-picker-disable-tls_|_bool_| Disables TLS when connecting to the EndpointPicker. Set to true only for development/testing or when using a service mesh for encryption. |
62
+
|_endpoint-picker-tls-skip-verify_|_bool_| Disables server certificate verification when connecting to the EndpointPicker, if TLS is enabled. REQUIRED: Must be true until Gateway API Inference Extension EndpointPicker supports mounting certificates. (Default `true`) |
63
+
|_agent-tls-secret_|_string_| The name of the base Secret containing TLS CA, certificate, and key for the NGINX Agent to securely communicate with the NGINX Gateway Fabric control plane. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). (Default `agent-tls`) |
0 commit comments