Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 50M (0.02 sec)

  1. cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

            command: ["/usr/bin/nvidia-gpu-device-plugin", "-logtostderr"]
            name: nvidia-gpu-device-plugin
            resources:
              requests:
                cpu: 50m
                memory: 10Mi
              limits:
                cpu: 50m
                memory: 10Mi
            securityContext:
              privileged: true
            volumeMounts:
            - name: device-plugin
              mountPath: /device-plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/library/quantity_test.go

    			name:        "quantity_less",
    			expr:        `quantity("50M").isLessThan(quantity("50Mi"))`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "quantity_less_obvious",
    			expr:        `quantity("50M").isLessThan(quantity("100M"))`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "quantity_less_false",
    			expr:        `quantity("100M").isLessThan(quantity("50M"))`,
    			expectValue: falseVal,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. cluster/addons/addon-manager/kube-addons-test.sh

      limitrange="${limitrange//100m/50m}"
      create_resource_from_string "${limitrange}" "10" "1" "limitrange.yaml" "${TEST_NS}"
      if kubectl get limits/limits -n ${TEST_NS} -o yaml | grep --silent "100m"; then
        error "failed to update resource, still has 100m"
        return 1
      elif ! (kubectl get limits/limits -n ${TEST_NS} -o yaml | grep --silent "50m"); then
        error "failed to update resource, 50m limit was not reflected"
        return 1
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 25 02:46:18 UTC 2021
    - 9.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_proto_test.go

    		expect   Quantity
    	}{
    		{"0", Quantity{i: int64Amount{value: 0, scale: 0}, s: "0", Format: DecimalSI}},
    		{"100m", Quantity{i: int64Amount{value: 100, scale: -3}, s: "100m", Format: DecimalSI}},
    		{"50m", Quantity{i: int64Amount{value: 50, scale: -3}, s: "50m", Format: DecimalSI}},
    		{"10000T", Quantity{i: int64Amount{value: 10000, scale: 12}, s: "10000T", Format: DecimalSI}},
    	}
    	for _, testCase := range table {
    		q := MustParse(testCase.quantity)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 25 07:12:11 UTC 2017
    - 3.7K bytes
    - Viewed (0)
  5. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

                - name: HOST_IP
                  valueFrom:
                    fieldRef:
                      fieldPath: status.hostIP
              resources:
                requests:
                  cpu: 50m
                limits:
                  memory: 30Mi
              volumeMounts:
    __EXTRA_VOL_MNTS__
                - mountPath: /var/run/secrets/tokens
                  name: konnectivity-agent-token
              livenessProbe:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. manifests/charts/istio-operator/values.yaml

      # 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: {}
    
      # Tolerations for pod assignment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. docs/debugging/pprofgoparser/main.go

    					skip = true
    				}
    			}
    		}
    	}
    
    	return ret, nil
    }
    
    const helpUsage = `
    
    At least one argument is required to run this tool.
    
    EXAMPLE:
         ./pprofgoparser --time 50m --margin 1m /path/to/*-goroutines-before,debug=2.txt
    `
    
    func main() {
    	flag.Parse()
    
    	if len(flag.Args()) == 0 {
    		log.Fatal(helpUsage)
    	}
    
    	var err error
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 06 11:43:16 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

                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"
                - name: LEADER_ELECTION_NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/operator/output/operator-remove.yaml

              - 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
                  value: operator-test-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)
  10. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

                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"
                - name: LEADER_ELECTION_NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top