mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
Move cri_socket var to kubespray-defaults (#5149)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
27ec548b88
commit
eb40ac163f
@@ -198,6 +198,16 @@ kube_profiling: false
|
||||
# Container for runtime
|
||||
container_manager: docker
|
||||
|
||||
# CRI socket path
|
||||
cri_socket: >-
|
||||
{%- if container_manager == 'crio' -%}
|
||||
/var/run/crio/crio.sock
|
||||
{%- elif container_manager == 'containerd' -%}
|
||||
/var/run/containerd/containerd.sock
|
||||
{%- else -%}
|
||||
/var/run/dockershim.sock
|
||||
{%- endif -%}
|
||||
|
||||
## Uncomment this if you want to force overlay/overlay2 as docker storage driver
|
||||
## Please note that overlay2 is only supported on newer kernels
|
||||
# docker_storage_options: -s overlay2
|
||||
|
||||
Reference in New Issue
Block a user