Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Registry Enhancements #1974

Closed
iwilltry42 opened this issue Jul 25, 2023 · 1 comment
Closed

Registry Enhancements #1974

iwilltry42 opened this issue Jul 25, 2023 · 1 comment
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@iwilltry42
Copy link
Contributor

iwilltry42 commented Jul 25, 2023

As per internal Slack discussion, we want to introduce the following changes:

  1. Garbage Collect unused tags on some interval. - Not happening for now because we uncovered more and more pitfalls around this and we'll probably start on the manager side for this
  2. Start the internal registry backed by an actual PV if a default storage class is present (10G size - no configuration options)
@iwilltry42 iwilltry42 self-assigned this Jul 25, 2023
@cjellick cjellick added this to the Backlog milestone Aug 2, 2023
@cjellick cjellick added the kind/enhancement New feature or request label Aug 2, 2023
@sangee2004
Copy link
Contributor

Tested with acorn version - v0.8.0-rc4+b6a95e8a

In my local cluster, local-path is the default storage provider.

 kubectl get storageclass
NAME                   PROVISIONER             RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
local-path (default)   rancher.io/local-path   Delete          WaitForFirstConsumer   false                  165d

Registry has a PVC in the acorn-image-system

kubectl get pvc -n acorn-image-system
NAME       STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE
registry   Bound    pvc-2cf2be60-f2ef-4408-b41a-caee8b6d1e58   10Gi       RWO            local-path     22h

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants