Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 112 for vertical (0.33 sec)

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

    kind: ConfigMap
    apiVersion: v1
    metadata:
      name: calico-typha-vertical-autoscaler
      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    data:
      typha-autoscaler: |-
        {
          "calico-typha": {
            "requests": {
              "cpu": {
                "base": "120m",
                "step": "80m",
                "nodesPerStep": 10,
                "max": "1000m"
              }
            }
          }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 14 15:32:57 UTC 2019
    - 414 bytes
    - Viewed (0)
  2. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-deployment.yaml

    kind: Deployment
    apiVersion: apps/v1
    metadata:
      name: calico-typha-vertical-autoscaler
      namespace: kube-system
      labels:
        k8s-app: calico-typha-autoscaler
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
      replicas: 1
      selector:
        matchLabels:
          k8s-app: calico-typha-autoscaler
      template:
        metadata:
          labels:
            k8s-app: calico-typha-autoscaler
        spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  3. cluster/addons/calico-policy-controller/calico-node-vertical-autoscaler-deployment.yaml

    kind: Deployment
    apiVersion: apps/v1
    metadata:
      name: calico-node-vertical-autoscaler
      namespace: kube-system
      labels:
        k8s-app: calico-node-autoscaler
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
      replicas: 1
      selector:
        matchLabels:
          k8s-app: calico-node-autoscaler
      template:
        metadata:
          labels:
            k8s-app: calico-node-autoscaler
        spec:
          priorityClassName: system-cluster-critical
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  4. cluster/addons/calico-policy-controller/calico-node-vertical-autoscaler-configmap.yaml

    kind: ConfigMap
    apiVersion: v1
    metadata:
      name: calico-node-vertical-autoscaler
      namespace: kube-system
      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)
  5. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-clusterrole.yaml

    Jordan Liggitt <******@****.***> 1575474971 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 13 17:23:39 UTC 2019
    - 293 bytes
    - Viewed (0)
  6. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-serviceaccount.yaml

    ialidzhikov <******@****.***> 1573745577 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 14 15:32:57 UTC 2019
    - 147 bytes
    - Viewed (0)
  7. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-clusterrolebinding.yaml

    ialidzhikov <******@****.***> 1573745577 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 14 15:32:57 UTC 2019
    - 321 bytes
    - Viewed (0)
  8. guava/src/com/google/common/math/LinearTransformation.java

      }
    
      /** Returns whether this is a vertical transformation. */
      public abstract boolean isVertical();
    
      /** Returns whether this is a horizontal transformation. */
      public abstract boolean isHorizontal();
    
      /**
       * Returns the slope of the transformation, i.e. the rate of change of {@code y} with respect to
       * {@code x}. This must not be called on a vertical transformation (i.e. when {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/math/LinearTransformation.java

      }
    
      /** Returns whether this is a vertical transformation. */
      public abstract boolean isVertical();
    
      /** Returns whether this is a horizontal transformation. */
      public abstract boolean isHorizontal();
    
      /**
       * Returns the slope of the transformation, i.e. the rate of change of {@code y} with respect to
       * {@code x}. This must not be called on a vertical transformation (i.e. when {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. cluster/addons/README.md

    More details could be found in [addon-manager/README.md](addon-manager/README.md).
    
    ## Cooperating Horizontal / Vertical Auto-Scaling with "reconcile class addons"
    
    "Reconcile" class addons will be periodically reconciled to the original state given
    by the initial config. In order to make Horizontal / Vertical Auto-scaling functional,
    the related fields in config should be left unset. More specifically, leave `replicas`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.6K bytes
    - Viewed (0)
Back to top