Merge pull request #5103 from yujuhong/naming

kubelet: revamp the pod/container naming scheme
This commit is contained in:
Dawn Chen
2015-03-06 15:58:58 -08:00
16 changed files with 289 additions and 390 deletions

View File

@@ -410,7 +410,7 @@ func createAndInitKubelet(kc *KubeletConfig, pc *config.PodConfig) (*kubelet.Kub
kc.RegistryBurst,
kc.MinimumGCAge,
kc.MaxContainerCount,
pc.IsSourceSeen,
pc.SeenAllSources,
kc.ClusterDomain,
net.IP(kc.ClusterDNS),
kc.MasterServiceNamespace,