Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for 20m (0.41 sec)

  1. cluster/addons/calico-policy-controller/calico-node-vertical-autoscaler-configmap.yaml

      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    data:
      node-autoscaler: |-
        {
          "calico-node": {
            "requests": {
              "cpu": {
                "base": "80m",
                "step": "20m",
                "nodesPerStep": 10,
                "max": "500m"
              }
            }
          }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 14 15:32:57 UTC 2019
    - 409 bytes
    - Viewed (0)
  2. releasenotes/notes/30014.yaml

      istiod to fetch the jwks_uri for the jwks public key. User can use set the refresh interval with command
      `--set values.pilot.env.PILOT_JWT_PUB_KEY_REFRESH_INTERVAL=<duration>` while istioctl installation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 17 02:47:26 UTC 2021
    - 469 bytes
    - Viewed (0)
  3. cluster/addons/node-problem-detector/npd.yaml

            securityContext:
              privileged: true
            resources:
              limits:
                cpu: "200m"
                memory: "100Mi"
              requests:
                cpu: "20m"
                memory: "20Mi"
            env:
            - name: NODE_NAME
              valueFrom:
                fieldRef:
                  fieldPath: spec.nodeName
            volumeMounts:
            - name: log
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. common/config/.golangci-format.yml

    # common-files repo, make the change there and check it in. Then come back to this repo and run
    # "make update-common".
    
    run:
      # Timeout for analysis, e.g. 30s, 5m.
      # Default: 1m
      timeout: 20m
      build-tags:
      - integ
      - integfuzz
    linters:
      disable-all: true
      enable:
      - goimports
      - gofumpt
      - gci
      fast: false
    linters-settings:
      gci:
        sections:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 03:02:37 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/test_cache_inputs.txt

    go test testcache -run=TestOSArgs -v goodbye
    ! stdout '\(cached\)'
    stdout 'goodbye'
    
    # golang.org/issue/36134: that includes the `-timeout` argument.
    go test testcache -run=TestOSArgs -timeout=20m -v
    ! stdout '\(cached\)'
    stdout '-test\.timeout[= ]20m'
    go test testcache -run=TestOSArgs -timeout=5s -v
    ! stdout '\(cached\)'
    stdout '-test\.timeout[= ]5s'
    
    # If the test stats a file, changes to the file should invalidate the cache.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 22:23:53 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

            kubernetes.io/os: linux
          containers:
          - name: autoscaler
            image: registry.k8s.io/cpa/cluster-proportional-autoscaler:1.8.4
            resources:
                requests:
                    cpu: "20m"
                    memory: "10Mi"
            command:
              - /cluster-proportional-autoscaler
              - --namespace=kube-system
              - --configmap=kube-dns-autoscaler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/configurations/Gradleception.kt

            "Builds Gradle with the version of Gradle which is currently under development (twice)$descriptionSuffix"
    
        requirements {
            // Gradleception is a heavy build which runs ~40m on EC2 agents but only ~20m on Hetzner agents
            requiresNotEc2Agent()
            requiresNotSharedHost()
        }
    
        features {
            publishBuildStatusToGithub(model)
        }
    
        dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 09:57:17 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/cel/library/quantity_test.go

    		},
    		{
    			name:        "isQuantity",
    			expr:        `isQuantity("20")`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "isQuantity_megabytes",
    			expr:        `isQuantity("20M")`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "isQuantity_mebibytes",
    			expr:        `isQuantity("20Mi")`,
    			expectValue: trueVal,
    		},
    		{
    			name:        "isQuantity_invalidSuffix",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  9. common/config/.golangci.yml

    # common-files repo, make the change there and check it in. Then come back to this repo and run
    # "make update-common".
    
    run:
      # Timeout for analysis, e.g. 30s, 5m.
      # Default: 1m
      timeout: 20m
      build-tags:
        - integ
        - integfuzz
    linters:
      disable-all: true
      enable:
        - errcheck
        - exportloopref
        - depguard
        - gocritic
        - gofumpt
        - goimports
        - revive
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expectEstimatedCost: checker.CostEstimate{Min: 1, Max: 1},
    			expectRuntimeCost:   1,
    		},
    		{
    			name:                "isQuantity_megabytes",
    			expr:                `isQuantity("20M")`,
    			expectEstimatedCost: checker.CostEstimate{Min: 1, Max: 1},
    			expectRuntimeCost:   1,
    		},
    		{
    			name:                "equality_reflexivity",
    			expr:                `quantity("200M") == quantity("200M")`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top