Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 552 for newer (0.07 sec)

  1. Makefile.core.mk

    # Our build tools, post jammy, breaks old versions of docker.
    # These old versions are surprisingly common, so build in a check here
    define warning
    Docker version is too old, please upgrade to a newer version.
    endef
    ifneq ($(findstring google,$(HOSTNAME)),)
    warning+=Googlers: go/installdocker\#the-version-of-docker-thats-installed-is-old-eg-1126
    endif
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	for _, older := range protos {
    		for _, newer := range protos {
    			t.Run(fmt.Sprintf("%v then %v", older, newer), func(t *testing.T) {
    				run(t, []*model.Service{
    					buildService("test1.com", wildcardIPv4, older, tnow.Add(-1*time.Second)),
    					buildService("test2.com", wildcardIPv4, newer, tnow),
    				})
    			})
    		}
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  3. cluster/gce/upgrade.sh

        echo "export ETCD_VERSION=3.0.17"
        echo
        echo "Alternatively, if you choose to allow an etcd upgrade that doesn't support downgrade,"
        echo "you might still be able to downgrade Kubernetes by pinning to the newer etcd version."
        echo "In all cases, it is strongly recommended to have an etcd backup before upgrading."
        echo
        if [ -t 0 ] && [ -t 1 ]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/upgrade/compute_test.go

    					},
    				},
    			},
    			allowExperimental: true,
    			errExpected:       false,
    		},
    		{
    			name: "upgrade to an RC version should be supported. There may also be an even newer unstable version.",
    			vg: &fakeVersionGetter{
    				clusterVersion:   v1X5.String(),
    				componentVersion: v1X5.String(),
    				kubeletVersion:   v1X5.String(),
    				kubeadmVersion:   v1X5.String(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 08:39:51 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  5. pkg/kubelet/images/image_gc_manager_test.go

    			},
    		}},
    	}
    	// manager.detectImages uses time.Now() to update the image's lastUsed field.
    	// On Windows, consecutive time.Now() calls can return the same timestamp, which would mean
    	// that the second image is NOT newer than the first one.
    	// time.Sleep will result in the timestamp to be updated as well.
    	if goruntime.GOOS == "windows" {
    		time.Sleep(time.Millisecond)
    	}
    	_, err = manager.detectImages(ctx, time.Now())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 15:38:20 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    	if p1.Pod != unschedulablePod {
    		t.Errorf("Expected that test-pod-unscheduled was popped, got %v", p1.Pod.Name)
    	}
    
    	// Assume newer pod was added just after unschedulable pod
    	// being popped and before being pushed back to the queue.
    	newerPod := st.MakePod().Name("test-newer-pod").Namespace("ns1").UID("tp002").CreationTimestamp(metav1.Now()).Priority(highPriority).NominatedNodeName("node1").Obj()
    	q.Add(logger, newerPod)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/lib.go

    		heoff := "--disable-high-entropy-va"
    		if val {
    			dbopt = dbon
    			heopt = heon
    		} else {
    			// Test to see whether "--disable-dynamicbase" works.
    			newer := linkerFlagSupported(ctxt.Arch, argv[0], "", "-Wl,"+dboff)
    			if newer {
    				// Newer compiler, which supports both on/off options.
    				dbopt = dboff
    				heopt = heoff
    			} else {
    				// older toolchain: we have to say nothing in order to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

        // We can continue if it's 1.8, and we can continue if it's an integer in [9, 20).
        if (javaVersion != null && javaVersion >= 20) {
          // TODO(b/261217224): Make this test work under newer JDKs.
          return;
        }
        TimedWaiterThread thread =
            new TimedWaiterThread(new AbstractFuture<Object>() {}, 2, TimeUnit.SECONDS);
        thread.start();
        thread.awaitWaiting();
        thread.suspend();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	classParametersIndexer cache.Indexer
    
    	// claimAssumeCache enables temporarily storing a newer claim object
    	// while the scheduler has allocated it and the corresponding object
    	// update from the apiserver has not been processed by the claim
    	// informer callbacks. Claims get added here in PreBind and removed by
    	// the informer callback (based on the "newer than" comparison in the
    	// assume cache).
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. src/time/format_test.go

    	// 'AST' abbreviation as matching the current location (Baghdad,
    	// where we'd expect a +03 hrs offset); likely because we're using
    	// a recent tzdata release (2017a or newer).
    	// If it happens, skip the Baghdad test.
    	if offset != 0 {
    		t2 = Date(2013, February, 1, 00, 00, 00, 0, baghdad)
    		if t1 != t2 {
    			t.Fatalf("ParseInLocation(Feb 01 2013 AST, Baghdad) = %v, want %v", t1, t2)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top