User Namespaces #4730
Closed
FernandoMiguel
started this conversation in
General
User Namespaces
#4730
Replies: 1 comment 2 replies
-
|
Hello @FernandoMiguel,
We no longer have 5.10 or 5.15 kernels in our kernel kit.
We currently have 6.1 and 6.12 kernels available and our k8s 1.33+ variants use the 6.12 kernel. Bottlerocket sets max_user_namespaces to 0 by default but you can change this limit using settings: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we plane to upgrade to EKS 1.33, we are looking to make use of
User Namespaces[https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/]I can see from bottlerocket docs that this is not currently supported https://github.com/bottlerocket-os/bottlerocket/blob/addf9f0c6aa5959c622a11d5e2ae5d8806da1fcd/SECURITY_GUIDANCE.md#do-not-run-containers-as-uid-0
I assume primarily cause it's still using kernels (5.10/5.15 LTS) do not have the idmap mount support for tmpfs that was introduced in Linux 6.3.
Are there any plans to add a newer kernel in the near future?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions