redis-di 安装
安装 RDI
用法
Usage: redis-di install [OPTIONS]
选项
-
log_level
:- 类型:Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'])
- 违约:
warning
- 用法:
--log-level -l
-
file
:- 类型:<click.types.Path 对象>
- 违约:
none
- 用法:
-f --file
静默安装的 YAML 配置文件的路径
-
online
:- 类型: BOOL
- 违约:
false
- 用法:
--online
在联机模式下运行安装程序
-
k3s_only
:- 类型: BOOL
- 违约:
false
- 用法:
--k3s-only
仅安装 k3s 组件
-
https_port
:- 类型: INT
- 违约:
443
- 用法:
--https-port
Traefik 的 HTTPS 端口
-
installation_dir
:- 类型:<click.types.Path 对象>
- 违约:
none
- 用法:
--installation-dir
自定义安装目录
-
help
:- 类型: BOOL
- 违约:
false
- 用法:
--help
显示此消息并退出。
CLI 帮助
Usage: redis-di install [OPTIONS]
Installs RDI
Options:
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
[default: WARNING]
-f, --file FILE Path to a YAML configuration file for silent
installation
--installation-dir DIRECTORY Custom installation directory
--help Show this message and exit.