mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Fix vsphere selinux support
Managed flag must be true for SELinux relabelling to work for vsphere.
This commit is contained in:
@@ -188,6 +188,7 @@ type vsphereVolumeMounter struct {
|
||||
func (b *vsphereVolumeMounter) GetAttributes() volume.Attributes {
|
||||
return volume.Attributes{
|
||||
SupportsSELinux: true,
|
||||
Managed: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user