-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from vshn/update/storage-list
Update how to get available compositions for object buckets
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
= Object Storage References | ||
|
||
== Provider References | ||
== APPUiO Cloud | ||
|
||
The following Cloud Provider references are available, to be used in the `ObjectBucket` object under `spec.compositionRef` | ||
|
||
cloudscale.ch:: `cloudscale.objectbuckets.appcat.vshn.io` | ||
|
||
Exoscale:: `exoscale.objectbuckets.appcat.vshn.io` | ||
|
||
|
||
== APPUiO Managed | ||
|
||
On an APPUiO Managed cluster, it's possible to get a list of available references via `kubectl`. | ||
|
||
[source,bash] | ||
---- | ||
kubectl get appcat | grep "objectbuckets" | ||
cloudscale.objectbuckets.appcat.vshn.io cloudscale.ch Object Storage lpg, rma https://vs.hn/objstor 390d | ||
exoscale.objectbuckets.appcat.vshn.io Exoscale Object Storage de-fra-1, de-muc-1, at-vie-1, ch-gva-2, ch-dk-2, bg-sof-1 https://vs.hn/objstor 370d | ||
minio.objectbuckets.appcat.vshn.io Minio-minio Object Storage default https://vs.hn/objstor 85d | ||
---- | ||
|
||
NOTE: This list will look different depending on what cluster you're connected to. |