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
Copy file name to clipboardexpand all lines: docs/rootless.md
+11
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ spec:
24
24
25
25
See also the [example manifests](#Kubernetes).
26
26
27
+
### Bottlerocket OS
28
+
29
+
Needs to run `sysctl -w user.max_user_namespaces=N` (N=positive integer, like 63359) on the host nodes.
30
+
31
+
See [`../examples/kubernetes/sysctl-userns.privileged.yaml`](../examples/kubernetes/sysctl-userns.privileged.yaml).
32
+
27
33
<details>
28
34
<summary>Old distributions</summary>
29
35
@@ -104,6 +110,11 @@ See https://rootlesscontaine.rs/getting-started/common/subuid/
104
110
### Error `Options:[rbind ro]}]: operation not permitted`
105
111
Make sure to mount an `emptyDir` volume on `/home/user/.local/share/buildkit` .
106
112
113
+
### Error `fork/exec /proc/self/exe: no space left on device` with `level=warning msg="/proc/sys/user/max_user_namespaces needs to be set to non-zero."`
114
+
Run `sysctl -w user.max_user_namespaces=N` (N=positive integer, like 63359) on the host nodes.
115
+
116
+
See [`../examples/kubernetes/sysctl-userns.privileged.yaml`](../examples/kubernetes/sysctl-userns.privileged.yaml).
0 commit comments