Difference between revisions of "Helm install velero"
Jump to navigation
Jump to search
(Created page with "{{lc}} helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | helm install velero vmware-tanzu/velero \ | ||
+ | --namespace <YOUR NAMESPACE> \ | ||
+ | --create-namespace \ | ||
+ | --set-file credentials.secretContents.cloud=<FULL PATH TO FILE> \ | ||
+ | --set configuration.backupStorageLocation[0].name=<BACKUP STORAGE LOCATION NAME> \ | ||
+ | --set configuration.backupStorageLocation[0].provider=<PROVIDER NAME> \ | ||
+ | --set configuration.backupStorageLocation[0].bucket=<BUCKET NAME> \ | ||
+ | --set configuration.backupStorageLocation[0].config.region=<REGION> \ | ||
+ | --set configuration.volumeSnapshotLocation[0].name=<VOLUME SNAPSHOT LOCATION NAME> \ | ||
+ | --set configuration.volumeSnapshotLocation[0].provider=<PROVIDER NAME> \ | ||
+ | --set configuration.volumeSnapshotLocation[0].config.region=<REGION> \ | ||
+ | --set initContainers[0].name=velero-plugin-for-<PROVIDER NAME> \ | ||
+ | --set initContainers[0].image=velero/velero-plugin-for-<PROVIDER NAME>:<PROVIDER PLUGIN TAG> \ | ||
+ | --set initContainers[0].volumeMounts[0].mountPath=/target \ | ||
+ | --set initContainers[0].volumeMounts[0].name=plugins | ||
[[helm repo add]] vmware-tanzu https://vmware-tanzu.github.io/helm-charts | [[helm repo add]] vmware-tanzu https://vmware-tanzu.github.io/helm-charts | ||
+ | |||
+ | |||
+ | |||
+ | {{Velero}} |
Revision as of 10:52, 11 October 2023
helm install velero vmware-tanzu/velero \ --namespace <YOUR NAMESPACE> \ --create-namespace \ --set-file credentials.secretContents.cloud=<FULL PATH TO FILE> \ --set configuration.backupStorageLocation[0].name=<BACKUP STORAGE LOCATION NAME> \ --set configuration.backupStorageLocation[0].provider=<PROVIDER NAME> \ --set configuration.backupStorageLocation[0].bucket=<BUCKET NAME> \ --set configuration.backupStorageLocation[0].config.region=<REGION> \ --set configuration.volumeSnapshotLocation[0].name=<VOLUME SNAPSHOT LOCATION NAME> \ --set configuration.volumeSnapshotLocation[0].provider=<PROVIDER NAME> \ --set configuration.volumeSnapshotLocation[0].config.region=<REGION> \ --set initContainers[0].name=velero-plugin-for-<PROVIDER NAME> \ --set initContainers[0].image=velero/velero-plugin-for-<PROVIDER NAME>:<PROVIDER PLUGIN TAG> \ --set initContainers[0].volumeMounts[0].mountPath=/target \ --set initContainers[0].volumeMounts[0].name=plugins
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
Velero: [backup | backup-location | bug | client | completion | create | debug | delete | get | describe | help | install
] kubectl kots velero | plugin | repo | restore | schedule | uninstall
], helm install velero
, --help
, Velero: Cluster migration
Advertising: