Skip to content

Commit 87f8813

Browse files
ajp-iopaigecalvert
andauthored
EC 2.1.3 release notes (#3080)
* EC 2.1.3 release notes * update ec config examples --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent fa9854b commit 87f8813

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

docs/partials/embedded-cluster/_ec-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: embeddedcluster.replicated.com/v1beta1
33
kind: Config
44
spec:
5-
version: 1.21.0+k8s-1.30
5+
version: 2.1.3+k8s-1.30
66
```

docs/partials/getting-started/_gitea-ec-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: embeddedcluster.replicated.com/v1beta1
33
kind: Config
44
spec:
5-
version: 1.21.0+k8s-1.30
5+
version: 2.1.3+k8s-1.30
66
```

docs/reference/embedded-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For additional property-specific limitations, see the sections below.
2424
apiVersion: embeddedcluster.replicated.com/v1beta1
2525
kind: Config
2626
spec:
27-
version: 1.21.0+k8s-1.30
27+
version: 2.1.3+k8s-1.30
2828
roles:
2929
controller:
3030
name: management

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ 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.3
14+
15+
Released on February 19, 2025
16+
17+
<table>
18+
<tr>
19+
<th>Version</th>
20+
<td id="center">2.1.3+k8s-1.30</td>
21+
<td id="center">2.1.3+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-3}
35+
* The following kernel parameters are configured automatically: `fs.inotify.max_user_instances = 1024` and `fs.inotify.max_user_watches = 65536`.
36+
* Adds a preflight check to ensure the following kernel parameters are set correctly: `fs.inotify.max_user_instances = 1024` and `fs.inotify.max_user_watches = 65536`.
37+
* Surfaces better error messages during the installation if the node is not ready.
38+
* Adds a preflight check to verify execute permissions on the data directory and its parent directories. This prevents installation issues, including etcd permissions issues.
39+
1340
## 2.1.2
1441

1542
Released on February 19, 2025
@@ -87,7 +114,7 @@ Released on February 14, 2025
87114
### Improvements {#improvements-2-1-0}
88115
* 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`.
89116
* The following kernel modules are configured automatically: `overlay`, `ip_tables`, `br_netfilter`, and `nf_conntrack`.
90-
* 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.
117+
* Adds a preflight check to ensure the following kernel parameters are set correctly: `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`.
91118
* Adds a preflight check to ensure the `overlay`, `ip_tables`, `br_netfilter`, and `nf_conntrack` kernel modules were configured correctly.
92119
* 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`.
93120
* Adds a preflight check to ensure that SELinux is not running in enforcing mode.

0 commit comments

Comments
 (0)