mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
support containerd static binary
Co-authored-by: Max Gautier <mg@max.gautier.name> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: debian-11
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
@@ -13,3 +13,6 @@ calico_network_backend: bird
|
||||
|
||||
# Needed to bypass deprecation check
|
||||
ignore_assert_errors: true
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
@@ -13,3 +13,6 @@ ignore_assert_errors: true
|
||||
|
||||
# Remove anonymous access to cluster
|
||||
remove_anonymous_access: true
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
@@ -7,3 +7,6 @@ kube_owner: root
|
||||
kube_network_plugin: custom_cni
|
||||
custom_cni_manifests:
|
||||
- "{{ playbook_dir }}/../tests/files/custom_cni/cilium.yaml"
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
@@ -8,3 +8,6 @@ kubelet_csr_approver_enabled: true
|
||||
kubelet_csr_approver_values:
|
||||
# Do not check DNS resolution in testing (not recommended in production)
|
||||
bypassDnsResolution: true
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
@@ -8,3 +8,6 @@ enable_nodelocaldns: false
|
||||
kube_proxy_masquerade_all: true
|
||||
macvlan_interface: "eth0"
|
||||
auto_renew_certificates: true
|
||||
|
||||
# Use static containerd binary for older distributions like Debian 11.
|
||||
containerd_static_binary: true
|
||||
|
||||
Reference in New Issue
Block a user