cri-o: add variable to configure unsecure pull (#6568)
By default do not allow "unqualified" (without a registry) images because it is considered unsecure and subject to mitm attacks. To enable insecure pull configure for example: crio_registries: - "docker.io" - "quay.io"
Loading
Please register or sign in to comment