# KubeSolo OS Cloud-Init — Static IP Configuration # Place at: /mnt/data/etc-kubesolo/cloud-init.yaml hostname: kubesolo-edge-01 network: mode: static interface: eth0 address: 192.168.1.100/24 gateway: 192.168.1.1 dns: - 8.8.8.8 - 8.8.4.4 kubesolo: extra-flags: "--apiserver-extra-sans kubesolo-edge-01.local" local-storage: true