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

K8s libs 27.5 #126

Closed AKamyshnikova closed 1 year ago

AKamyshnikova commented 1 year ago
Q A
Bug fix? []
New feature? [x]
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

Updated k8s libs

Newer controller runtime uses different aproach for Status handling: fake client now requires WithStatusSubresource(..) usage and Status should be updated separetly from whole update.

Fixes: #125

To Do

Multicasskop update.

cscetbon commented 1 year ago

@AKamyshnikova LGTM, can you run e2e on your repo on this PR ? I can't run it on your branch

AKamyshnikova commented 1 year ago

@cscetbon https://github.com/AKamyshnikova/casskop/actions/runs/6183733453 backup-restore failed with authorization to s3 all other tests pass.