You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
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
Start the internal registry backed by an actual PV if a default storage class is present (10G size - no configuration options)
The text was updated successfully, but these errors were encountered:
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
As per internal Slack discussion, we want to introduce the following changes:
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 thisThe text was updated successfully, but these errors were encountered: