Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 196 for spill (3.69 sec)

  1. pkg/controller/cronjob/cronjob_controllerv2_test.go

    			expectRequeueAfter:         true,
    			expectedRequeueDuration:    1*time.Hour - 1*time.Minute + nextScheduleDelta,
    			expectUpdateStatus:         true,
    			jobPresentInCJActiveStatus: true,
    		},
    
    		"still active, not time, A": {
    			concurrencyPolicy:          "Allow",
    			schedule:                   onTheHour,
    			deadline:                   noDead,
    			ranPreviously:              true,
    			stillActive:                true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

      # if [[ "${ENABLE_CLUSTER_DNS}" == true ]]; then
      # Still need to figure why this commands throw an error: Error from server: client: etcd cluster is unavailable or misconfigured
      #     ${KUBECTL} --namespace=kube-system delete service kube-dns
      # And this one hang forever:
      #     ${KUBECTL} --namespace=kube-system delete rc kube-dns-v10
      # fi
    
      # Check if the API server is still running
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    					},
    				},
    				postfilter: result{
    					status: framework.NewStatus(framework.Unschedulable, `still not schedulable`),
    				},
    			},
    		},
    		"immediate-allocation-structured-with-resources": {
    			pod:     podWithClaimName,
    			claims:  []*resourcev1alpha2.ResourceClaim{pendingImmediateClaim},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  4. fastapi/param_functions.py

                """
            ),
        ] = None,
        example: Annotated[
            Optional[Any],
            deprecated(
                "Deprecated in OpenAPI 3.1.0 that now uses JSON Schema 2020-12, "
                "although still supported. Use examples instead."
            ),
        ] = _Unset,
        openapi_examples: Annotated[
            Optional[Dict[str, Example]],
            Doc(
                """
                OpenAPI-specific examples.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  5. pkg/kubelet/pod_workers_test.go

    		t.Fatalf("unexpected queued items: %s", cmp.Diff(e, a))
    	}
    	// 2-static is still running
    	if e, a := map[string]types.UID{"pod1_test1": "2-static"}, podWorkers.startedStaticPodsByFullname; !reflect.DeepEqual(e, a) {
    		t.Fatalf("unexpected started static pods: %s", cmp.Diff(e, a))
    	}
    	// 3-static and 4-static are both still queued
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  6. pkg/kubelet/pod_workers.go

    	if !status.finished {
    		// If the pod worker has not reached terminal state and the pod is still known, we wait.
    		if !orphaned {
    			klog.V(4).InfoS("Pod worker has been requested for removal but is still not fully terminated", "podUID", uid)
    			return false
    		}
    
    		// all orphaned pods are considered deleted
    		status.deleted = true
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		}))})
    
    	// Clear PeerAuthentication from workload
    	s.pa.Delete("selector", testNS)
    	s.assertEvent(t, s.podXdsName("pod1"), s.podXdsName("pod2"), xdsConvertedPeerAuthSelector)
    	// Effective policy is still STRICT so the static policy should still be set
    	assert.Equal(t,
    		s.lookup(s.addrXdsName("127.0.0.1"))[0].Address.GetWorkload().AuthorizationPolicies,
    		[]string{fmt.Sprintf("istio-system/%s", staticStrictPolicyName)})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/cache/cache_test.go

    				t.Errorf("unexpected cache.nodeTree after updating node")
    			}
    
    			// Step 4: the node can be removed even if it still has pods.
    			if err := cache.RemoveNode(logger, node); err != nil {
    				t.Error(err)
    			}
    			if n, err := cache.getNodeInfo(node.Name); err != nil {
    				t.Errorf("The node %v should still have a ghost entry: %v", node.Name, err)
    			} else if n != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	volumeExists = dsw.VolumeExists(generatedVolumeName, nodeName)
    	if volumeExists {
    		t.Fatalf(
    			"Deleted pod %q from volume %q/node %q. Volume should also be deleted but it still exists.",
    			podName,
    			generatedVolumeName,
    			nodeName)
    	}
    	asw.SetVolumesMountedByNode(logger, []v1.UniqueVolumeName{generatedVolumeName}, nodeName)
    	asw.SetVolumesMountedByNode(logger, nil, nodeName)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier.go

    				// external traffic may still be accepted.
    				internalTrafficFilterVerdict = "drop"
    				serviceNoLocalEndpointsTotalInternal++
    			}
    			if !hasExternalEndpoints {
    				// The externalTrafficPolicy is "Local" but there are no
    				// local endpoints. Traffic to "external" IPs from outside
    				// the cluster will be dropped, but traffic from inside
    				// the cluster may still be accepted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
Back to top