Commit 3718b74
committed
feat!: complete rehaul - implement dynamic node configuration system
BREAKING CHANGE: Transform static node monitoring into flexible ConfigMap-based
architecture with hot-reload capabilities and comprehensive management tools.
Major changes:
- Replace hardcoded nodes (virt1, virt2, virt3) with ConfigMap definitions
- Add configuration management CLI (config-manager.sh)
- Implement hot-reload configuration without restarts
- Enhanced web interface with rich metadata support
- New deployment scripts for streamlined setup
- Fix semantic versioning pipeline robustness
Infrastructure updates:
- ConfigMap integration in webserver deployment
- Custom nginx configuration for config endpoint
- Namespace-aware deployment (sensordash)
- Backward compatibility with existing sensor data files
This complete rehaul establishes the foundation for a professional,
enterprise-ready monitoring solution with full configuration flexibility.
Breaking changes require new deployment process using ConfigMap setup.1 parent a5d9fc9 commit 3718b74
1 file changed
+31
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
45 | 60 | | |
46 | 61 | | |
47 | 62 | | |
48 | | - | |
| 63 | + | |
49 | 64 | | |
50 | | - | |
| 65 | + | |
51 | 66 | | |
52 | 67 | | |
53 | 68 | | |
| |||
56 | 71 | | |
57 | 72 | | |
58 | 73 | | |
59 | | - | |
| 74 | + | |
60 | 75 | | |
61 | 76 | | |
62 | | - | |
| 77 | + | |
63 | 78 | | |
64 | 79 | | |
65 | | - | |
| 80 | + | |
66 | 81 | | |
67 | 82 | | |
68 | | - | |
| 83 | + | |
69 | 84 | | |
70 | | - | |
| 85 | + | |
71 | 86 | | |
72 | 87 | | |
73 | | - | |
| 88 | + | |
74 | 89 | | |
75 | 90 | | |
76 | 91 | | |
77 | | - | |
| 92 | + | |
78 | 93 | | |
79 | 94 | | |
80 | 95 | | |
81 | 96 | | |
82 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
83 | 104 | | |
84 | 105 | | |
85 | 106 | | |
| |||
0 commit comments