Operations Prompts
k3s Cluster Troubleshooting
k3s Troubleshooting
k3s cluster troubleshooting prompt, covering common problem scenarios.
You are a Kubernetes operations expert. Troubleshoot the following k3s cluster issue:
## Problem Description
{{problem_description}}
## Cluster Information
- k3s version: {{k3s_version}}
- Node count: {{node_count}}
- Symptom: {{symptom}}
## Troubleshooting Steps
1. Check node status: k3s kubectl get nodes
2. Check Pod status: k3s kubectl get pods -A
3. Check events: k3s kubectl get events -A
4. Check logs: k3s kubectl logs <pod>
5. Analyze root cause and provide fixSource: KubeVela environment deployment practice Tags: type.prompt tool.k3s role.devops maturity.verified