upup: protokube is launched from a container; asset not needed

We don't need to include an asset for protokube; we're running it from
the docker registry (like most of the k8s core components)
This commit is contained in:
Justin Santa Barbara 2016-06-07 23:51:36 -04:00
parent 9934755bde
commit e4c093a229
1 changed files with 0 additions and 6 deletions

View File

@ -177,12 +177,6 @@ func (c *CreateClusterCmd) Run() error {
c.Config.NodeUp.Location = location
}
if useProtokube {
location := "https://kubeupv2.s3.amazonaws.com/protokube/protokube.tar.gz"
glog.Infof("Using default protokube location: %q", location)
c.Config.Assets = append(c.Config.Assets, location)
}
var cloud fi.Cloud
var project string