Backing up a cluster with PV makes the entire cluster unusable #3272
-
version velero-v1.5.2Minio deployed separately❯ docker run -p 9000:9000 velero install deploy nginx-pvapiVersion: v1 kind: PersistentVolumeClaim apiVersion: apps/v1 apiVersion: v1
backup nginxvelero backup create nginx-example-backup --include-namespaces nginx-example velero logstime="2020-12-29T05:58:16Z" level=info msg="Getting items for group" backup=velero/nginx-example-backup group=servicemesh.kubesphere.io/v1alpha2 logSource="pkg/backup/item_collector.go:76" Now the cluster is unavailable and the CPU value has soaredload average: 61.92, 57.97, 40.27 4202 root 20 0 774512 575992 43256 S 11.0 3.5 11:41.03 kube-apiserver Don't know what causes it |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@misteruly Can you remove this section and re-try it?
The freezing may have caused some unexpected behavior. Also, is this a local installation on your computer? |
Beta Was this translation helpful? Give feedback.
-
@nrb This is the test environment.How to migrate PV data from the original cluster to the new cluster and associate it with POD??? |
Beta Was this translation helpful? Give feedback.
-
@misteruly Velero will automatically associate pods with their PVs, but the |
Beta Was this translation helpful? Give feedback.
@misteruly Velero will automatically associate pods with their PVs, but the
fsfreeze
hooks are not always necessary. They are only needed with restic.