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
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,6 @@ This command runs the NGINX Gateway Fabric control plane.
58
58
|_nginx-one-telemetry-endpoint-port_|_int_| The endpoint port that the NGINX One Console telemetry metrics will be sent to. |
59
59
|_nginx-one-tls-skip-verify_|_bool_| Skip TLS verification for NGINX One Console connections. |
60
60
|_gateway-api-inference-extension_|_bool_| Enable Gateway API Inference Extension support. Allows for configuring InferencePools to route traffic to AI workloads. (Default: `false`) |
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. (Default: `false`) |
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
61
|_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