# PXE boot classes matching the client architecture option (code 93), replacing # the legacy dhcpd "Legacy" and "UEFI-64" classes. Object names must be RFC1123 # (lowercase); the operator renders the kea client-class name from metadata.name. apiVersion: kea.unkin.net/v1alpha1 kind: KeaClientClass metadata: name: legacy namespace: dhcp-system spec: clusterRef: pxe archHex: ["0x0000"] bootFileName: /undionly.kpxe --- apiVersion: kea.unkin.net/v1alpha1 kind: KeaClientClass metadata: name: uefi-64 namespace: dhcp-system spec: clusterRef: pxe archHex: ["0x0007", "0x0009"] bootFileName: /ipxe.efi