Medusa Operator
Medusa Operator is a Kubernetes operator that provides backup/restore capabilities for Apache Cassandra® using Medusa for Apache Cassandra®. The operator works directly with the CassandraDatacenter
custom resource provided by Cass Operator.
Dependencies
For information on the packaged dependencies of Medusa Operator and their licenses, check out our open source report.
Upgrading Kubernetes Dependencies
When upgrading Kubernetes Go modules, you're likely to get the following error:
go get: k8s.io/kubernetes@v1.21.4 requires
k8s.io/component-helpers@v0.0.0: reading k8s.io/component-helpers/go.mod at revision v0.0.0: unknown revision v0.0.0
In this case, run the scripts/download-deps.sh
script with your target Kubernetes version as argument.
For example:
./scripts/download-deps.sh v1.21.4
It will download the missing modules and update the go.mod
file accordingly.
Run go mod tidy
after that to update the go.sum
file.