Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 67 for 5300m (0.05 sec)

  1. pkg/api/pod/util_test.go

    						Resources: &api.ResourceRequirements{
    							Requests: api.ResourceList{api.ResourceCPU: resource.MustParse("200m")},
    							Limits:   api.ResourceList{api.ResourceCPU: resource.MustParse("300m")},
    						},
    					},
    				},
    			},
    		}
    	}
    	podWithoutInPlaceVerticalScaling := func() *api.Pod {
    		return &api.Pod{
    			Spec: api.PodSpec{
    				Containers: []api.Container{
    					{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pkg/controller/resourcequota/resource_quota_controller_test.go

    			Spec: v1.PodSpec{
    				Volumes:           []v1.Volume{{Name: "vol"}},
    				Containers:        []v1.Container{{Name: "ctr", Image: "image", Resources: getResourceRequirements(getResourceList("500m", "50Gi"), getResourceList("", ""))}},
    				PriorityClassName: "high",
    			},
    		},
    		&v1.Pod{
    			ObjectMeta: metav1.ObjectMeta{Name: "pod-running-2", Namespace: "testing"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 16:29:33 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  5. test/inline_big.go

    	a[516] = 0
    	a[517] = 0
    	a[518] = 0
    	a[519] = 0
    	a[520] = 0
    	a[521] = 0
    	a[522] = 0
    	a[523] = 0
    	a[524] = 0
    	a[525] = 0
    	a[526] = 0
    	a[527] = 0
    	a[528] = 0
    	a[529] = 0
    	a[530] = 0
    	a[531] = 0
    	a[532] = 0
    	a[533] = 0
    	a[534] = 0
    	a[535] = 0
    	a[536] = 0
    	a[537] = 0
    	a[538] = 0
    	a[539] = 0
    	a[540] = 0
    	a[541] = 0
    	a[542] = 0
    	a[543] = 0
    	a[544] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/preemption/preemption_test.go

    	tf "k8s.io/kubernetes/pkg/scheduler/testing/framework"
    )
    
    var (
    	midPriority, highPriority = int32(100), int32(1000)
    
    	veryLargeRes = map[v1.ResourceName]string{
    		v1.ResourceCPU:    "500m",
    		v1.ResourceMemory: "500",
    	}
    )
    
    type FakePostFilterPlugin struct {
    	numViolatingVictim int
    }
    
    func (pl *FakePostFilterPlugin) SelectVictimsOnNode(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

    kind: ConfigMap
    metadata:
      labels:
        app: sidecar-injector
        istio: sidecar-injector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/cache/cache_test.go

    	// Test data
    	cpuHalf := resource.MustParse("500m")
    	mem50m := resource.MustParse("50m")
    	resourceList1 := map[v1.ResourceName]string{
    		v1.ResourceCPU:                     "1000m",
    		v1.ResourceMemory:                  "100m",
    		v1.ResourceName("example.com/foo"): "1",
    	}
    	resourceList2 := map[v1.ResourceName]string{
    		v1.ResourceCPU:                     "500m",
    		v1.ResourceMemory:                  "50m",
    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. manifests/charts/istiod-remote/values.yaml

        hub: ""
        tag: ""
        variant: ""
        # Can be a full hub/image:tag
        image: pilot
        traceSampling: 1.0
        # Resources for a small pilot install
        resources:
          requests:
            cpu: 500m
            memory: 2048Mi
        # Set to `type: RuntimeDefault` to use the default profile if available.
        seccompProfile: {}
        # Whether to use an existing CNI installation
        cni:
          enabled: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  10. operator/README.md

    ```yaml
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          k8s:
            resources:
              requests:
                cpu: 1000m # override from default 500m
                memory: 4096Mi # ... default 2048Mi
            hpaSpec:
              maxReplicas: 10 # ... default 5
              minReplicas: 2  # ... default 1
            nodeSelector: # ... default empty
              master: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
Back to top