Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Jan 24, 2021
1 parent 7d244fc commit f9aef8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kops/create_cluster.go
Expand Up @@ -384,6 +384,7 @@ func RunCreateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Cr
c.NetworkID = c.OpenstackNetworkID
}

c.Networking = "kubenet"
clusterResult, err := cloudup.NewCluster(&c.NewClusterOptions, clientset)
if err != nil {
return err
Expand Down

0 comments on commit f9aef8b

Please sign in to comment.