Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for cpio (0.04 sec)

  1. cluster/gce/gci/configure.sh

        exit 2
      fi
      runc --version
    }
    
    function ensure-container-runtime {
      case "${CONTAINER_RUNTIME_NAME:-containerd}" in
        containerd)
          ensure-containerd-runtime
          ;;
        #TODO: Add crio support
        *)
          echo "Unsupported container runtime (${CONTAINER_RUNTIME_NAME})." >&2
          exit 2
          ;;
      esac
    }
    
    # Downloads kubernetes binaries and kube-system manifest tarball, unpacks them,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - Updated the CRI-O socket path, so users who configure kubelet to use a location like `/run/crio/crio.sock` don't see strange behaviour from CRI stats provider. ([#118704](https://github.com/kubernetes/kubernetes/pull/118704), [@dgl](https://github.com/dgl))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Model          [40]uint8
    	Max_multsect   uint8
    	Vendor3        uint8
    	Dword_io       uint16
    	Vendor4        uint8
    	Capability     uint8
    	Reserved50     uint16
    	Vendor5        uint8
    	TPIO           uint8
    	Vendor6        uint8
    	TDMA           uint8
    	Field_valid    uint16
    	Cur_cyls       uint16
    	Cur_heads      uint16
    	Cur_sectors    uint16
    	Cur_capacity0  uint16
    	Cur_capacity1  uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.14.md

    * kubelet: fixes cadvisor internal error when "--container-runtime-endpoint" is set to "unix:///var/run/crio/crio.sock". ([#72340](https://github.com/kubernetes/kubernetes/pull/72340), [@makocchi-git](https://github.com/makocchi-git))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
Back to top