---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''

---

## Bug Description
A clear and concise description of what the bug is.

## Environment
- **OS**: [e.g., macOS 12.0, Ubuntu 20.04, Windows 11]
- **Node.js version**: [e.g., 18.17.0]
- **npm version**: [e.g., 9.6.7]
- **Tool version**: [e.g., 1.0.0]
- **Kubernetes version** (if applicable): [e.g., 1.28.0]
- **Cloud provider** (if applicable): [e.g., AWS EKS, Google GKE, Azure AKS]

## Steps to Reproduce
1. Step one
2. Step two
3. Step three
4. See error

## Expected Behavior
A clear and concise description of what you expected to happen.

## Actual Behavior
A clear and concise description of what actually happened.

## Error Messages
```
Paste any error messages here
```

## Configuration
```yaml
# Paste your configuration file here (remove sensitive data)
```

## Command Used
```bash
# Paste the command you ran
```

## Logs
```
Paste relevant log output here
```

## Screenshots
If applicable, add screenshots to help explain your problem.

## Additional Context
Add any other context about the problem here.

## Possible Solution
If you have ideas on how to fix this, please share them here.