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

Add volume plugin label to SELinux metrics #121069

Merged
merged 1 commit into from
Oct 25, 2023

Commits on Oct 9, 2023

  1. Add volume plugin label to SELinux metrics

    Record volume plugin name when a volume in a Pod needs a different
    "mount -o context" value than the actually mounted one.
    
    We expect that NFS, CIFS and CephFS volumes would be able to mount such
    volumes just fine with multiple "-o context" values.
    
    We know that the block-volume based ones (ext4, xfs, btrfs, ...) cannot do
    that.
    
    Therefore want to distinguish the volume plugin in metrics, anything
    block-volume based could break an existing application.
    jsafrane committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0be5fdb View commit details
    Browse the repository at this point in the history