github.com/verrazzano/verrazzano@v1.7.1/platform-operator/thirdparty/charts/velero/templates/NOTES.txt (about) 1 Check that the velero is up and running: 2 3 kubectl get deployment/{{ include "velero.fullname" . }} -n {{ .Release.Namespace }} 4 5 Check that the secret has been created: 6 7 kubectl get secret/{{ include "velero.fullname" . }} -n {{ .Release.Namespace }} 8 9 Once velero server is up and running you need the client before you can use it 10 1. wget https://github.com/vmware-tanzu/velero/releases/download/{{ .Values.image.tag }}/velero-{{ .Values.image.tag }}-darwin-amd64.tar.gz 11 2. tar -xvf velero-{{ .Values.image.tag }}-darwin-amd64.tar.gz -C velero-client 12 13 More info on the official site: https://velero.io/docs