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
Updated missing documentation for cluster remap command (#1079)
The `cluster-remap` and `revert-cluster-remap` commands have been added
to the project's open-source library to assist administrators in
managing their clusters' UC settings. The `cluster-remap` command allows
users to remap their clusters to UC-enabled ones by providing a
comma-separated list of cluster IDs. It updates the specified clusters
to UC-enabled and stores a backup of the existing cluster configuration
in a JSON file. This backup can be used to revert the cluster remapping
if necessary using the `revert-cluster-remap` command. This command
iterates through the list of clusters from the backup folder and reverts
the cluster configurations to their original state. These commands
provide administrators with the ability to manage their clusters' UC
settings and revert any changes made to the cluster configurations if
necessary, ensuring the integrity and flexibility of their systems.
0 commit comments