spell
parent
16c2077106
commit
c504f2febd
|
@ -88,7 +88,7 @@ func generateTarball(kubernetesVersion, containerRuntime, tarballFilename string
|
||||||
Type: containerRuntime,
|
Type: containerRuntime,
|
||||||
Runner: runner,
|
Runner: runner,
|
||||||
ImageRepository: "",
|
ImageRepository: "",
|
||||||
KubernetesVersion: sv, // this is just to satsify cruntime and shouldnt matter what version.
|
KubernetesVersion: sv, // this is just to satisfy cruntime and shouldnt matter what version.
|
||||||
}
|
}
|
||||||
cr, err := cruntime.New(co)
|
cr, err := cruntime.New(co)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue