User Cluster Backup Configuration for Minio Backend via KKP UI #6732
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/api
Denotes a PR or issue as being assigned to SIG API.
sig/ui
Denotes a PR or issue as being assigned to SIG UI.
Milestone
Description of the feature you would like to add / User story
As a KKP project admin
I would like to configure as backup target an minio endpoint
in order to use my existing seed minio or self-hosted minio
Solution details
Currently the UI doesn't have an option to set all parameters of the AWS Backupstorage Class of Velero.
E.g. for minio it's required to set the value
s3ForcePathStyle: "true"
To be generic, it would be good to have an additional
yaml
block field to add additional parameters to theconfig
for the Backup Storage Location (for AWS) ObjectAlternative approaches
Currently a config via the CRDS is possible, but not documented (see kubermatic/docs#1707)
Use cases
Flexible Backup Storage Location Config for on-premise Storage
Additional information
The text was updated successfully, but these errors were encountered: