Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for autoscalingapi (0.43 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
    
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
    
      base:
        # For istioctl usage to disable istio config crds in base
        enableIstioConfigCRDs: true
    
      # `istio_cni` has been deprecated and will be removed in a future release. use `pilot.cni` instead
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    					tc.key: tc.scaleDownEvents,
    				},
    			}
    			arg := NormalizationArg{
    				Key:               tc.key,
    				ScaleUpBehavior:   autoscalingapiv2.GenerateHPAScaleUpRules(tc.scaleUpRules),
    				ScaleDownBehavior: autoscalingapiv2.GenerateHPAScaleDownRules(tc.scaleDownRules),
    				MinReplicas:       tc.specMinReplicas,
    				MaxReplicas:       tc.specMaxReplicas,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                - name: application-credentials
                  mountPath: /etc/istio/application-credentials
                  readOnly: true
      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // mechanisms (e.g., environmental variable CA_PROVIDER).
      string caName = 65;
    
      // TODO: remove this?
      // No longer used.
      google.protobuf.BoolValue autoscalingv2API = 66;
    
      // Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
      // An empty value means it is a vanilla Kubernetes distribution, therefore no special
      // treatment will be considered.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              loadBalancerIP: {{ (index .Spec.Addresses 0).Value | quote}}
              {{- end }}
              type: {{ .ServiceType | quote }}
            ---
      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	CaName string `protobuf:"bytes,65,opt,name=caName,proto3" json:"caName,omitempty"`
    	// TODO: remove this?
    	// No longer used.
    	Autoscalingv2API *wrapperspb.BoolValue `protobuf:"bytes,66,opt,name=autoscalingv2API,proto3" json:"autoscalingv2API,omitempty"`
    	// Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Service (STS) server to handle token exchange requests. # Setting this port to a non-zero value enables STS server. servicePort: 0 # whether to use autoscaling/v2 template for HPA settings # for internal usage only, not to be configured by users. autoscalingv2API: true meshConfig: enablePrometheusMerg: true # The trust domain corresponds to the trust root of a system # Refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE-ID.md#21-trust-domain trustDomain: "cluster.local" defaultConfig:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              loadBalancerIP: {{ (index .Spec.Addresses 0).Value | quote}}
              {{- end }}
              type: {{ .ServiceType | quote }}
            ---
      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top