Commit bb2b923
Fix StatefulSet update: use server-side apply with force-conflicts
StatefulSets don't allow updating immutable spec fields with regular
kubectl apply. Use --server-side --force-conflicts to handle this,
falling back to --force if server-side apply isn't available.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent cfeff62 commit bb2b923
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
0 commit comments