Skip to content

Commit

Permalink
Accomodate machine specs for openshift/cluster-api#34
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Apr 29, 2019
1 parent a7e81d4 commit 6b143d2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pkg/manifests/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -958,10 +958,6 @@ func TestingMachine(clusterID string, namespace string, providerSpec machinev1be
},
},
ProviderSpec: providerSpec,
Versions: machinev1beta1.MachineVersionInfo{
Kubelet: "1.10.1",
ControlPlane: "1.10.1",
},
},
}

Expand All @@ -981,10 +977,6 @@ func MasterMachine(clusterID, namespace string, providerSpec machinev1beta1.Prov
},
Spec: machinev1beta1.MachineSpec{
ProviderSpec: providerSpec,
Versions: machinev1beta1.MachineVersionInfo{
Kubelet: "1.10.1",
ControlPlane: "1.10.1",
},
},
}

Expand Down Expand Up @@ -1076,10 +1068,6 @@ func WorkerMachineSet(clusterID, namespace string, providerSpec machinev1beta1.P
},
},
ProviderSpec: providerSpec,
Versions: machinev1beta1.MachineVersionInfo{
Kubelet: "1.10.1",
ControlPlane: "1.10.1",
},
},
},
},
Expand Down

0 comments on commit 6b143d2

Please sign in to comment.