Skip to content

Commit

Permalink
Hack: force networking to kubenet
Browse files Browse the repository at this point in the history
Per trick in #10761
  • Loading branch information
justinsb committed Feb 8, 2021
1 parent 9126441 commit 600ffb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kops/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,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 600ffb3

Please sign in to comment.