Skip to content

Commit

Permalink
Set etcd version when create cluster with Calico
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjd committed May 3, 2018
1 parent 12f36e0 commit cf99f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/kops/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ func RunCreateCluster(f *util.Factory, out io.Writer, c *CreateClusterOptions) e
cluster.Spec.Networking.Calico = &api.CalicoNetworkingSpec{
APIVersion: "v3",
}
// This is not a special version but simply of the 3 series
cluster.Spec.EtcdClusters[0].Version = "3.2.18"
case "canal":
cluster.Spec.Networking.Canal = &api.CanalNetworkingSpec{}
case "kube-router":
Expand Down

0 comments on commit cf99f48

Please sign in to comment.