Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 256Mi (0.13 sec)

  1. pkg/kubelet/cm/qos_container_manager_linux_test.go

    								v1.ResourceMemory: resource.MustParse("128Mi"),
    								v1.ResourceCPU:    resource.MustParse("1"),
    							},
    							Limits: v1.ResourceList{
    								v1.ResourceMemory: resource.MustParse("256Mi"),
    								v1.ResourceCPU:    resource.MustParse("2"),
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:       "01234567",
    				Name:      "burstable-pod-2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4K bytes
    - Viewed (0)
  2. manifests/charts/istio-operator/values.yaml

      deploymentHistory: 10
    
      # Operator resource defaults
      operator:
        monitoring:
          host: 127.0.0.1
          port: 15014
        resources:
          limits:
            cpu: 200m
            memory: 256Mi
          requests:
            cpu: 50m
            memory: 128Mi
        # Set to `type: RuntimeDefault` to use the default profile if available.
        seccompProfile: {}
    
      # Node labels for pod assignment
      nodeSelector: {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_sandbox_linux_test.go

    								v1.ResourceMemory: resource.MustParse("128Mi"),
    								v1.ResourceCPU:    resource.MustParse("2"),
    							},
    							Limits: v1.ResourceList{
    								v1.ResourceMemory: resource.MustParse("256Mi"),
    								v1.ResourceCPU:    resource.MustParse("4"),
    							},
    						},
    					},
    				},
    				Overhead: v1.ResourceList{
    					v1.ResourceMemory: resource.MustParse("128Mi"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

                  - ALL
                privileged: false
                readOnlyRootFilesystem: true
                runAsNonRoot: true
              resources:
                limits:
                  cpu: 200m
                  memory: 256Mi
                requests:
                  cpu: 50m
                  memory: 128Mi
              env:
                - name: WATCH_NAMESPACE
                  value: "istio-test-namespace1,istio-test-namespace2"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_windows_test.go

    		Requests: v1.ResourceList{
    			v1.ResourceMemory: resource.MustParse("128Mi"),
    			v1.ResourceCPU:    resource.MustParse("1"),
    		},
    		Limits: v1.ResourceList{
    			v1.ResourceMemory: resource.MustParse("256Mi"),
    			v1.ResourceCPU:    resource.MustParse("3"),
    		},
    	}
    
    	gmsaCredSpecName := "gmsa spec name"
    	gmsaCredSpec := "credential spec"
    	username := "ContainerAdministrator"
    	asHostProcess := true
    	pod := &v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

                  - ALL
                privileged: false
                readOnlyRootFilesystem: true
                runAsNonRoot: true
              resources:
                limits:
                  cpu: 200m
                  memory: 256Mi
                requests:
                  cpu: 50m
                  memory: 128Mi
              env:
                - name: WATCH_NAMESPACE
                  value: "istio-test-namespace1,istio-test-namespace2"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/operator/output/operator-remove.yaml

              command:
              - operator
              - server
              imagePullPolicy: IfNotPresent
              resources:
                limits:
                  cpu: 200m
                  memory: 256Mi
                requests:
                  cpu: 50m
                  memory: 128Mi
              env:
                - name: WATCH_NAMESPACE
                  value: istio-test-namespace
                - name: LEADER_ELECTION_NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 21 01:45:21 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    				Requests: v1.ResourceList{
    					v1.ResourceMemory: resource.MustParse("128Mi"),
    					v1.ResourceCPU:    resource.MustParse("1"),
    				},
    				Limits: v1.ResourceList{
    					v1.ResourceMemory: resource.MustParse("256Mi"),
    					v1.ResourceCPU:    resource.MustParse("3"),
    				},
    			},
    			expected: &runtimeapi.LinuxContainerResources{
    				CpuPeriod:          100000,
    				CpuQuota:           300000,
    				CpuShares:          1024,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  9. src/crypto/internal/edwards25519/scalarmult.go

    // license that can be found in the LICENSE file.
    
    package edwards25519
    
    import "sync"
    
    // basepointTable is a set of 32 affineLookupTables, where table i is generated
    // from 256i * basepoint. It is precomputed the first time it's used.
    func basepointTable() *[32]affineLookupTable {
    	basepointTablePrecomp.initOnce.Do(func() {
    		p := NewGeneratorPoint()
    		for i := 0; i < 32; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:10 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  10. pkg/kubelet/apis/config/types.go

    	// +featureGate=NodeSwap
    	// +optional
    	MemorySwap MemorySwapConfiguration
    	// A quantity defines the maximum size of the container log file before it is rotated. For example: "5Mi" or "256Ki".
    	ContainerLogMaxSize string
    	// Maximum number of container log files that can be present for a container.
    	ContainerLogMaxFiles int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top