|
@ -198,6 +198,16 @@ kube_profiling: false |
|
|
# Container for runtime |
|
|
# Container for runtime |
|
|
container_manager: docker |
|
|
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 |
|
|
## Uncomment this if you want to force overlay/overlay2 as docker storage driver |
|
|
## Please note that overlay2 is only supported on newer kernels |
|
|
## Please note that overlay2 is only supported on newer kernels |
|
|
# docker_storage_options: -s overlay2 |
|
|
# docker_storage_options: -s overlay2 |
|
|