File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,22 @@ Kuboard 是一款非常优秀的 Kubernetes 多集群管理工具,相关文档
13
13
14
14
| 参数名称 | 默认值 | 参数描述 |
15
15
| ------| ------| -------|
16
- | | | |
16
+ | Kuboard 版本| 资源包发布时最新的 kuboard 版本号 | 资源包中包含的 Kuboard 版本号,不建议修改此参数 |
17
+ | Kuboard 端口号 | ` 80 ` | Kuboard 的 Web 端口号 |
18
+ | Kuboard 数据目录 | ` /root/kuboard-data ` | Kuboard 的数据存储目录 |
19
+ | 集群名称 | ` default ` | 此集群在 Kuboard 中显示的名称 |
20
+
21
+ ::: tip 注意
22
+ * KuboardSpray 会将 Kuboard 安装到第一个控制节点,并通过该节点的 80 端口发布;
23
+ * KuboardSpray 会默认将当前集群导入到 Kuboard 中。
24
+ :::
17
25
18
26
如图所示:
19
27
20
- ![ Kuboard 安装参数] ( ./kuboard.assets/kuboard.png )
28
+ ![ Kuboard 安装参数] ( ./kuboard.assets/kuboard.png )
29
+
30
+ ## 访问 Kuboard
31
+
32
+ 完成 Kuboard 可选组件的安装之后,切换到 ` 访问集群 ` 标签页,可以找到 Kuboard 的访问方式,通常默认用户名为 ` admin ` ,默认密码为 ` Kuboard123 ` ,访问地址为第一个控制节点的 80 端口(取决于安装时的参数),如下图所示:
33
+
34
+ ![ Access Kuboard] ( ./kuboard.assets/kuboard-access.png )
Original file line number Diff line number Diff line change @@ -41,6 +41,18 @@ docker run -d \
41
41
42
42
:::
43
43
44
+ ## v1.1.0
45
+
46
+ ** 发布时间**
47
+
48
+ 2022年5月1日
49
+
50
+ ** 新特性**
51
+
52
+ * 可以安装 kuboard
53
+ * 重置 ` admin ` 的密码
54
+ * 重命名
55
+
44
56
## v1.0.1
45
57
46
58
** 发布时间**
You can’t perform that action at this time.
0 commit comments