You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choose some in-tree persistent disk driver that It does not support snapshots as your default sc
kbcli cluster create mysql mycluster
kbcli cluster hscale mycluster --component mysql --replicas 2
cluster status turns to updating
but Backup has failed with following msg
In our cluser controller, we always prefers snapshotDataClone over backupDataClone, controlled by the env VOLUMESNAPSHOT. It is a global env. But each cluster has its own StorageClass, and not all SC supports snaptshot.
We should leave the choice to users or at least to each cluster.
The text was updated successfully, but these errors were encountered:
kbcli cluster create mysql mycluster
kbcli cluster hscale mycluster --component mysql --replicas 2
updating
Backup
has failed with following msgIn our cluser controller, we always prefers
snapshotDataClone
overbackupDataClone
, controlled by the envVOLUMESNAPSHOT
. It is a global env. But each cluster has its own StorageClass, and not all SC supports snaptshot.We should leave the choice to users or at least to each cluster.
The text was updated successfully, but these errors were encountered: