Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 486 Bytes

kim.md

File metadata and controls

14 lines (10 loc) · 486 Bytes
kim builder install --selector kubernetes.io/hostname=k3d-kim-server-0

On init, kim will create some shared mounts in /tmp, /var/lib/buildkit/, and /var/lib/rancher, eg:

_DIR=/tmp
sh -c "(if mountpoint $_DIR; then set -x; nsenter -m -p -t 1 -- env PATH=$_PATH sh -c 'mount --make-rshared $_DIR'; fi) || true"

if mountpoint $_DIR; then set -x; nsenter -m -p -t 1 -- env PATH=$_PATH sh -c 'mount --make-rshared $_DIR'; fi