ok it builds again
parent
9a49c587d5
commit
de0573784e
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
clusters: []
|
||||
contexts: []
|
||||
clusters: null
|
||||
contexts: null
|
||||
current-context: minikube
|
||||
kind: Config
|
||||
preferences: {}
|
||||
users: []
|
||||
users: null
|
||||
|
|
|
|||
|
|
@ -42,15 +42,13 @@ func init() {
|
|||
}
|
||||
|
||||
func configure(mc config.MachineConfig) interface{} {
|
||||
cp, _ := config.PrimaryControlPlane(mc)
|
||||
return kic.NewDriver(kic.Config{
|
||||
MachineName: mc.Name,
|
||||
StorePath: localpath.MiniPath(),
|
||||
ImageDigest: kic.BaseImage,
|
||||
CPU: mc.CPUs,
|
||||
Memory: mc.Memory,
|
||||
HostBindPort: cp.Port,
|
||||
OCIBinary: oci.Docker,
|
||||
MachineName: mc.Name,
|
||||
StorePath: localpath.MiniPath(),
|
||||
ImageDigest: kic.BaseImage,
|
||||
CPU: mc.CPUs,
|
||||
Memory: mc.Memory,
|
||||
OCIBinary: oci.Docker,
|
||||
})
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue