1. 安装渠成
1.1 快速安装
2. 渠成介绍
2.1 产品简介
2.2 架构说明
2.3 主要特性
3. 安装应用
3.1 安装应用
4. 平台使用
4.1 账号管理
4.2 仪表盘
4.3. 应用市场
4.3.1 应用列表
4.3.2 应用安装
4.4. 服务管理
4.4.1 服务详情和服务操作
4.4.2 服务备份与回滚
4.5 服务导航
4.6 应用升级
4.7. 后台管理
4.7.1 平台升级
4.7.2 数据库管理
4.7.3 平台备份与恢复
4.7.4 LDAP服务
4.7.5 域名解析
4.7.6 域名管理
4.7.7 负载均衡
5. 命令行工具
5.1 安装与升级
5.2 版本升级文档
5.3 通过命令行升级平台
5.4 平台管理
5.5 应用管理
5.6 全局数据库管理
5.7 平台应用端口映射
5.8 其他功能
6. 解决方案
6.1. 服务对接
6.1.1 生成 Gitlab 访问令牌
6.1.2 创建 Gitlab 操作用户
6.1.3 生成 Gitea 访问令牌
6.1.4 创建 Gitea 操作用户
6.1.5 对接 Sonarqube 服务
6.1.6 对接 Jenkins 服务
7. 问题排查
7.1 问题反馈
7.2 安装问题

其他功能

2022-07-06 22:50:45
惠赵燕
4983
最后编辑:郑院生 于 2023-09-25 09:38:26
分享链接

1、重置管理员密码

如果忘记管理员密码可以通过q manage reset-password -p <自定义密码>来重置管理员密码

2、节点预检测

q precheck --ignore --debug
# 参数说明
--ignore 忽略错误 

3、平台插件管理工具plugins

实验性功能

q manage plugins -h

4. 其他实验性功能

Experimental commands that may be modified or deprecated
Usage:
  qcadmin experimental [command]
Aliases:
  experimental, x, exp
Available Commands:
  helm        The Kubernetes package manager
  kubectl     Kubectl controls the Kubernetes cluster manager
Flags:
  -h, --help   help for experimental
Global Flags:
      --config string   The qcadmin config file to use
      --debug           Prints the stack trace if an error occurs
      --silent          Run in silent mode and prevents any qcadmin log output except panics & fatals
Use "qcadmin experimental [command] --help" for more information about a command.

5. q命令行插件

实验性功能

cat > ~/.qc/bin/qcadmin-echo <<EOF
#!/bin/bash
echo $@
EOF
chmod +x ~/.qc/bin/qcadmin-echo
q echo w
w
发表评论
评论通过审核后显示。