Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extract_arch_tarball (0.11 sec)

  1. cluster/get-kube-binaries.sh

      echo "sha512sum(${file})=${sha512sum}"
      echo
      # TODO: add actual verification
      if [[ "${trace_on}" == "on" ]]; then
        set -x
      fi
    }
    
    function extract_arch_tarball() {
      local -r tarfile="$1"
      local -r platform="$2"
      local -r arch="$3"
    
      platforms_dir="${KUBE_ROOT}/platforms/${platform}/${arch}"
      echo "Extracting ${tarfile} into ${platforms_dir}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 10:57:41 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top