Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for egressGateways (0.15 sec)

  1. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    disabled. --- # AddonComponents kiali component is disabled. --- # AddonComponents prometheus component is disabled. --- # AddonComponents istio-tracing component is disabled. # Base component is disabled. # Cni component is disabled. # EgressGateways istio-egressgateway component is disabled. # IstiodRemote component is disabled. # Resources for Pilot component apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-6-11 namespace: istio-system labels: app: istiod release:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Next available 31.
    }
    
    // Configuration for gateways.
    message GatewaysConfig {
      // Configuration for an egress gateway.
      EgressGatewayConfig istio_egressgateway = 1 [json_name = "istio-egressgateway"];
    
      // Controls whether any gateways are enabled.
      google.protobuf.BoolValue enabled = 2;
    
      // Configuration for an ingress gateway.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context.go

    	// Destination rules are defined here for global purposes. We do not want these
    	// catch all destination rules to be the only dest rule, when processing CDS for
    	// proxies like the istio-ingressgateway or istio-egressgateway.
    	// If there are no service specific dest rules, we will end up picking up the same
    	// rules anyway, later in the code
    
    	// 1. select destination rule from proxy config namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top