Skip to content

Commit

Permalink
Merge pull request #88 from vshn/update/storage-list
Browse files Browse the repository at this point in the history
Update how to get available compositions for object buckets
  • Loading branch information
Kidswiss authored Sep 20, 2023
2 parents 9378d93 + c2888fc commit 82437a0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/modules/ROOT/pages/object-storage/references.adoc
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.

0 comments on commit 82437a0

Please sign in to comment.