Rancher v1.6 log collection
Logs can be collected from a node within a Rancher v1.6 cluster using the Rancher v1.6 log collector script.
The script needs to be downloaded and run directly on the host using the root user or using sudo, as follows:
wget -O- https://raw.githubusercontent.com/rancherlabs/support-tools/master/collection/rancher/v1.6/logs-collector/rancher16_logs_collector.sh | sudo bash -s
The output will be written to /tmp
to a gziped tar file named <hostname>-<datetime>.tar.gz
Comments
Article is closed for comments.