# KubeSolo OS Cloud-Init — Portainer Edge Agent Integration # This config connects the KubeSolo node to a Portainer Business instance # via the Edge Agent for remote management. # # Place at: /mnt/data/etc-kubesolo/cloud-init.yaml hostname: edge-node-01 network: mode: dhcp kubesolo: local-storage: true # extra-flags: "" # Portainer Edge Agent configuration # After KubeSolo starts, deploy the Edge Agent as a workload portainer: edge-agent: enabled: true # Get these values from Portainer → Environments → Add Environment → Edge Agent edge-id: "your-edge-id-here" edge-key: "your-edge-key-here" portainer-url: "https://portainer.example.com" # Optional: specify Edge Agent version # image: portainer/agent:latest