Redgate Clone

Storage Settings (Managed Kubernetes)

When Redgate Clone is deployed in a managed Kubernetes cluster (for example, AKS), images are stored in dynamically provided disks attached to the cluster by your managed Kubernetes provider.

Currently the only setting that is necessary to provide is the total size you wish to provision for the storage of data images and containers, as shown below.


The underlying storage for each of these data images and containers will be managed by your cloud provider using dynamically created persistent volumes. 

Changing the Disk Size

Currently it is necessary to restart the storage control pod within your Kubernetes cluster if you wish to change the total size of the provisioned disks.

You can do this with the following command after you have deployed the new version:

kubectl rollout restart -n redgate-clone-app deployment/rook-ceph-osd-0 



Didn't find what you were looking for?