Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(persistentvolume): claimRef info to labels #1244

Merged

Commits on Oct 19, 2020

  1. feat(persistentvolume): introduce kube_persistentvolume_claim_ref

    Adds a new metrics to provide claimRef information to Prometheus. In
    tracking down lingering PVs, it would be of interest to know where the
    PV came from. With the claimRef information, it is easier to track down
    the resource owners and inform that they have unclaimed PVs lingering
    around.
    
    Main motivation is that PVs cost money at cloud providers, if PVs stick
    around for long, the costs might increase significantly.
    Duologic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    96b0183 View commit details
    Browse the repository at this point in the history