Add insecure_registry config to crio.conf (#10142)

This commit is contained in:
qlijin
2023-05-29 10:03:41 +08:00
committed by GitHub
parent 0ba2e655f4
commit 8c32be5feb
2 changed files with 5 additions and 0 deletions

View File

@@ -299,6 +299,8 @@ cri_socket: >-
unix:///var/run/cri-dockerd.sock
{%- endif -%}
crio_insecure_registries: []
## 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