Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 5Mi (0.06 sec)

  1. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

            operator: "Exists"
          containers:
          - name: node-cache
            image: registry.k8s.io/dns/k8s-dns-node-cache:1.23.1
            resources:
              requests:
                cpu: 25m
                memory: 5Mi
            args: [ "-localip", "__PILLAR__LOCAL__DNS__,__PILLAR__DNS__SERVER__", "-conf", "/etc/Corefile", "-upstreamsvc", "kube-dns-upstream" ]
            securityContext:
              capabilities:
                add:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager_test.go

    			imageFsInodes:           "4Mi",
    			containerFsInodesFree:   "3Mi",
    			containerFsInodes:       "4Mi",
    			inducePressureOnWhichFs: "nodefs",
    			softINodePressure:       "1.5Mi",
    			hardINodePressure:       "0.5Mi",
    			thresholdToMonitor: []evictionapi.Threshold{
    				{
    					Signal:   evictionapi.SignalNodeFsInodesFree,
    					Operator: evictionapi.OpLessThan,
    					Value: evictionapi.ThresholdValue{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"12E", decQuantity(12, 18, DecimalSI)},
    
    		// We'll accept fractional binary stuff, too.
    		{"100.035Ki", decQuantity(10243584, -2, BinarySI)},
    		{"0.5Mi", decQuantity(.5*1024*1024, 0, BinarySI)},
    		{"0.05Gi", decQuantity(536870912, -1, BinarySI)},
    		{"0.025Ti", decQuantity(274877906944, -1, BinarySI)},
    
    		// Things written by trolls
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    					},
    					"containerLogMaxSize": {
    						SchemaProps: spec.SchemaProps{
    							Description: "containerLogMaxSize is a quantity defining the maximum size of the container log file before it is rotated. For example: \"5Mi\" or \"256Ki\". Default: \"10Mi\"",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"containerLogMaxFiles": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top