Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 300Mi (0.03 sec)

  1. cluster/gce/manifests/cluster-autoscaler.manifest

                        }
                    ],
                    "resources": {
                        "requests": {
                            "cpu": "10m",
                            "memory": "300Mi"
                        }
                    },
                    "volumeMounts": [
                        {{cloud_config_mount}}
                        {
                            "name": "ssl-certs",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. cluster/addons/metrics-server/metrics-server-deployment.yaml

              name: tmp-dir
          - name: metrics-server-nanny
            image: registry.k8s.io/autoscaling/addon-resizer:1.8.14
            resources:
              limits:
                cpu: 100m
                memory: 300Mi
              requests:
                cpu: 5m
                memory: 50Mi
            env:
              - name: MY_POD_NAME
                valueFrom:
                  fieldRef:
                    fieldPath: metadata.name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:50:56 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. cluster/addons/fluentd-gcp/README.md

    ```
    
    This will display an output similar to the following:
    
    ```
    NAME                  CPU_REQUEST   MEMORY_REQUEST   MEMORY_LIMIT
    fluentd-gcp-v2.0.15   100m          200Mi            300Mi
    ```
    
    In order to change those values, a [ScalingPolicy][scalingPolicy] needs to be
    defined. Currently, only base values are supported (no automatic scaling). The
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 2.7K bytes
    - Viewed (0)
Back to top