update to latest 2.26.0 kubespray version and add dns zones settings to coredns
This commit is contained in:
@@ -46,7 +46,11 @@ containerd_base_runtime_specs:
|
||||
containerd_grpc_max_recv_message_size: 16777216
|
||||
containerd_grpc_max_send_message_size: 16777216
|
||||
|
||||
containerd_debug_address: ""
|
||||
containerd_debug_level: "info"
|
||||
containerd_debug_format: ""
|
||||
containerd_debug_uid: 0
|
||||
containerd_debug_gid: 0
|
||||
|
||||
containerd_metrics_address: ""
|
||||
|
||||
@@ -66,6 +70,12 @@ containerd_enable_unprivileged_ports: false
|
||||
# If enabled it will allow non root users to use icmp sockets
|
||||
containerd_enable_unprivileged_icmp: false
|
||||
|
||||
containerd_enable_selinux: false
|
||||
containerd_disable_apparmor: false
|
||||
containerd_tolerate_missing_hugetlb_controller: true
|
||||
containerd_disable_hugetlb_controller: true
|
||||
containerd_image_pull_progress_timeout: 5m
|
||||
|
||||
containerd_cfg_dir: /etc/containerd
|
||||
|
||||
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
|
||||
@@ -109,3 +119,11 @@ containerd_supported_distributions:
|
||||
|
||||
# Enable container device interface
|
||||
enable_cdi: false
|
||||
|
||||
# For containerd tracing configuration please check out the official documentation:
|
||||
# https://github.com/containerd/containerd/blob/main/docs/tracing.md
|
||||
containerd_tracing_enabled: false
|
||||
containerd_tracing_endpoint: "0.0.0.0:4317"
|
||||
containerd_tracing_protocol: "grpc"
|
||||
containerd_tracing_sampling_ratio: 1.0
|
||||
containerd_tracing_service_name: "containerd"
|
||||
|
||||
Reference in New Issue
Block a user