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

--debug, -D

Enable debug mode.

--jsonlog

Produce JSON-formatted output for easier parsing.

--submit

Submit the support bundle to Mirantis Customer Support along with the following information:

  • Cluster ID

  • MKE version

  • MCR version

  • OS/architecture

  • Cluster size

--loglines

Limit the size of log files to the specified amount.

Default: 10000

--until

Retrieve logs until the specified date and time.

Format: YYYY-MM-DD HH:MM:SS

--since

Retrieve logs since the specified date and time.

Format: YYYY-MM-DD HH:MM:SS

--goroutine

Retrieve goroutine stack straces.