diff --git a/pkg/kubecfg/kubecfg.go b/pkg/kubecfg/kubecfg.go index bb551cae4ba..d4c7c339740 100644 --- a/pkg/kubecfg/kubecfg.go +++ b/pkg/kubecfg/kubecfg.go @@ -166,9 +166,10 @@ func RunController(image, name string, replicas int, client client.Interface, po PodTemplate: api.PodTemplate{ DesiredState: api.PodState{ Manifest: api.ContainerManifest{ + Version: "v1beta2", Containers: []api.Container{ { - Name: name, + Name: strings.ToLower(name), Image: image, Ports: makePorts(portSpec), },