• Clayton Coleman's avatar
    Read BoundPods from etcd instead of ContainerManifestList · 892942af
    Clayton Coleman authored
    There are three values that uniquely identify a pod on a host -
    the configuration source (etcd, file, http), the pod name, and the
    pod namespace. This change ensures that configuration properly
    makes those names unique by changing podFullName to contain both
    name (currently ID in v1beta1, Name in v1beta3) and namespace.
    
    The Kubelet does not properly handle information requests for
    pods not in the default namespace at this time.
    892942af
register.go 2.11 KB