File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/setup_installation/admin/ha-dr Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ Restore the Kubernetes objects that were backed up using Velero.
110110 ` ` `
111111 - If you are using an S3-compatible object storage, provide credentials and endpoint :
112112 ` ` ` bash
113- cat << EOF > bsl-credentials
113+ cat << EOF > hopsworks- bsl-credentials
114114 [default]
115115 aws_access_key_id=YOUR_ACCESS_KEY
116116 aws_secret_access_key=YOUR_SECRET_KEY
117117 EOF
118118
119- kubectl create secret generic -n velero bsl-credentials --from-file=cloud=bsl-credentials
119+ kubectl create secret generic -n velero hopsworks- bsl-credentials --from-file=cloud=hopsworks- bsl-credentials
120120
121121 kubectl apply -f - <<EOF
122122 apiVersion: velero.io/v1
@@ -131,7 +131,7 @@ Restore the Kubernetes objects that were backed up using Velero.
131131 s3Url: ENDPOINT
132132 credential:
133133 key: cloud
134- name: bsl-credentials
134+ name: hopsworks- bsl-credentials
135135 objectStorage:
136136 bucket: BUCKET_NAME
137137 prefix: k8s_backup
You can’t perform that action at this time.
0 commit comments