Skip to content

Commit 2ca3a6f

Browse files
committed
Review arguments documentation
1 parent 86a6d77 commit 2ca3a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/common/arguments.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Dashboard containers accept multiple arguments that can be used to customize the
2525
| bind-address | 0.0.0.0 | The IP address on which to serve the `--port` (set to 0.0.0.0 for all interfaces). |
2626
| token-exchange-endpoint | - | Endpoint used when `--cluster-context-enabled=true` to exchange auth token for the unique context identifier. |
2727
| default-cert-dir | /certs | Directory path containing `--tls-cert-file` and `--tls-key-file` files. Used also when auto-generating certificates flag is set. Relative to the container, not the host. |
28+
| apiserver-ca-bundle | - | File containing the x509 certificates used for HTTPS connection to the API Server. Relative to the container, not the host. |
2829
| tls-cert-file | - | File containing the default x509 Certificate for HTTPS. |
2930
| tls-key-file | - | File containing the default x509 private key matching --tls-cert-file. |
3031
| apiserver-host | - | The address of the Kubernetes Apiserver to connect to in the format of protocol://address:port, e.g., http://localhost:8080. If not specified, the assumption is that the binary runs inside a Kubernetes cluster and local discovery is attempted. |
@@ -41,6 +42,7 @@ Dashboard containers accept multiple arguments that can be used to customize the
4142
| Argument name | Default value | Description |
4243
|---------------------------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4344
| apiserver-skip-tls-verify | false | Enable if connection with remote Kubernetes API should skip TLS verify. |
45+
| apiserver-ca-bundle | - | File containing the x509 certificates used for HTTPS connection to the API Server. Relative to the container, not the host. |
4446
| port | 8000 | The secure port to listen to for incoming HTTPS requests. |
4547
| address | 0.0.0.0 | The IP address on which to serve the `--port` (set to 0.0.0.0 for all interfaces). |
4648
| kubeconfig | - | Path to `kubeconfig` file. |

0 commit comments

Comments
 (0)