mirantis/dtr destroy¶
Destroy a MSR replica’s data
Usage¶
docker run -it --rm mirantis/dtr \
destroy [command options]
Description¶
This command forcefully removes all containers and volumes associated with a MSR replica without notifying the rest of the cluster. Use this command on all replicas uninstall MSR.
Use the ‘remove’ command to gracefully scale down your MSR cluster.
Options¶
Option |
Environment variable |
Description |
---|---|---|
|
$MSR_DESTROY_REPLICA_ID |
The ID of the replica to destroy. |
|
$UCP_URL |
The MKE URL including domain and port. |
|
$UCP_USERNAME |
The MKE administrator username. |
|
$UCP_PASSWORD |
The MKE administrator password. |
|
$DEBUG |
Enable debug mode for additional logs. |
|
$MSR_EXTENDED_HELP |
Display extended help text for a given command. |
|
$UCP_INSECURE_TLS |
Disable TLS verification for MKE. The installation uses TLS but always
trusts the TLS certificate used by MKE, which can lead to man-in-the-middle attacks. For production deployments, use
|
|
$UCP_CA |
Use a PEM-encoded TLS CA certificate for MKE.Download the MKE TLS CA
certificate from |