Skip to content

Commit

Permalink
add note for backup repository password configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
  • Loading branch information
shubham-pampattiwar committed Aug 7, 2023
1 parent f78dd07 commit a2d0f7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/docs/main/file-system-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ for namespace2 would be `https://s3-us-west-2.amazonaws.com/bucket/kopia/ns2`.
There may be additional installation steps depending on the cloud provider plugin you are using. You should refer to the
[plugin specific documentation](supported-providers.md) for the must up to date information.

**Note:** Currently, Velero creates a secret named `velero-repo-credentials` in the velero install namespace, this secret consists of a default backup
repository password, the backup repository is created during the first execution of FS Backup after installing Velero with node agent. If you do not
want to use the default password set by Velero, please make sure you update the secret to use your own password of choice, the value of the key to update is `Data[repository-password]`.
Also, please make sure that you update this secret prior to the first FS Backup/creation of backup repository.

### Configure Node Agent DaemonSet spec

After installation, some PaaS/CaaS platforms based on Kubernetes also require modifications the node-agent DaemonSet spec.
Expand Down

0 comments on commit a2d0f7d

Please sign in to comment.