itzg/mc-router

Add 'patch' verb to ClusterRole/Role for statefulsets scaling

Offen

#514 geöffnet am 02.02.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (61 Forks)github user discovery
documentationhelp wanted

Repository-Metriken

Stars
 (856 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 22h) (13 gemergte PRs in 30 T)

Beschreibung

  • 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

Contributor Guide