Skip to content

Commit de3ea2f

Browse files
seunghun1eesd109
andauthored
Add warning: No single bucket for multi envs (#272)
* Add warning: No single bucket for multi envs It was found that if user configure multiple environments of Azimuth to use same bucket as object store, one or more environments fails to clean up old volume snapshots. * Apply suggested review change --------- Co-authored-by: Scott Davidson <49713135+sd109@users.noreply.github.com>
1 parent ddcfb47 commit de3ea2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/configuration/15-disaster-recovery.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ velero_bucket_name: <bucket-name>
4040
The specified bucket must already exist - neither azimuth-ops nor Velero will create it.
4141
<!-- prettier-ignore-end -->
4242
43+
<!-- prettier-ignore-start -->
44+
!!! warning "Do not use single bucket for multiple environments"
45+
Velero does not track which Kubernetes cluster a particular backup is taken on, so there is a
46+
risk of seeing unexpected behaviours (e.g. expired backups and volume snapshots not being
47+
deleted cleanly).
48+
<!-- prettier-ignore-end -->
49+
4350
You will also need to consult the documentation for your S3 provider to obtain S3 credentials for
4451
the bucket, and add the access key ID and secret to the following variables:
4552

0 commit comments

Comments
 (0)