Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,389 for podIps (0.1 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering.go

    		antiAffinity := make(topologyToMatchedTermCount)
    		for _, existingPod := range nodeInfo.Pods {
    			affinity.updateWithAffinityTerms(podInfo.RequiredAffinityTerms, existingPod.Pod, node, 1)
    			// The incoming pod's terms have the namespaceSelector merged into the namespaces, and so
    			// here we don't lookup the existing pod's namespace labels, hence passing nil for nsLabels.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  2. pkg/kubelet/runonce.go

    		klog.InfoS("Processing manifest with pods", "numPods", len(u.Pods))
    		result, err := kl.runOnce(ctx, u.Pods, runOnceRetryDelay)
    		klog.InfoS("Finished processing pods", "numPods", len(u.Pods))
    		return result, err
    	case <-time.After(runOnceManifestDelay):
    		return nil, fmt.Errorf("no pod manifest update after %v", runOnceManifestDelay)
    	}
    }
    
    // runOnce runs a given set of pods and returns their status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 04 06:56:50 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.20.md

      eg: `kubelet --node-ip 10.1.0.5,fd01::0005`. This is not yet supported for non-bare-metal
      clusters.
      
      In dual-stack clusters where nodes have dual-stack addresses, hostNetwork pods
      will now get dual-stack PodIPs. ([#95239](https://github.com/kubernetes/kubernetes/pull/95239), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			// getMeta creates predicate meta data given the list of pods.
    			getState := func(pods []*v1.Pod) (*InterPodAffinity, *framework.CycleState, *preFilterState, *cache.Snapshot) {
    				snapshot := cache.NewSnapshot(pods, test.nodes)
    				_, ctx := ktesting.NewTestContext(t)
    				ctx, cancel := context.WithCancel(ctx)
    				defer cancel()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/cache/interface.go

    	// If added back, the pod's information would be added again.
    	AddPod(logger klog.Logger, pod *v1.Pod) error
    
    	// UpdatePod removes oldPod's information and adds newPod's information.
    	UpdatePod(logger klog.Logger, oldPod, newPod *v1.Pod) error
    
    	// RemovePod removes a pod. The pod's information would be subtracted from assigned node.
    	RemovePod(logger klog.Logger, pod *v1.Pod) error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 29 05:26:32 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. pkg/controller/replicaset/metrics/metrics.go

    		Name:      "sorting_deletion_age_ratio",
    		Help: "The ratio of chosen deleted pod's ages to the current youngest pod's age (at the time). Should be <2. " +
    			"The intent of this metric is to measure the rough efficacy of the LogarithmicScaleDown feature gate's effect on " +
    			"the sorting (and deletion) of pods when a replicaset scales down. This only considers Ready pods when calculating and reporting.",
    		Buckets:        metrics.ExponentialBuckets(0.25, 2, 6),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 15:28:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/util_test.go

    	require.NoError(t, err)
    	podRV, err := versioner.ParseResourceVersion(pod.ResourceVersion)
    	require.NoError(t, err)
    	require.Equal(t, currentStorageRV, podRV, "expected the global etcd RV to be equal to pod's RV")
    
    	// now create a replicaset (new resource) and make sure the target function returns global etcd RV
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 11 12:07:39 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/scoring.go

    		nodeInfo := allNodes[i]
    
    		// Unless the pod being scheduled has preferred affinity terms, we only
    		// need to process pods with affinity in the node.
    		podsToProcess := nodeInfo.PodsWithAffinity
    		if hasConstraints {
    			// We need to process all the pods.
    			podsToProcess = nodeInfo.Pods
    		}
    
    		topoScore := make(scoreMap)
    		for _, existingPod := range podsToProcess {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. pkg/controller/job/indexed_job_utils_test.go

    			activePods := controller.FilterActivePods(logger, tc.pods)
    			failedIndexes := calculateFailedIndexes(logger, &tc.job, tc.pods)
    			_, succeededIndexes := calculateSucceededIndexes(logger, &tc.job, tc.pods)
    			jobCtx := &syncJobCtx{
    				job:                  &tc.job,
    				pods:                 tc.pods,
    				activePods:           activePods,
    				succeededIndexes:     succeededIndexes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.proto

    }
    
    // PodList is a list of Pods.
    message PodList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of pods.
      // More info: http://kubernetes.io/docs/user-guide/pods
      repeated Pod items = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top