Project

General

Profile

Bugless #24

Updated by q3k about 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 service. 

 We should move the registry to store 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