Class BareMetalKubeletConfig
KubeletConfig defines the modifiable kubelet configurations for bare metal machines. Note: this list includes fields supported in GKE (see https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#kubelet-options).
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalKubeletConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RegistryBurst
The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
Declaration
[JsonProperty("registryBurst")]
public virtual int? RegistryBurst { get; set; }
Property Value
Type | Description |
---|---|
int? |
RegistryPullQps
The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
Declaration
[JsonProperty("registryPullQps")]
public virtual int? RegistryPullQps { get; set; }
Property Value
Type | Description |
---|---|
int? |
SerializeImagePullsDisabled
Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
Declaration
[JsonProperty("serializeImagePullsDisabled")]
public virtual bool? SerializeImagePullsDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |