Skip to content

Commit

Permalink
docs: DOC-823 update to MinIO steps (#1522)
Browse files Browse the repository at this point in the history
* docs: DOC-823 update to MinIO steps

* Update docs/docs-content/clusters/cluster-management/backup-restore/create-cluster-backup.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
  • Loading branch information
karl-cardenas-coding and ritawatson authored Sep 6, 2023
1 parent 5d89231 commit 44a288b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,15 @@ Use the following steps to validate adding the new backup location.
|**S3 Bucket**|The name of the S3 bucket you created in the MinIO object store. |
| **Region** | The region where the MinIO server is configured. Example: `us-east-1` |
|**S3 URL** | The MinIO object storage console URL. Example: `http://12.123.234.567:0000`|
|**Force S3 path style** | An optional setting that forces S3 path style addressing. Otherwise, the URL will be converted to virtual-host style addressing with the bucket name appended to the URL.|
|**Force S3 path style** | This value is required for MinIO.|

<br />

:::caution

Ensure you check the **Force S3 path style** checkbox. S3 path style is required by Velero to access the MinIO object storage. Palette uses [Velero](https://velero.io/docs) to create backups.

:::


5. Next, provide the access key for the MiniIO user. The access key has two parts - the *access key ID* and the *secret key*.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A backup operation can only back up specified namespaces, cluster-scoped resourc

:::info

Palette uses open-source Velero to provide backup and restore capabilities. You can learn more about Velero by checking out their [Restore Reference](https://velero.io/docs/main/restore-reference/) and [Backup Reference](https://velero.io/docs/main/backup-reference/) documentation.
Palette uses open-source Velero to provide backup and restore capabilities. You can learn more about Velero by checking out their [Restore Reference](https://velero.io/docs/main/restore-reference) and [Backup Reference](https://velero.io/docs/main/backup-reference).


:::
Expand Down

0 comments on commit 44a288b

Please sign in to comment.