diff --git a/chart/templates/ws-daemon-daemonset.yaml b/chart/templates/ws-daemon-daemonset.yaml index 68d79d0e1e84d2..5be4114cf7b012 100644 --- a/chart/templates/ws-daemon-daemonset.yaml +++ b/chart/templates/ws-daemon-daemonset.yaml @@ -207,7 +207,7 @@ spec: sysctl -w "net.ipv4.ip_local_port_range=5000 65000" && sysctl -w "net.ipv4.tcp_tw_reuse=1" && sysctl -w fs.inotify.max_user_watches=1000000 && - sysctl -w "kernel.dmesg_restrict=1" + sysctl -w "kernel.dmesg_restrict=1" && sysctl -w vm.unprivileged_userfaultfd=0 ) && echo "done!" || echo "failed!" containers: @@ -263,4 +263,4 @@ spec: procMount: Default {{ include "gitpod.kube-rbac-proxy" $this | indent 6 }} {{ toYaml .Values.defaults | indent 6 }} -{{ end }} \ No newline at end of file +{{ end }}