Skip to content

Commit

Permalink
Update pkg/minikube/cruntime/docker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Gabeler-Lee <mgabeler-lee@6river.com>
  • Loading branch information
afbjorklund and mgabeler-lee-6rs authored Aug 4, 2022
1 parent 2d39e3a commit 5514399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cruntime/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ func generateCRIDockerdConfig(cr CommandRunner, imageRepository string, kv semve
const CRIDockerServiceConfFile = "/etc/systemd/system/cri-docker.service.d/10-cni.conf"
var CRIDockerServiceConfTemplate = template.Must(template.New("criDockerServiceConfTemplate").Parse(`[Service]
ExecStart=
ExecStart=/usr/bin/cri-dockerd --container-runtime-endpoint fd:// --pod-infra-container-image={.PauseImage} --network-plugin={{.NetworkPlugin}}{{.ExtraArguments}}`))
ExecStart=/usr/bin/cri-dockerd --container-runtime-endpoint fd:// --pod-infra-container-image={{.PauseImage}} --network-plugin={{.NetworkPlugin}}{{.ExtraArguments}}`))

b := bytes.Buffer{}
if err := CRIDockerServiceConfTemplate.Execute(&b, opts); err != nil {
Expand Down

0 comments on commit 5514399

Please sign in to comment.