mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
support changing root dir (#2407)
This commit is contained in:
parent
58d5893d68
commit
1a0360dab4
|
|
@ -1,5 +1,9 @@
|
|||
version = 2
|
||||
{{- if .RootDir }}
|
||||
root = "{{ .RootDir }}"
|
||||
{{- else }}
|
||||
root = "/var/lib/containerd"
|
||||
{{- end}}
|
||||
state = "/run/containerd"
|
||||
|
||||
[grpc]
|
||||
|
|
|
|||
Loading…
Reference in New Issue