mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-18 22:07:26 +00:00
Merge pull request #42973 from gnufied/fix-vsphere-selinux
Automatic merge from submit-queue Fix vsphere selinux support Managed flag must be true for SELinux relabelling to work for vsphere. Fixes #42972
This commit is contained in:
@@ -188,6 +188,7 @@ type vsphereVolumeMounter struct {
|
|||||||
func (b *vsphereVolumeMounter) GetAttributes() volume.Attributes {
|
func (b *vsphereVolumeMounter) GetAttributes() volume.Attributes {
|
||||||
return volume.Attributes{
|
return volume.Attributes{
|
||||||
SupportsSELinux: true,
|
SupportsSELinux: true,
|
||||||
|
Managed: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user