itzg/mc-router

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

オープン

#514 opened on 2026/02/02

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (61 件のフォーク)github user discovery
documentationhelp wanted

Repository metrics

Stars
 (856 個のスター)
PR merge metrics
 (平均マージ 1d 22h) (30d で 13 merged PRs)

説明

  • 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

コントリビューターガイド