mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-08 14:32:09 -03:30
How to build RockyLinux 10 + `kernel-module-extra` with dib https://github.com/kubernetes-sigs/kubespray/pull/12355#issuecomment-3705400093 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
16 lines
292 B
YAML
16 lines
292 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: rockylinux-10-extra
|
|
vm_memory: 3072
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: cilium
|
|
|
|
cilium_kube_proxy_replacement: true
|
|
|
|
kube_owner: root
|
|
|
|
# Node Feature Discovery
|
|
node_feature_discovery_enabled: true
|
|
kube_asymmetric_encryption_algorithm: "ECDSA-P256"
|