Configures uboot commands

This commit is contained in:
2026-03-31 18:15:24 +08:00
parent f67c338e60
commit d8275622e6
5 changed files with 283 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ func NewRegistry(ctx *node.NodeContext) *Registry {
"ConfigureDefaultCNI": node.ConfigureDefaultCNI,
"ConfigureHostname": node.ConfigureHostname(netCfg),
"ConfigureMgmtInterface": node.ConfigureMgmtInterface(netCfg),
"ConfigureUBootCommands": node.ConfigureUBootCommands,
"DetectLocalClusterState": node.DetectLocalClusterState,
"EnsureIPForward": node.EnsureIPForward,
"ReconcileControlPlane": node.ReconcileControlPlane,