feat: 🚛 完成了 client 资源创建

This commit is contained in:
zhaoyupeng
2025-12-31 17:31:25 +08:00
parent 0bcb138fd5
commit eb87d6fbed
20 changed files with 632 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ func ALL() *cobra.Command {
return err
}
if err = mk.Binary(cmd.Context()); err != nil {
if err = mk.K0s(cmd.Context()); err != nil {
return err
}