Enterprise Server has a built-in troubleshooting tool that collects and analyzes logs and system metrics to help identify issues with the cluster.
kubectl set env deploy/kotsadm -n <namepspace> KOTSADM_LOG_LEVEL=debug
(namespace is default
for Standalone Cluster installations)quit[q]
for the checks that run at the end. The support bundle will be saved in the directory the command is executed from. The support bundle file will look something like support-bundle-2022-09-29T04_05_00.tar.gz
.
Notes:
- You will also need to allow egress to https://sentry.io from the cluster.
- A DSN is already set in your license, so you may have to sync your license (go to Admin Console -> License -> click on Sync License) and redeploy before you can use Sentry.
Enable exporting logs to an external destination
in the Config section.Note: Log forwarding is only supported in standalone cluster installations.