support¶
Use the support command to create a support bundle for the specified MKE nodes. This command creates a support bundle file for the specified nodes, including the MKE cluster ID, and prints it to stdout.
To use the support command:
docker container run --rm \
  --name mke \
  --log-driver none \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  mirantis/ucp:3.x.y \
  support <command-options> > docker-support.tgz
Options¶
Option  | 
Description  | 
|---|---|
  | 
Enable debug mode.  | 
  | 
Produce JSON-formatted output for easier parsing.  | 
  | 
Submit the support bundle to Mirantis Customer Support along with the following information: 
  | 
  | 
Limit the size of log files to the specified amount. Default: 10000  | 
  | 
Retrieve logs until the specified date and time. Format: YYYY-MM-DD HH:MM:SS  | 
  | 
Retrieve logs since the specified date and time. Format: YYYY-MM-DD HH:MM:SS  | 
  | 
Retrieve goroutine stack straces.  |