mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Merge pull request #15645 from ArtfulCoder/oneNS
Auto commit by PR queue bot
This commit is contained in:
@@ -704,7 +704,7 @@ func SimpleKubelet(client *client.Client,
|
||||
osInterface kubecontainer.OSInterface,
|
||||
fileCheckFrequency, httpCheckFrequency, minimumGCAge, nodeStatusUpdateFrequency, syncFrequency time.Duration,
|
||||
maxPods int,
|
||||
containerManager cm.ContainerManager) *KubeletConfig {
|
||||
containerManager cm.ContainerManager, clusterDNS net.IP) *KubeletConfig {
|
||||
imageGCPolicy := kubelet.ImageGCPolicy{
|
||||
HighThresholdPercent: 90,
|
||||
LowThresholdPercent: 80,
|
||||
@@ -719,6 +719,7 @@ func SimpleKubelet(client *client.Client,
|
||||
CAdvisorInterface: cadvisorInterface,
|
||||
CgroupRoot: "",
|
||||
Cloud: cloud,
|
||||
ClusterDNS: clusterDNS,
|
||||
ConfigFile: configFilePath,
|
||||
ContainerManager: containerManager,
|
||||
ContainerRuntime: "docker",
|
||||
|
||||
Reference in New Issue
Block a user