Skip to content

Commit 6cf4548

Browse files
ajp-iopaigecalvert
andauthored
Release notes for EC 2.1.0 (#3054)
* Release notes for EC 2.1.0 * Update rn-embedded-cluster.md --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent 920534c commit 6cf4548

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/release-notes/rn-embedded-cluster.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/
1010

1111
Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster.
1212

13+
## 2.1.0
14+
15+
Released on February 14, 2025
16+
17+
<table>
18+
<tr>
19+
<th>Version</th>
20+
<td id="center">2.1.0+k8s-1.30</td>
21+
<td id="center">2.1.0+k8s-1.29</td>
22+
</tr>
23+
<tr>
24+
<th>Kubernetes Version</th>
25+
<td id="center">1.30.9</td>
26+
<td id="center">1.29.13</td>
27+
</tr>
28+
<tr>
29+
<th>KOTS Version</th>
30+
<td id="center" colspan="2">1.124.4</td>
31+
</tr>
32+
</table>
33+
34+
### Improvements {#improvements-2-1-0}
35+
* The following kernel parameters are configured automatically: `net.ipv4.conf.all.forwarding = 1`, `net.ipv4.conf.default.forwarding = 1`, `net.bridge.bridge-nf-call-iptables = 1`, `net.ipv4.conf.default.rp_filter = 0`, and `net.ipv4.conf.all.rp_filter = 0`.
36+
* The following kernel modules are configured automatically: `overlay`, `ip_tables`, `br_netfilter`, and `nf_conntrack`.
37+
* Adds a preflight check to ensure the values were set correctly for the `net.ipv4.conf.all.forwarding = 1`, `net.ipv4.conf.default.forwarding = 1`, `net.bridge.bridge-nf-call-iptables = 1`, `net.ipv4.conf.default.rp_filter = 0`, and `net.ipv4.conf.all.rp_filter = 0` kernel parameters.
38+
* Adds a preflight check to ensure the `overlay`, `ip_tables`, `br_netfilter`, and `nf_conntrack` kernel modules were configured correctly.
39+
* Adds a preflight check to ensure a node's IP address is not within the Pod and Service CIDR ranges that will be used by Kubernetes. If a conflict exists, a different CIDR block can be specified with `--cidr` or a different network interface can be specified with `--network-interface`.
40+
* Adds a preflight check to ensure that SELinux is not running in enforcing mode.
41+
42+
### Bug Fixes {#bug-fixes-2-1-0}
43+
* Fixes an issue when installing on Amazon Linux 2 and other older Linux distributions that causes the installation to timeout waiting for storage to be ready.
44+
1345
## 2.0.0
1446

1547
Released on February 7, 2025

0 commit comments

Comments
 (0)