Skip to content

Commit f77c2b5

Browse files
authored
Update rn-embedded-cluster.md
1 parent 0e45c54 commit f77c2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Released on November 14, 2024
3232
</table>
3333

3434
### New Features {#new-features-1-19-0}
35-
* Add preflight checks for the `arp_ignore` and `arp_filter` kernel parameters
35+
* Adds preflight checks to ensure that the following kernel parameters are set: `net.ipv4.conf.default.arp_filter = 0`, `net.ipv4.conf.default.arp_ignore = 0`, `net.ipv4.conf.all.arp_filter = 0`, and `net.ipv4.conf.all.arp_ignore = 0`.
36+
* The following kernel parameters will written to `/etc/sysctl.d/99-embedded-cluster.conf` and configured automatically during installation: `net.ipv4.ip_forward = 1`, `net.ipv4.conf.default.arp_filter = 0`, `net.ipv4.conf.default.arp_ignore = 0`, `net.ipv4.conf.all.arp_filter = 0`, and `net.ipv4.conf.all.arp_ignore = 0`. An error will not occur if Embedded Cluster fails to set these kernel parameters at install time. Instead, the aforementioned preflight checks will instruct the user to set these parameters.
3637

3738
### Improvements {#improvements-1-19-0}
38-
* Automatically configure system parameters for `ip_forward`, `arp_filter` and `arp_ignore`
39-
* Warn if an online installation is attempted on air gap
39+
* If a user downloads an air gap bundle but attempts to install without it, the user will be instructed how to pass the air gap bundle to `install`. They will then be asked if they want to continue with an online installation anyway.
4040

4141
## 1.18.0
4242

0 commit comments

Comments
 (0)