Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for chroot1 (0.07 sec)

  1. cluster/gce/gci/configure-helper.sh

      fi
      # shellcheck disable=SC2090
      export INSECURE_PORT_MAPPING
    }
    
    # A helper function that bind mounts kubelet dirs for running mount in a chroot
    function prepare-mounter-rootfs {
      echo "Prepare containerized mounter"
      mount --bind "${CONTAINERIZED_MOUNTER_HOME}" "${CONTAINERIZED_MOUNTER_HOME}"
      mount -o remount,exec "${CONTAINERIZED_MOUNTER_HOME}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top