We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1b4d2 commit 2cabcd5Copy full SHA for 2cabcd5
pkg/minikube/bootstrapper/kubeadm/templates.go
@@ -60,7 +60,7 @@ bootstrapTokens:
60
- authentication
61
kind: InitConfiguration
62
nodeRegistration:
63
- criSocket: /var/run/dockershim.sock
+ criSocket: {{if .CRISocket}}{{.CRISocket}}{{else}}/var/run/dockershim.sock{{end}}
64
name: {{.NodeName}}
65
taints: []
66
---
0 commit comments