Switch storage back ends¶
To facilitate online garbage collection, switching storage back ends initializes a new metadata store and erases your existing tags. As a best practice, you should always move, back up, and restore MSR storage back ends together with your metadata.
The following example demonstrates how to swicth your storage back end to Amazon S3:
helm upgrade msr msrofficial/msr \
--set registry.storage.backend=s3 \
--set registry.storage.s3.accesskey=<> \
--set registry.storage.s3.secretkey=<> \
--set registry.storage.s3.region=us-east-2 \
--set registry.storage.s3.bucket=testing-msr-kube