Skip to content

A Kubernetes operator for managing Cassandra backups/restores with Medusa

License

Notifications You must be signed in to change notification settings

k8ssandra/medusa-operator

Repository files navigation

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/[email protected] requires
	k8s.io/[email protected]: 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.