Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 103 of 103 for pod_1 (1.57 sec)

  1. pkg/kubelet/eviction/eviction_manager_test.go

    				podMaker := makePodWithPIDStats
    				summaryStatsMaker := makePIDStats
    				podsToMake := []podToMake{
    					{name: "pod1", priority: lowPriority, pidUsage: 500},
    					{name: "pod2", priority: defaultPriority, pidUsage: 500},
    				}
    				pods := []*v1.Pod{}
    				podStats := map[*v1.Pod]statsapi.PodStats{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    - Add pod_ based CPU and memory metrics to Kubelet's  /metrics/resource endpoint ([#95839](https://github.com/kubernetes/kubernetes/pull/95839), [@egernst](https://github.com/egernst)) [SIG Instrumentation, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    - Shell completion now knows to continue suggesting resource names when the command supports it.  For example `kubectl get pod pod1 <TAB>` will suggest more Pod names. ([#105711](https://github.com/kubernetes/kubernetes/pull/105711), [@marckhouzam](https://github.com/marckhouzam))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top