kubernetes/cmd/kubeadm/app/util/chroot_unix.go

// Chroot chroot()s to the new path.
// NB: All file paths after this call are effectively relative to
// `rootfs`
func Chroot(rootfs string) error {}