You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* perms set for data dir
* Update preflight check description in release notes
* Update rn-embedded-cluster.md
---------
Co-authored-by: Paige Calvert <[email protected]>
Copy file name to clipboardExpand all lines: docs/release-notes/rn-embedded-cluster.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,11 @@ Released on February 19, 2025
32
32
</table>
33
33
34
34
### Improvements {#improvements-2-1-3}
35
+
* During `install` and `join`, permissions for the data directory are set to 755 to ensure successful operation.
36
+
* Adds a preflight check to verify execute permissions on the data directory and its parent directories. This prevents installation issues, including etcd permissions issues.
35
37
* The following kernel parameters are configured automatically: `fs.inotify.max_user_instances = 1024` and `fs.inotify.max_user_watches = 65536`.
36
38
* 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
39
* 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.
0 commit comments