kindplane diagnostics
kindplane diagnostics¶
Run diagnostics on cluster components
Synopsis¶
Collect and display diagnostic information for cluster components.
This command gathers detailed information about pods, providers, and Helm releases to help troubleshoot issues.
Examples¶
# Run diagnostics for all Crossplane components
kindplane diagnostics
# Run diagnostics for a specific component
kindplane diagnostics --component providers
# Run diagnostics for a specific Helm release
kindplane diagnostics --component helm --release nginx-ingress --namespace ingress-nginx
# Customise log output
kindplane diagnostics --max-logs 50
Options¶
--component string Component to diagnose (crossplane, providers, eso, helm)
-h, --help help for diagnostics
--max-logs int Maximum number of log lines per container (default 30)
-n, --namespace string Namespace to inspect
--release string Helm release name (for helm component)
--timeout duration Timeout for diagnostics collection (default 30s)
Options inherited from parent commands¶
SEE ALSO¶
- kindplane - Bootstrap Kind clusters with Crossplane