Share via


KubeletConfig.ContainerLogMaxSizeMb Property

Definition

Gets or sets the maximum size (e.g. 10Mi) of container log file before it is rotated.

[Newtonsoft.Json.JsonProperty(PropertyName="containerLogMaxSizeMB")]
public int? ContainerLogMaxSizeMb { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerLogMaxSizeMB")>]
member this.ContainerLogMaxSizeMb : Nullable<int> with get, set
Public Property ContainerLogMaxSizeMb As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to