You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talos supports passing environments variables before machine config is loaded via talos.environment= kernel arg, but it doesn't actually apply them to the process environment up until the machine config is available.
If we apply those env vars early, it might allow to use the HTTP proxy for:
loading the machine config
establishing the SideroLink API (?)
The text was updated successfully, but these errors were encountered:
Fixessiderolabs#7696
This allows to set env variables from `talos.environment=` command line
arg.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit d91b5b3)
Talos supports passing environments variables before machine config is loaded via
talos.environment=
kernel arg, but it doesn't actually apply them to the process environment up until the machine config is available.If we apply those env vars early, it might allow to use the HTTP proxy for:
The text was updated successfully, but these errors were encountered: