Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes update strategy from OnDelete to automatic
To see this in action, with no other changes: kubectl -n kafka patch statefulset kafka --type='json' -p='[{"op": "replace", "path": "/spec/updateStrategy/type", "value": "RollingUpdate"}]'
- Loading branch information