Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 122 for autoScale (0.14 sec)

  1. manifests/charts/gateways/istio-egress/templates/autoscale.yaml

    Ignasi Barrera <******@****.***> 1713464209 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 949 bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/templates/autoscale.yaml

    Ignasi Barrera <******@****.***> 1713464209 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 951 bytes
    - Viewed (0)
  3. manifests/charts/istio-control/istio-discovery/templates/autoscale.yaml

    Ignasi Barrera <******@****.***> 1713464209 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. releasenotes/notes/pilot-autoscale.yaml

    John Howard <******@****.***> 1703148133 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 21 08:42:13 UTC 2023
    - 428 bytes
    - Viewed (0)
  5. samples/helloworld/README.md

    ```bash
    export GATEWAY_URL=$INGRESS_HOST:$INGRESS_PORT
    curl http://$GATEWAY_URL/hello
    ```
    
    ## Autoscale the services
    
    Note that a Kubernetes [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
    only works if all containers in the pods request cpu. In this sample the deployment
    containers in `helloworld.yaml` are configured with the request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. releasenotes/notes/47318.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    docs:
      - '[usage] https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#configurable-scaling-behavior'
    
    releaseNotes:
    - |
      **Added** configurable scaling behavior for Gateway HPA in helm chart
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 08 02:59:41 UTC 2023
    - 297 bytes
    - Viewed (0)
  7. releasenotes/notes/36928.yaml

    kind: bug-fix
    area: installation
    
    releaseNotes:
    - |
      **Fixed** an issue that was preventing the operator from updating deployments when `.autoscaleEnabled` is `true` and `.k8s.replicaCount` is nonzero.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 11 22:36:57 UTC 2022
    - 348 bytes
    - Viewed (0)
  8. releasenotes/notes/helm-configurable-scaling-behavior.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 42634
    
    docs:
      - '[usage] https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#configurable-scaling-behavior'
    
    releaseNotes:
    - |
      **Added** configurable scaling behavior for Istiod's HPA in helm chart 
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 20 17:08:18 UTC 2023
    - 394 bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/measurement/measurement.go

    	if len(unit) > 2 {
    		unit = strings.TrimSuffix(unit, "s")
    	}
    	return ut.findByAlias(unit)
    }
    
    // autoScale takes in the value with units of the base unit and returns
    // that value scaled to a reasonable unit if a reasonable unit is
    // found.
    func (ut UnitType) autoScale(value float64) (float64, string, bool) {
    	var f float64
    	var unit string
    	for _, u := range ut.Units {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //
      // See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
      TargetUtilizationConfig memory = 4 [deprecated = true];
    
      // K8s utilization setting for HorizontalPodAutoscaler target.
      //
      // See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
      TargetUtilizationConfig cpu = 5 [deprecated = true];
    
      google.protobuf.BoolValue customService = 6;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top