PodSpecV1.HostUsers Property

Definition

Determines whether the container(s) in the pod will run with the same user ID and group ID settings as the host. If set to true, containers will share the same host user namespace. If set to false or omitted, the containers will have their user and group IDs isolated within their own namespace. This setting impacts security configurations and should be used with caution.

[YamlDotNet.Serialization.YamlMember(Alias="hostUsers")]
public bool? HostUsers { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="hostUsers")>]
member this.HostUsers : Nullable<bool> with get, set
Public Property HostUsers As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to