mirror of https://github.com/kubernetes/kops.git
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:
parent
9934755bde
commit
e4c093a229
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue