mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
containerd insecure registry support (#8298)
This commit is contained in:
@@ -346,6 +346,15 @@ containerd_use_systemd_cgroup: true
|
||||
# Docker options - this is relevant when container_manager == 'docker'
|
||||
docker_containerd_version: 1.4.12
|
||||
|
||||
## An obvious use case is allowing insecure-registry access to self hosted registries.
|
||||
## Can be ipaddress and domain_name.
|
||||
## example define mirror.registry.io or 172.19.16.11:5000
|
||||
## Port number is also needed if the default HTTPS port is not used.
|
||||
# containerd_insecure_registries:
|
||||
# - mirror.registry.io
|
||||
# - 172.19.16.11:5000
|
||||
containerd_insecure_registries: []
|
||||
|
||||
# Settings for containerized control plane (etcd/kubelet/secrets)
|
||||
# deployment type for legacy etcd mode
|
||||
etcd_deployment_type: host
|
||||
|
||||
Reference in New Issue
Block a user