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
k8s-snapshots logs an annotation not found entry for every PVC that doesn't have the annotation with a severity of ERROR, which produces so much noise.
k8s-snapshots
logs anannotation not found
entry for every PVC that doesn't have the annotation with a severity ofERROR
, which produces so much noise.I think that having some PVCs without the annotation should be okay, and at most logged as
INFO
.This is already the case for PVs as you can see here: https://github.com/miracle2k/k8s-snapshots/blob/master/k8s_snapshots/core.py#L227
fix proposal here: #108
The text was updated successfully, but these errors were encountered: