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 Jan 27, 2023. It is now read-only.
Hi @Tim-Schwalbe! Howe big is your DB disk/volume? Typically this is due to the vacuum settings on postgres to ensure it actually frees the disk space back. See the postgres VACUUM and autovacuum docs: https://www.postgresql.org/docs/current/runtime-config-autovacuum.html It will depend on how your DB is deployed and it's default conf.
Anchore does delete asynchronously, so the API operation just marks the image for deletion, but it should catch up and delete the images within minutes.
Maybe there should be a setting in the values.yaml
This is all to configure regarding postgres.
postgresql:
# To use an external DB or Google CloudSQL in GKE, uncomment & set 'enabled: false'
# externalEndpoint, postgresUser, postgresPassword & postgresDatabase are required values for external postgres
# enabled: false
# If enabled=false specify an external (already existing) postgres deployment for use.
# Set to the host and port. eg. mypostgres.myserver.io:5432
externalEndpoint: Null
postgresUser: anchoreengine
postgresPassword: anchore-postgres,123
postgresDatabase: anchore
# Configure size of the persistent volume used with helm managed chart.
# This should be commented out if using an external endpoint.
persistence:
resourcePolicy: "keep"
size: 10Gi
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
anchore/engine-cli:v0.9.1
What happened:
I already delete all images, but still the same error.
What other things could be the issue here? The feeds itself got too large?
The text was updated successfully, but these errors were encountered: