Skip to content

Commit

Permalink
fix: add init-os-config cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Deshi Xiao <xiaods@gmail.com>
  • Loading branch information
xiaods committed Nov 20, 2024
1 parent b3e05b3 commit 2bef0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/k8e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func main() {
cmds.NewCRICTL(externalCLIAction("crictl", dataDir)),
cmds.NewCtrCommand(externalCLIAction("ctr", dataDir)),
cmds.NewCheckConfigCommand(externalCLIAction("check-config", dataDir)),
cmds.NewInitOSConfigCommand(externalCLIAction("init-os-config", dataDir)),
cmds.NewTokenCommands(
tokenCommand,
tokenCommand,
Expand Down

0 comments on commit 2bef0eb

Please sign in to comment.