talos
talos copied to clipboard
Preserve more kernel parameters upon install/upgrade
Feature Request
Description
Currently a specific set of kernel parameters is preserved during install/upgrade no matter what: https://github.com/siderolabs/talos/blob/9b9159d1e04d337dc3a51e41be57f4795e71255d/internal/pkg/install/install.go#L180
One common way a user might also customize the running system is through the use of talos.environment parameters (settings like http(s)_proxy, no_proxy and the like).
Would it be possible to include these parameters in the list of preserved parameters as well?
I know that the could also be set in a machineconfig, but this needs to be done separately.
We would rather not make more kernel args to be preserved, and move towards machine configuration (multi-document) which will be available in any machine state (running Kubernetes or wiped).
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.