Commit 7d74c87
🔧 Increase file descriptor limits in Kind cluster
Addresses root cause of Promtail "too many open files" error by
increasing kubelet maxOpenFiles to 1M. This allows Promtail DaemonSet
to watch log files across all namespaces without exhausting file
descriptors.
Changes:
- Added KubeletConfiguration to Kind cluster config
- Set maxOpenFiles: 1000000 (sufficient for large clusters)
- Set maxPods: 110 (kubelet default)
Requires cluster recreation to apply:
./scripts/kind/00-cleanup.sh
./scripts/kind/01-create-cluster.sh
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 46a9c8d commit 7d74c87
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments