LinuxCommandLibrary

stolonctl

stolonctl

TLDR

Get cluster status

$ stolonctl --cluster-name [cluster_name] --store-backend [store_backend] --store-endpoints [store_endpoints] status
copy


Get cluster data
$ stolonctl --cluster-name [cluster_name] --store-backend [store_backend] --store-endpoints [store_endpoints] clusterdata
copy


Get cluster specification
$ stolonctl --cluster-name [cluster_name] --store-backend [store_backend] --store-endpoints [store_endpoints] spec
copy


Update cluster specification with a patch in JSON format
$ stolonctl --cluster-name [cluster_name] --store-backend [store_backend] --store-endpoints [store_endpoints] update --patch '[cluster_spec]'
copy

Copied to clipboard