nestybox / sysbox

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
Apache License 2.0
2.74k stars 150 forks source link

Running pod on some nodes with incorrect home directory permissions #840

Open zhongcloudtian opened 1 week ago

zhongcloudtian commented 1 week ago

environmental information: k8s in docker ,pod in docker

  1. The normal nodes are displayed as follows:ls /home/admin image
  2. The nodes with abnormal permissions are displayed as follows:ls /home/admin image
zhongcloudtian commented 1 week ago

@rodnymolina help me