Skip to content

Commit a396bc8

Browse files
authored
Update NGF CLI doc for new feature (#246)
Add new CLI field and update CLI name for the changes in the split feature.
1 parent dc454d0 commit a396bc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/ngf/reference/cli-help.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Learn about the commands available for the executable file of the NGINX Gateway
1313

1414
---
1515

16-
## Static mode
16+
## Controller
1717

18-
This command configures NGINX for a single NGINX Gateway Fabric resource.
18+
This command runs the NGINX Gateway Fabric control plane.
1919

2020
*Usage*:
2121

2222
```shell
23-
gateway static-mode [flags]
23+
gateway controller [flags]
2424
```
2525

2626
---
@@ -47,6 +47,7 @@ This command configures NGINX for a single NGINX Gateway Fabric resource.
4747
| _leader-election-disable_ | _bool_ | Disable leader election, which is used to avoid multiple replicas of the NGINX Gateway Fabric reporting the status of the Gateway API resources. If disabled, all replicas of NGINX Gateway Fabric will update the statuses of the Gateway API resources (Default: `false`). |
4848
| _leader-election-lock-name_ | _string_ | The name of the leader election lock. A lease object with this name will be created in the same namespace as the controller (Default: `"nginx-gateway-leader-election-lock"`). |
4949
| _product-telemetry-disable_ | _bool_ | Disable the collection of product telemetry (Default: `false`). |
50+
| _nginx-docker-secret_ | _list_ | The name of the NGINX docker registry Secret(s). Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). |
5051
| _usage-report-secret_ | _string_ | The name of the Secret containing the JWT for NGINX Plus usage reporting. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway) |
5152
| _usage-report-endpoint_ | _string_ | The endpoint of the NGINX Plus usage reporting server. |
5253
| _usage-report-resolver_ | _string_ | The nameserver used to resolve the NGINX Plus usage reporting endpoint. Used with NGINX Instance Manager. |

0 commit comments

Comments
 (0)