Kwokctl 配置

kwokctl 配置 #

管理 [重置、整理、查看] 默认配置

kwokctl config [command] [flags]

选项 #

  -h, --help   help for config

从父命令继承的选项 #

  -c, --config strings   config path (default [~/.kwok/kwok.yaml])
      --dry-run          Print the command that would be executed, but do not execute it
      --name string      cluster name (default "kwok")
  -v, --v log-level      number for the log level verbosity (DEBUG, INFO, WARN, ERROR) or (-4, 0, 4, 8) (default INFO)

另请参阅 #

  • kwokctl - kwokctl 是一个工具,用于简化集群的创建和管理,其中节点由 kwok 模拟
  • kwokctl 配置重置 - 删除默认配置文件
  • kwokctl 配置整理 - 整理默认配置文件。与 –config 结合使用时,它将指定的配置文件合并到默认配置文件中。
  • kwokctl 配置查看 - 显示默认配置文件。与 –config 结合使用时,它将显示合并了指定配置文件的默认配置文件。