Documentation Index
Fetch the complete documentation index at: https://mintlify.com/loft-sh/vcluster/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Debug and troubleshoot virtual cluster issues.Subcommands
collect- Collect debug informationlogs- View vCluster logs
vcluster debug collect
Collect comprehensive debug information about a virtual cluster.Synopsis
Examples
Flags
The namespace where the vCluster is running.
Output file path for debug information.
Include pod logs in the debug bundle.
The driver to use.
What Gets Collected
The debug collect command gathers:- vCluster resources - StatefulSets, Services, ConfigMaps
- Pod status - Current state of all pods
- Events - Recent Kubernetes events
- Logs (if
--include-logsis set) - Control plane logs - Configuration - Helm values and configuration
- Version information - vCluster and Kubernetes versions
vcluster debug logs
View logs from vCluster control plane.Synopsis
Examples
Flags
The namespace where the vCluster is running.
Stream logs in real-time.
Specific container to view logs from.
Number of lines to show from the end.
Complete Example
troubleshoot.sh
Manual Debugging
For deeper debugging, you can inspect resources directly:See Also
- Troubleshooting Guide - Complete troubleshooting documentation
- Monitoring - Set up monitoring