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>
11 lines
223 B
YAML
11 lines
223 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: rockylinux-10-extra
|
|
vm_memory: 3072
|
|
|
|
# Kubespray settings
|
|
metrics_server_enabled: true
|
|
dashboard_namespace: "kube-dashboard"
|
|
dashboard_enabled: true
|
|
loadbalancer_apiserver_type: haproxy
|