c12s-kubespray/roles/download
Thomas Eberle 00a4d2d3c4
Removed quotation of nerdctl_extra_flags. (#8695)
The quotations in the variable nerdctl_extra_flags are not required for the `nerdctl_image_pull_command` and throw the following error when executing the cluster-playbook with `container_insecure_registries` set:
        unknown flag: --insecure-registry\\\"
This happens as the complete nerdctl_image_pull_command string variable gets split into an array string for the cmd task. The escaped quotation doesn't get escaped properly and is added to the cmd-string array as part of the command. This leads to a wrong written insecure-registry flag, which throws this error.
2022-04-08 08:02:43 -07:00
..
defaults Removed quotation of nerdctl_extra_flags. (#8695) 2022-04-08 08:02:43 -07:00
meta Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
tasks implement download mirrors support (#8474) 2022-02-14 13:19:32 -08:00
templates fix(coredns): make sure to keep coredns repository namespace (#8572) 2022-02-24 01:01:33 -08:00