You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's possible to add additional parameters to the config for the Backup Storage Location (for AWS) Object via the ClusterBackupStorageLocation object (at the seed). This should be documented.
apiVersion: kubermatic.k8c.io/v1kind: ClusterBackupStorageLocationmetadata:
labels:
csbl-display-name: seed-minioproject-id: YOUR-PROJECT-IDname: seed-minio-YOUR-PROJECT-IDnamespace: kubermaticspec:
backupSyncPeriod: 1m0sconfig:
region: minio#### NOTE: URL must be accisble from the user cluster network scopes3Url: https://minio.demo.kubermatic.io # Whether to use path-style addressing instead of virtual hosted bucket addressing. Set to "true"# if using a local storage service like MinIO.## Optional (defaults to "false").s3ForcePathStyle: "true"# If specified, use this instead of "s3Url" when generating download URLs (e.g., for logs). This# field is primarily for local storage services like MinIO.#credential:
key: cloud-credentialsname: credential-seed-minio-nczgr7n44g-h6qkj #located in kubermatic namespaceobjectStorage:
bucket: user-cluster-backupprovider: aws
The text was updated successfully, but these errors were encountered:
Currently a Minio S3 endpoint doesn't work out-of the box, see kubermatic/dashboard#6732.
Right now it's possible to add additional parameters to the
config
for the Backup Storage Location (for AWS) Object via theClusterBackupStorageLocation
object (at the seed). This should be documented.export KUBECONFIG=path-to-seed-kubeconfig kubectl apply -f clusterbackuplocation.project.x.yaml
The text was updated successfully, but these errors were encountered: