Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for 1809 (0.07 sec)

  1. build/pause/Makefile

    # Architectures supported: amd64, arm, arm64, ppc64le and s390x
    ARCH ?= amd64
    # Operating systems supported: linux, windows
    OS ?= linux
    # OS Version for the Windows images: 1809, ltsc2022
    OSVERSION ?= 1809 ltsc2022
    
    # The output type could either be docker (local), or registry.
    # If it is registry, it will also allow us to push the Windows images.
    OUTPUT_TYPE ?= docker
    
    ALL_OS = linux windows
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 19:31:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. cluster/images/etcd/Makefile

    IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)
    
    ARCH?=amd64
    
    # Operating systems supported: linux, windows
    OS ?= linux
    # OS Version for the Windows images: 1809, ltsc2022
    OSVERSION ?= 1809
    
    # The output type could either be docker (local), or registry.
    # If it is registry, it will also allow us to push the Windows images.
    OUTPUT_TYPE ?= docker
    
    ALL_OS = linux windows
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. pkg/util/filesystem/util_windows.go

    	// Note that querrying for the Reparse Points (https://docs.microsoft.com/en-us/windows/win32/fileio/reparse-points)
    	// for the file (using FSCTL_GET_REPARSE_POINT) and checking for reparse tag: reparseTagSocket
    	// does NOT work in 1809 if the socket file is created within a bind mounted directory by a container
    	// and the FSCTL is issued in the host by the kubelet.
    
    	// If the file does not exist, it cannot be a Unix domain socket.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 10 17:13:59 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. pkg/proxy/winkernel/proxier.go

    		// is pre-1803 and hcn didn't exist. hcsshim should truthfully return a known error if this happened that we can
    		// check against, and the case where 'err != this known error' would be the 'this feature isn't supported' case, as is being
    		// used here. For now, seeming as how nothing before ws2019 (1809) is listed as supported for k8s we can pretty much assume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___STRTOD_A                      = 0x708 // 1800
    	SYS___STRTOL_A                      = 0x709 // 1801
    	SYS___STRTOUL_A                     = 0x70A // 1802
    	SYS_____AE_CORRESTBL_QUERY_A        = 0x70B // 1803
    	SYS___A64L_A                        = 0x70C // 1804
    	SYS___ECVT_A                        = 0x70D // 1805
    	SYS___FCVT_A                        = 0x70E // 1806
    	SYS___GCVT_A                        = 0x70F // 1807
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  6. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1799, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1800, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1801, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1802, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1803, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1804, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1805, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1806, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1807, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  7. src/runtime/zcallback_windows_arm.s

    	MOVW	$1799, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1800, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1801, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1802, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1803, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1804, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1805, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1806, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1807, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.15.md

    - Windows nodes on GCE now use a known-working 1809 image rather than the latest 1809 image. ([#76722](https://github.com/kubernetes/kubernetes/pull/76722), [@pjh](https://github.com/pjh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.14.md

    * specify azure file share name in azure file plugin ([#76988](https://github.com/kubernetes/kubernetes/pull/76988), [@andyzhangx](https://github.com/andyzhangx))
    * Windows nodes on GCE use a known-working 1809 image rather than the latest 1809 image. ([#76722](https://github.com/kubernetes/kubernetes/pull/76722), [@pjh](https://github.com/pjh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom

        </dependency>
      </dependencies>
      <scm>
        <connection>scm:svn:http://svn.codehaus.org/plexus/pom/tags/plexus-1.0.9</connection>
        <developerConnection>scm:svn:https://svn.codehaus.org/plexus/pom/tags/plexus-1.0.9</developerConnection>
        <url>http://fisheye.codehaus.org/browse/plexus/pom/tags/plexus-1.0.9</url>
      </scm>
      <organization>
        <name>Codehaus</name>
        <url>http://www.codehaus.org/</url>
      </organization>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top