Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for zone2 (0.28 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

    zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | |  P P  |  P P  |   P   | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		"affinity-zone-beta-unchanged": {
    			isExpectedFailure: false,
    			oldPV:             testVolumeWithNodeAffinity(simpleVolumeNodeAffinity(v1.LabelFailureDomainBetaZone, "bar")),
    			newPV:             testVolumeWithNodeAffinity(simpleVolumeNodeAffinity(v1.LabelFailureDomainBetaZone, "bar")),
    		},
    		"affinity-zone-beta-label-to-GA": {
    			isExpectedFailure: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - EndpointSlice controller waits longer to retry failed sync. ([#89438](https://github.com/kubernetes/kubernetes/pull/89438), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    - Extend AWS azToRegion method to support Local Zones ([#90874](https://github.com/kubernetes/kubernetes/pull/90874), [@Jeffwan](https://github.com/Jeffwan)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPAddr", Type, 0},
    		{"TCPAddr.IP", Field, 0},
    		{"TCPAddr.Port", Field, 0},
    		{"TCPAddr.Zone", Field, 1},
    		{"TCPAddrFromAddrPort", Func, 18},
    		{"TCPConn", Type, 0},
    		{"TCPListener", Type, 0},
    		{"UDPAddr", Type, 0},
    		{"UDPAddr.IP", Field, 0},
    		{"UDPAddr.Port", Field, 0},
    		{"UDPAddr.Zone", Field, 1},
    		{"UDPAddrFromAddrPort", Func, 18},
    		{"UDPConn", Type, 0},
    		{"UnixAddr", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. RELEASE.md

            should not end up in the accumulator.
        *   Fix toco compilation/execution on Windows.
        *   GoogleZoneProvider class added to detect which Google Cloud Engine zone
            tensorflow is running in.
        *   It is now safe to call any of the C API's TF_Delete\* functions on
            nullptr.
        *   Log some errors on Android to logcat.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top