mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Allow airgapped CRI-O installation (#6927)
This commit is contained in:
committed by
GitHub
parent
97ff67e54a
commit
17fb1ceed8
@@ -11,6 +11,9 @@ crio_pause_image: "{{ pod_infra_image_repo }}:{{ pod_infra_version }}"
|
||||
# By default unqualified images are not allowed for security reasons
|
||||
crio_registries: []
|
||||
|
||||
# Configure insecure registries.
|
||||
crio_insecure_registries: []
|
||||
|
||||
crio_seccomp_profile: ""
|
||||
crio_selinux: "{{ (preinstall_selinux_state == 'enforcing')|lower }}"
|
||||
crio_signature_policy: "{% if ansible_os_family == 'ClearLinux' %}/usr/share/defaults/crio/policy.json{% endif %}"
|
||||
@@ -50,3 +53,7 @@ kata_runtimes:
|
||||
path: /opt/kata/bin/kata-qemu
|
||||
type: oci
|
||||
root: /run/kata-containers
|
||||
|
||||
# When this is true, CRI-O package repositories are added. Set this to false when using an
|
||||
# environment with preconfigured CRI-O package repositories.
|
||||
crio_add_repos: true
|
||||
|
||||
Reference in New Issue
Block a user