cscetbon / casskop

This Kubernetes operator automates Cassandra operations such as deploying rack aware clusters, scaling up and down, configuring C* and its JVM, upgrading JVM and C*, backup/restores and many more...
https://cscetbon.github.io/casskop/
Apache License 2.0
13 stars 8 forks source link

debug print patch when statefulset is going to be updated #111

Closed pchmieli closed 1 year ago

pchmieli commented 1 year ago
Q A
New feature? [x]
License Apache 2.0

What's in this PR?

Printing statefulset patch when it is going to be updated.

Why?

Current method (pretty.Compare(sts1.Spec, sts2.Spec)) is too verbose for most use cases.

New method is added besides the old one.

Checklist