Merge pull request #15645 from ArtfulCoder/oneNS
Auto commit by PR queue bot
This commit is contained in:
@@ -248,7 +248,7 @@ func startComponents(firstManifestURL, secondManifestURL string) (string, string
|
||||
3*time.Second, /* NodeStatusUpdateFrequency */
|
||||
10*time.Second, /* SyncFrequency */
|
||||
40, /* MaxPods */
|
||||
cm)
|
||||
cm, net.ParseIP("127.0.0.1"))
|
||||
|
||||
kubeletapp.RunKubelet(kcfg)
|
||||
// Kubelet (machine)
|
||||
@@ -281,7 +281,8 @@ func startComponents(firstManifestURL, secondManifestURL string) (string, string
|
||||
10*time.Second, /* SyncFrequency */
|
||||
|
||||
40, /* MaxPods */
|
||||
cm)
|
||||
cm,
|
||||
net.ParseIP("127.0.0.1"))
|
||||
|
||||
kubeletapp.RunKubelet(kcfg)
|
||||
return apiServer.URL, configFilePath
|
||||
|
Reference in New Issue
Block a user