Skip to content

Commit 8a2fb89

Browse files
committed
chore: dump version to 2.2.24
Signed-off-by: Rory Z <[email protected]>
1 parent cbf6416 commit 8a2fb89

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Diff for: RELEASE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Note 🍻
22

3-
EMQX Operator 2.2.23 has been released.
3+
EMQX Operator 2.2.24 has been released.
44

55
## Supported version
66
+ apps.emqx.io/v2beta1
@@ -13,11 +13,11 @@ EMQX Operator 2.2.23 has been released.
1313
+ EMQX at 4.4.14 and later
1414
+ EMQX Enterprise at 4.4.14 and later
1515

16-
## Other Changes ✨
16+
## Enhancements 🚀
1717

1818
+ `apps.emqx.io/v2beta1 EMQX`.
1919

20-
+ Delete `apps.emqx.io/v2beta1/EMQX/status.coreNodes[*].uptime` and `apps.emqx.io/v2beta1/EMQX/status.replicantNodes[*].uptime`, because EMQX operator will constantly updating them. This is unnecessary wear and tear.
20+
+ Fix sometimes cannot update EMQX's configuration when EMQX is running.
2121

2222
## How to install/upgrade EMQX Operator 💡
2323

@@ -29,7 +29,7 @@ helm repo update
2929
helm upgrade --install emqx-operator emqx/emqx-operator \
3030
--namespace emqx-operator-system \
3131
--create-namespace \
32-
--version 2.2.23
32+
--version 2.2.24
3333
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
3434
```
3535

Diff for: docs/en_US/tasks/configure-emqx-core-replicant.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
## Core Nodes And Replicant Nodes
99

10+
:::tip
11+
Just EMQX Enterprise Edition supports Core + Replicant cluster.
12+
:::
13+
1014
In EMQX 5.0, the nodes in the EMQX cluster can be divided into two roles: core (Core) node and replication (Replicant) node. The Core node is responsible for all write operations in the cluster, which is consistent with the behavior of the nodes in the EMQX 4.x cluster, and serves as the real data source of the EMQX database [Mria](https://github.com/emqx/mria) to store the routing table, Data such as sessions, configurations, alarms, and Dashboard user information. The Replicant node is designed to be stateless and does not participate in the writing of data. Adding or deleting Replicant nodes will not change the redundancy of the cluster data. For more information about the EMQX 5.0 architecture, please refer to the document: [EMQX 5.0 Architecture](https://docs.emqx.com/en/enterprise/v5.0/deploy/cluster/mria-introduction.html), the topological structure of the Core node and the Replicant node is shown in the following figure:
1115

1216
<div style="text-align:center">

Diff for: docs/zh_CN/tasks/configure-emqx-core-replicant.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
## Core 节点与 Replicant 节点
99

10+
::: tip
11+
仅有 EMQX 企业版支持 Core + Replicant 节点集群。
12+
:::
13+
1014
在 EMQX 5.0 中,EMQX 集群中的节点可以分成两个角色:核心(Core)节点和 复制(Replicant)节点。Core 节点负责集群中所有的写操作,与 EMQX 4.x 集群中的节点行为一致,作为 EMQX 数据库 [Mria](https://github.com/emqx/mria) 的真实数据源来存储路由表、会话、配置、报警以及 Dashboard 用户信息等数据。而 Replicant 节点被设计成无状态的,不参与数据的写入,添加或者删除 Replicant 节点不会改变集群数据的冗余。更多关于 EMQX 5.0 架构的信息请参考文档:[EMQX 5.0 架构](https://docs.emqx.com/zh/enterprise/v5.0/deploy/cluster/mria-introduction.html#mria-%E6%9E%B6%E6%9E%84%E4%BB%8B%E7%BB%8D),Core 节点与 Replicant 节点的拓扑结构如下图所示:
1115

1216
<div style="text-align:center">

0 commit comments

Comments
 (0)