Project

General

Profile

Bugless #24

Updated by q3k over 3 years ago

Currently the registry and registry's auth service run on some off the shelf ceph PVC-backed service: https://cs.hackerspace.pl/hscloud/-/blob/cluster/kube/lib/registry.libsonnet 

 We make an alternative should move the registry that would to store image its metadata on crdb, and even consider storing registry image blobs there, too (or on some local volumes). 

 This would let us run the registry (and thus a bunch of custom images) even if Ceph (and/or radosgw) is having issues.

Back