Friday, January 1, 2021

Kubernetes: POD: sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?

 $ sudo ping 192.168.0.33

sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?


Adde below entries to target container:

    securityContext:

      allowPrivilegeEscalation: true

      capabilities: {}

      privileged: false

No comments:

Post a Comment