Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for Utilization (0.19 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/autoscaling_ingress_v2.golden.yaml

      namespace: istio-system
    spec:
      maxReplicas: 5
      metrics:
      - resource:
          name: cpu
          target:
            averageUtilization: 80
            type: Utilization
      - resource:
          name: memory
          target:
            averageUtilization: 80
            type: Utilization
      minReplicas: 1
      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: istio-ingressgateway
    
    ---
    
    
    Others
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Wed Dec 06 02:56:54 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/autoscaling_v2.golden.yaml

    spec:
      maxReplicas: 5
      metrics:
      - resource:
          name: cpu
          target:
            averageUtilization: 90
            type: Utilization
        type: Resource
      - resource:
          name: memory
          target:
            averageUtilization: 90
            type: Utilization
        type: Resource
      minReplicas: 1
      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: istiod
    
    Others
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Wed Dec 06 02:56:54 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  3. manifests/charts/istio-control/istio-discovery/templates/autoscale.yaml

      metrics:
      - type: Resource
        resource:
          name: cpu
          target:
            type: Utilization
            averageUtilization: {{ .Values.pilot.cpu.targetAverageUtilization }}
      {{- if .Values.pilot.memory.targetAverageUtilization }}
      - type: Resource
        resource:
          name: memory
          target:
            type: Utilization
            averageUtilization: {{ .Values.pilot.memory.targetAverageUtilization }}
      {{- end }}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Feb 12 19:43:09 GMT 2024
    - 1.3K bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/files/profile-demo.yaml

    # The demo profile enables a variety of things to try out Istio in non-production environments.
    # * Lower resource utilization.
    # * Some additional features are enabled by default; especially ones used in some tasks in istio.io.
    # * More ports enabled on the ingress, which is used in some tasks.
    meshConfig:
      accessLogFile: /dev/stdout
      extensionProviders:
        - name: otel
          envoyOtelAls:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Tue Feb 06 01:25:34 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/autoscaling_ingress_v2.yaml

          k8s:
            hpaSpec:
              metrics:
              - resource:
                  name: cpu
                  target:
                    type: Utilization
                    averageUtilization: 80
              - resource:
                  name: memory
                  target:
                    type: Utilization
                    averageUtilization: 80
      values:
        pilot:
          cpu:
            targetAverageUtilization: 90
          memory:
    Others
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Wed Dec 06 02:56:54 GMT 2023
    - 603 bytes
    - Viewed (0)
  6. manifests/charts/gateway/templates/hpa.yaml

              type: Utilization
        {{- end }}
        {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
        - type: Resource
          resource:
            name: memory
            target:
              averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
              type: Utilization
        {{- end }}
      {{- if .Values.autoscaling.autoscaleBehavior }}
    Others
    - Registered: Wed Apr 10 22:53:08 GMT 2024
    - Last Modified: Sun Feb 18 05:44:12 GMT 2024
    - 1.3K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/input/pilot_k8s_settings.yaml

                  resource:
                    name: cpu
                    target:
                      type: Utilization
                      averageUtilization: 444
                - type: Resource
                  resource:
                    name: memory
                    target:
                      type: Utilization
                      averageUtilization: 444
            readinessProbe:
              httpGet:
                path: /ready
    Others
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Wed Dec 06 02:56:54 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/pilot_k8s_settings.golden.yaml

    spec:
      maxReplicas: 333
      metrics:
      - resource:
          name: cpu
          target:
            averageUtilization: 444
            type: Utilization
        type: Resource
      - resource:
          name: memory
          target:
            averageUtilization: 444
            type: Utilization
        type: Resource
      minReplicas: 1
      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: istio-pilot
    
    Others
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Wed Dec 06 02:56:54 GMT 2023
    - 5K bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-ingress/templates/autoscale.yaml

      scaleTargetRef:
        apiVersion: apps/v1
        kind: Deployment
        name: {{ $gateway.name }}
      metrics:
      - type: Resource
        resource:
          name: cpu
          target:
            type: Utilization
            averageUtilization: {{ $gateway.cpu.targetAverageUtilization }}
    ---
    Others
    - Registered: Wed Apr 10 22:53:08 GMT 2024
    - Last Modified: Mon Feb 12 19:43:09 GMT 2024
    - 943 bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-ingress/files/profile-demo.yaml

    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The demo profile enables a variety of things to try out Istio in non-production environments.
    # * Lower resource utilization.
    # * Some additional features are enabled by default; especially ones used in some tasks in istio.io.
    # * More ports enabled on the ingress, which is used in some tasks.
    meshConfig:
      accessLogFile: /dev/stdout
    Others
    - Registered: Wed Apr 10 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 22:30:06 GMT 2024
    - 2.1K bytes
    - Viewed (0)
Back to top