mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 09:49:00 -03:30
Add header configuration in containerd hosts.toml (#12368)
* Add header configuration in containerd hosts.toml Signed-off-by: Alexander Gil <pando855@gmail.com> * Disable log output on containerd mirrors settings if required Signed-off-by: Alexander Gil <pando855@gmail.com> --------- Signed-off-by: Alexander Gil <pando855@gmail.com>
This commit is contained in:
@@ -64,7 +64,8 @@ containerd_registries_mirrors:
|
||||
skip_verify: false
|
||||
# ca: ["/etc/certs/mirror.pem"]
|
||||
# client: [["/etc/certs/client.pem", ""],["/etc/certs/client.cert", "/etc/certs/client.key"]]
|
||||
|
||||
# header:
|
||||
# Authorization: "Basic XXX"
|
||||
containerd_max_container_log_line_size: 16384
|
||||
|
||||
# If enabled it will allow non root users to use port numbers <1024
|
||||
|
||||
Reference in New Issue
Block a user