mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-10 16:46:29 +00:00
Support volume relabling for pods which specify an SELinux label
This commit is contained in:
@@ -219,6 +219,10 @@ func (b *rbd) IsReadOnly() bool {
|
||||
return b.ReadOnly
|
||||
}
|
||||
|
||||
func (b *rbd) SupportsSELinux() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// Unmounts the bind mount, and detaches the disk only if the disk
|
||||
// resource was the last reference to that disk on the kubelet.
|
||||
func (c *rbdCleaner) TearDown() error {
|
||||
|
||||
Reference in New Issue
Block a user