itzg/mc-router

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

开放

#514 创建于 2026年2月2日

 (1 条评论) (0 个反应) (0 位负责人)Go (61 个派生)github user discovery
documentationhelp wanted

仓库指标

星标
 (856 个星标)
PR 合并指标
 (平均合并 1天 22小时) (30 天内合并 13 个 PR)

描述

  • 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

贡献者指南