Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 279 for ingressGateways (0.16 sec)

  1. operator/cmd/mesh/testdata/profile-dump/output/all_off.txt

    components.base.enabled=true
    components.cni.enabled=false
    components.egressGateways[0].enabled=false
    components.egressGateways[0].name="istio-egressgateway"
    components.ingressGateways[0].enabled=true
    components.ingressGateways[0].name="istio-ingressgateway"
    components.pilot.enabled=false
    hub="gcr.io/istio-testing"
    profile="default"
    tag="latest"
    values.defaultRevision=""
    values.global.configValidation=true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 453 bytes
    - Viewed (0)
  2. operator/pkg/translate/translate_common_test.go

    		},
    		{
    			desc: "all components disabled",
    			yamlStr: `
    components:
      pilot:
        enabled: false
      ingressGateways:
      - enabled: false`,
    			want: nil,
    		},
    		{
    			desc: "only pilot component enabled",
    			yamlStr: `
    components:
      pilot:
        enabled: true
      ingressGateways:
      - enabled: false`,
    			want: []string{string(name.PilotComponentName)},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 21 22:14:28 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/profile-dump/output/config_path.txt

    base.enabled=true
    cni.enabled=false
    egressGateways[0].enabled=false
    egressGateways[0].name="istio-egressgateway"
    ingressGateways[0].enabled=true
    ingressGateways[0].name="istio-ingressgateway"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 212 bytes
    - Viewed (0)
  4. releasenotes/notes/mesh-expansion.yaml

    issue:
    - 25933
    
    releaseNotes:
    - |
      **Added** port 15012 to the default list of ports for the `istio-ingressgateway` Service.
    - |
      **Deprecated** installation flags `values.global.meshExpansion.enabled` in favor of user-managed config and `values.gateways.istio-ingressgateway.meshExpansionPorts` in favor of `components.ingressGateways[name=istio-ingressgateway].k8s.service.ports`
    
    upgradeNotes:
    - title: Avoid use of mesh expansion installation flags
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. operator/samples/ingress-gateway-only.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        ingressGateways:
          - enabled: true
            namespace: my-namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 03:45:46 UTC 2024
    - 205 bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/input/ingressgateway_k8s_settings.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          enabled: false
        ingressGateways:
        - namespace: istio-system
          name: istio-ingressgateway
          enabled: true
          k8s:
            service:
              externalTrafficPolicy: Local
            serviceAnnotations:
              manifest-generate: "testserviceAnnotation"
            securityContext:
              sysctls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 28 15:29:11 UTC 2020
    - 643 bytes
    - Viewed (0)
  7. operator/pkg/helmreconciler/testdata/iop-test-gw-1.yaml

    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-1
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-1
      values:
        gateways:
          istio-ingressgateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 10 16:15:08 UTC 2022
    - 398 bytes
    - Viewed (0)
  8. operator/pkg/translate/translate_test.go

    	const valuesWithHPAndReplicaCountFormat = `
    values:
      pilot:
        autoscaleEnabled: %t
      gateways:
        istio-ingressgateway:
          autoscaleEnabled: %t
        istio-egressgateway:
          autoscaleEnabled: %t
    components:
      pilot:
        k8s:
          replicaCount: 2
      ingressGateways:
        - name: istio-ingressgateway
          enabled: true
          k8s:
            replicaCount: 2
      egressGateways:
        - name: istio-egressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. operator/pkg/util/testdata/yaml/input/yaml_layer2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          enabled: true
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            label:
              foo: bar
            k8s:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 325 bytes
    - Viewed (0)
  10. operator/pkg/util/testdata/yaml/input/yaml_layer3.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: true
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: false
            k8s:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 14 19:24:34 UTC 2020
    - 291 bytes
    - Viewed (0)
Back to top