Documentation ¶
Overview ¶
Package qemu provides functionality to bring up Talos QEMU VMs to develop/test the provider.
Index ¶
Constants ¶
View Source
const (
// TalosctlBinary is the default name of the talosctl binary.
TalosctlBinary = "talosctl"
)
Variables ¶
View Source
var DefaultOptions = Options{ Name: "bare-metal", CIDR: "172.42.0.0/24", CNIBundleURL: "https://github.com/siderolabs/talos/releases/latest/download/talosctl-cni-bundle-amd64.tar.gz", NumMachines: 4, Nameservers: []string{"1.1.1.1", "1.0.0.1"}, MTU: 1440, CPUs: "3", DiskSize: 6 * 1024 * 1024 * 1024, MemSize: 3072 * 1024 * 1024, }
DefaultOptions are the default options for the set of machines.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.