Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Downgrade (0.1 sec)

  1. pkg/apis/core/validation/validation_test.go

    		},
    		"invalid-upgrade-storage-class-in-spec": {
    			isExpectedFailure: true,
    			oldClaim:          validClaimStorageClassInSpec,
    			newClaim:          invalidClaimStorageClassInSpec,
    		},
    		"invalid-downgrade-storage-class-spec-to-annotation": {
    			isExpectedFailure: true,
    			oldClaim:          validClaimStorageClassInSpec,
    			newClaim:          validClaimStorageClass,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Support a smooth upgrade from client-side apply to server-side apply without conflicts, as well as support the corresponding downgrade. ([#90187](https://github.com/kubernetes/kubernetes/pull/90187), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. RELEASE.md

        `CUDA_ERROR_ILLEGAL_ADDRESS` failures.
    
        A fix in CUDA 9.1.121 is expected in late February 2018. We do not expect a
        fix for CUDA 9.0.x. Until the fix is available, the only workaround is to
        [downgrade](https://developer.nvidia.com/cuda-toolkit-archive) to CUDA 8.0.x
        or disable XLA:GPU.
    
        TensorFlow will print a warning if you use XLA:GPU with a known-bad version
    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