replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
898 stars 88 forks source link

KOTS install should support brining an external object store #457

Open dexhorthy opened 4 years ago

dexhorthy commented 4 years ago

Right now we install minio or (in the case of a kURL cluster) plug into an embedded object store -- it should be possible during kots install to pass a flag to bring an external object store instance. Unclear how we configure auth for this, and I wonder if we'd like to make this configurable in kotsadm or not.

dexhorthy commented 4 years ago

@marccampbell do you have thoughts on design here?