Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 159 for istiooperators (0.2 sec)

  1. releasenotes/notes/43173.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 07 16:31:59 UTC 2023
    - 164 bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/input/duplicate_mwc.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istiod
      namespace: istio-system
    spec:
      profile: default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 09 05:58:34 UTC 2021
    - 161 bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/input/autoscaling_v2beta1_k8s_and_values.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        ingressGateways:
        - enabled: true
          k8s:
            hpaSpec:
              metrics:
              - resource:
                  name: cpu
                  targetAverageUtilization: 70
                type: Resource
              - resource:
                  name: memory
                  targetAverageUtilization: 70
                type: Resource
          name: istio-ingressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 553 bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/input/istiod_remote.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        base:
          enabled: true
        pilot:
          enabled: true
      values:
        global:
          multiCluster:
            clusterName: remote0
          network: network2
          externalIstiod: true
          remotePilotAddress: 169.10.112.88
        istiodRemote:
          injectionURL: https://xxx:15017/inject
        base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 03 20:33:58 UTC 2021
    - 439 bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/pilot_merge_meshconfig.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      hub: docker.io/istio
      tag: 1.1.4
      meshConfig:
        enablePrometheusMerge: true
        rootNamespace: istio-control
        outboundTrafficPolicy:
          mode: REGISTRY_ONLY
        defaultConfig:
          discoveryAddress: my-discovery:123
          drainDuration: 12s
          controlPlaneAuthPolicy: NONE
        accessLogFormat: |
          {
            "key": "val"
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 11 03:03:49 UTC 2021
    - 474 bytes
    - Viewed (0)
  6. operator/pkg/helmreconciler/testdata/iop-test-gw-2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-2
      namespace: istio-system
    spec:
      profile: empty
      revision: 1-14
      components:
        ingressGateways:
          - name: test-gw-2
            namespace: istio-system
            enabled: true
            label:
              istio: test-gw-2
      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)
  7. operator/cmd/mesh/testdata/profile-dump/input/list_path.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      namespace: istio-system
    spec:
      values:
        gateways:
          istio-egressgateway:
            secretVolumes:
              - mountPath: /etc/istio/egressgateway-certs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 11:44:25 UTC 2022
    - 266 bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/input/bare_spec.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 29 02:25:19 UTC 2020
    - 64 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/cmd/mesh/testdata/manifest-generate/input/minimal-revisioned.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: minimal
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 17:23:44 UTC 2024
    - 104 bytes
    - Viewed (0)
Back to top