mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 22:19:32 -02: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:
@@ -73,6 +73,8 @@
|
||||
notify: Restart containerd
|
||||
|
||||
- name: Containerd | Configure containerd registries
|
||||
# mirror configuration can contain sensitive information on headers configuration
|
||||
no_log: "{{ not (unsafe_show_logs | bool) }}"
|
||||
block:
|
||||
- name: Containerd | Create registry directories
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user