Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for socat (0.07 sec)

  1. cmd/kubeadm/app/preflight/checks_linux.go

    		InPathCheck{executable: "ebtables", mandatory: false, exec: execer},
    		InPathCheck{executable: "ethtool", mandatory: false, exec: execer},
    		InPathCheck{executable: "socat", mandatory: false, exec: execer},
    		InPathCheck{executable: "tc", mandatory: false, exec: execer},
    		InPathCheck{executable: "touch", mandatory: false, exec: execer})
    	return checks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure.sh

      # for another image someday.
      apt-get update
      apt-get install -y --no-install-recommends \
        apt-transport-https \
        ca-certificates \
        socat \
        curl \
        gnupg2 \
        software-properties-common \
        lsb-release
    
      release=$(lsb_release -cs)
    
      # Add the Docker apt-repository (as we install containerd from there)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
Back to top