mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-24 00:31:24 +00:00
Automatic merge from submit-queue (batch tested with PRs 49328, 49285, 49307, 49127, 49163) fix mutation in statefulset sync Original issue: https://github.com/openshift/origin/issues/15324 Seems like something inside `UpdateStatefulSet` mutates the StatefulSet. We might need to dig deeper to find the exact location where the non-copy mutation happens.