Uses of Class
com.azure.resourcemanager.containerservice.models.KubeletConfig
Packages that use KubeletConfig
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubeletConfig in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return KubeletConfigModifier and TypeMethodDescriptionAgentPoolInner.kubeletConfig()Get the kubeletConfig property: The Kubelet configuration on the agent pool nodes.ManagedClusterAgentPoolProfileProperties.kubeletConfig()Get the kubeletConfig property: The Kubelet configuration on the agent pool nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type KubeletConfigModifier and TypeMethodDescriptionAgentPoolInner.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: The Kubelet configuration on the agent pool nodes.ManagedClusterAgentPoolProfileProperties.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: The Kubelet configuration on the agent pool nodes. -
Uses of KubeletConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return KubeletConfigModifier and TypeMethodDescriptionstatic KubeletConfigKubeletConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KubeletConfig from the JsonReader.KubeletConfig.withAllowedUnsafeSysctls(List<String> allowedUnsafeSysctls) Set the allowedUnsafeSysctls property: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).KubeletConfig.withContainerLogMaxFiles(Integer containerLogMaxFiles) Set the containerLogMaxFiles property: The maximum number of container log files that can be present for a container.KubeletConfig.withContainerLogMaxSizeMB(Integer containerLogMaxSizeMB) Set the containerLogMaxSizeMB property: The maximum size (e.g. 10Mi) of container log file before it is rotated.KubeletConfig.withCpuCfsQuota(Boolean cpuCfsQuota) Set the cpuCfsQuota property: The default is true.KubeletConfig.withCpuCfsQuotaPeriod(String cpuCfsQuotaPeriod) Set the cpuCfsQuotaPeriod property: The default is '100ms.'KubeletConfig.withCpuManagerPolicy(String cpuManagerPolicy) Set the cpuManagerPolicy property: The default is 'none'.KubeletConfig.withFailSwapOn(Boolean failSwapOn) Set the failSwapOn property: If set to true it will make the Kubelet fail to start if swap is enabled on the node.KubeletConfig.withImageGcHighThreshold(Integer imageGcHighThreshold) Set the imageGcHighThreshold property: To disable image garbage collection, set to 100.KubeletConfig.withImageGcLowThreshold(Integer imageGcLowThreshold) Set the imageGcLowThreshold property: This cannot be set higher than imageGcHighThreshold.KubeletConfig.withPodMaxPids(Integer podMaxPids) Set the podMaxPids property: The maximum number of processes per pod.KubeletConfig.withTopologyManagerPolicy(String topologyManagerPolicy) Set the topologyManagerPolicy property: For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager).Methods in com.azure.resourcemanager.containerservice.models with parameters of type KubeletConfigModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withKubeletConfig(KubeletConfig kubeletConfig) Set the kubeletConfig property: The Kubelet configuration on the agent pool nodes.