Noel Georgi

Results 115 comments of Noel Georgi

> Currently, when I create an Installer Image with `extraKernelArgs`, it prepends the Args as expected. This results in Linux using the confidentiality Args. It may be because it's the...

> sure im using the following URL https://factory.talos.dev/?version=1.6.7&ext-siderolabs%2Fbnx2-bnx2x=&ext-siderolabs%2Fintel-ucode=&ext-siderolabs%2Fiscsi-tools=&extra-args=lockdown%3Dintegrity. Then Upgrade my cluster with talosctl --talosconfig ./talosconfig upgrade --nodes x.x.x.x --image factory.talos.dev/installer-secureboot/9dc6a04fb9666f1efadef7b941ec8bc4235ec76e12debf7fe2c739569de255d5:v1.6.7 --preserve `$ talosctl --talosconfig ./talosconfig dmesg | less` >...

This is the input: ```yaml customization: extraKernelArgs: - -lockdown - lockdown=integrity systemExtensions: officialExtensions: - siderolabs/bnx2-bnx2x - siderolabs/intel-ucode - siderolabs/iscsi-tools ```

PR's are welcome :thumbsup