diff --git a/pkg/kubecfg/kubecfg.go b/pkg/kubecfg/kubecfg.go index cd488b1edd4..bb551cae4ba 100644 --- a/pkg/kubecfg/kubecfg.go +++ b/pkg/kubecfg/kubecfg.go @@ -168,6 +168,7 @@ func RunController(image, name string, replicas int, client client.Interface, po Manifest: api.ContainerManifest{ Containers: []api.Container{ { + Name: name, Image: image, Ports: makePorts(portSpec), },