Commit 62d5ded
feat: Disable grafana-agent NodePool in Helm chart for cost reduction
Disabled grafana-agent NodePool creation in Helm values:
- Set enabled: false to prevent NodePool creation
- Updated consolidateAfter to "1s" for immediate termination
- Updated budget to "100%" to allow all nodes to be terminated
- Set CPU limit to "0" to prevent new provisioning
Also deleted minimal-test-pool directly via kubectl.
Expected result: All remaining Karpenter NodePools will scale to 0
Cost impact: Additional ~$500/month savings from grafana-agent nodes
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent de84666 commit 62d5ded
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments