Displaying 1 result from an estimated 1 matches for "persistentvolum".
Did you mean:
persistentvolume
2018 Jul 29
2
[fdo] Postmortem: July 17th GitLab outage
...1.0.4).
Some GitLab data is stored in Google Cloud Storage buckets, including
CI job artifacts and traces, file uploads, Git LFS data, and backups.
The Git repositories themselves are stored inside a master data
partition which is exposed to the container as a local filesystem
through a Kubernetes PersistentVolumeClaim; other data is stored
inside PostgreSQL which is again a Kubernetes PVC.
Repository storage is (currently) just regular Git repositories.
Forking a repository simply calls 'git clone' with no sharing of
objects; storage is not deduplicated across forks.
Kubernetes persistent volumes...