admin cluster config fetch
With the admin cluster config fetch
command, you can retrieve the current dynamic configuration of the YDB cluster.
General command syntax:
ydb [global options...] admin cluster config fetch
global options
— Global parameters.
View the description of the dynamic configuration fetch command:
ydb admin cluster config fetch --help
Examples
Fetch the current dynamic configuration of the cluster:
ydb --endpoint grpc://localhost:2135 admin cluster config fetch > config.yaml