mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 01:34:51 -03:30
Add insecure_registry config to crio.conf (#10142)
This commit is contained in:
@@ -313,6 +313,9 @@ allowed_annotations = {{ runtime.allowed_annotations|default([])|to_json }}
|
||||
# this file. Otherwise, leave insecure_registries and registries commented out to
|
||||
# use the system's defaults from /etc/containers/registries.conf.
|
||||
[crio.image]
|
||||
{% if crio_insecure_registries is defined and crio_insecure_registries|length>0 %}
|
||||
insecure_registries = {{ crio_insecure_registries }}
|
||||
{% endif %}
|
||||
|
||||
# Default transport for pulling images from a remote container storage.
|
||||
default_transport = "docker://"
|
||||
|
||||
Reference in New Issue
Block a user