mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Add non-numeric user name support.
This commit is contained in:
@@ -146,7 +146,7 @@ func (m *kubeGenericRuntimeManager) generatePodSandboxLinuxConfig(pod *api.Pod,
|
||||
HostIpc: &sc.HostIPC,
|
||||
HostPid: &sc.HostPID,
|
||||
},
|
||||
RunAsUser: sc.RunAsUser,
|
||||
RunAsUser: convertToRuntimeRunAsUser(sc.RunAsUser),
|
||||
}
|
||||
|
||||
if sc.FSGroup != nil {
|
||||
|
||||
Reference in New Issue
Block a user