itzg/mc-router
Vedi su GitHubAdd 'patch' verb to ClusterRole/Role for statefulsets scaling
Open
#514 aperta il 2 feb 2026
documentationhelp wanted
Metriche repository
- Star
- (856 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
- Add 'patch' verb to ClusterRole for statefulsets resource
- Required for versionless Patch operation used in auto-scaling
- Eliminates optimistic concurrency errors during scale operations
- Bump chart version to 1.4.1
This change supports the improved scaling logic in mc-router that uses strategic merge patches instead of Get+Update, avoiding resourceVersion conflicts when StatefulSets are modified concurrently.
Originally posted by @cpfarhood in https://github.com/itzg/minecraft-server-charts/pull/280