Reloader Beta New -
Since “Reloader Beta New” isn’t an official widely known product name, I’ve structured this guide for the two most likely contexts.
Overview
Reloader Beta New is a lightweight, Kubernetes-native controller that automatically restarts or reloads pods when referenced ConfigMaps or Secrets change. Building on the success of the original Reloader, this new beta release introduces faster reconciliation, selective namespace targeting, and native OCI image support for sidecar containers.
Limitations (Beta)
- No Windows container support yet.
- Requires Kubernetes v1.24+.
- Not recommended for statefulsets with persistent volume write locks.
The Future Roadmap: From Beta New to Stable
The development team has published a public roadmap for the Reloader beta new series. The current beta phase is expected to last 6–8 weeks. Key milestones include: reloader beta new
- Week 3: Release of
beta.2(fixing the NFS memory leak). - Week 5: Feature freeze and Release Candidate 1 (RC1).
- Week 7: General Availability (GA) of Reloader 3.2.0 stable.
If you find a bug, the team encourages submitting detailed reports with --debug logs attached to their GitHub Issues page.
Setup Guide
- Download from the official source (GitHub or developer’s Discord) – avoid random EXE files.
- Disable antivirus temporarily (false positives are common for input automation).
- Run as administrator – required for low-level input detection.
- Configure
config.inior in-game overlay:reload_threshold = 2 reload_key = R weapon_check = true - Bind toggle key (e.g., F6 to enable/disable).
- Launch game in windowed or borderless fullscreen (required for overlay).
Known Issues and Bugs in the Current Beta
As with any new beta software, stability is not 100% guaranteed. The development team has acknowledged the following issues in the release notes: Since “Reloader Beta New” isn’t an official widely
- Memory Leak on NFS Volumes: When monitoring files on Network File System (NFS) mounts, the Reloader beta new may exhibit a slow memory creep (approx 10MB per hour). A fix is scheduled for the first release candidate.
- Windows Path Length Limitation: On Windows, paths longer than 260 characters are currently ignored unless you enable long path awareness in the Windows Registry manually.
- Race Condition on High-Load Servers: Under extreme load (over 1,000 file events per second), the new WebSocket listener may drop events. The team recommends setting
--rate-limit=100as a workaround. - GUI Minimize Glitch (macOS only): The system tray icon occasionally disappears on macOS Sonoma after waking from sleep. Restarting the service resolves the issue.
Performance Benchmarks: Stable vs. Reloader Beta New
We ran tests on a standard Ubuntu 22.04 machine (4 vCPUs, 8GB RAM) watching 50 configuration files.
| Metric | Stable Version (3.1.0) | Reloader Beta New (3.2.0-b1) | | :--- | :--- | :--- | | CPU Idle Usage | 2.1% | 0.4% | | Memory (RSS) | 148 MB | 62 MB | | Reload Latency (avg) | 1.2 seconds | 0.18 seconds | | File change detection | Polling (30s interval) | Event-driven (Instant) | No Windows container support yet
The numbers speak for themselves. The new beta is not just an incremental update; it is a rewrite of the core watcher logic.
