Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 857 for sidecars (0.12 sec)

  1. pkg/config/analysis/analyzers/testdata/sidecar-selector.yaml

        labels:
          app: reviews # Multiple sidecars have the same selector, should generate errors for both
      egress:
      - hosts:
        - "./*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: dupe-2
      namespace: default
    spec:
      workloadSelector:
        labels:
          app: reviews # Multiple sidecars have the same selector, should generate errors for both
      egress:
      - hosts:
        - "./*"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  2. releasenotes/notes/sidecar-api-connectionpool.yaml

      - '[reference] https://istio.io/latest/docs/reference/config/networking/sidecar/#Sidecar-inbound_connection_pool'
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 27 17:19:29 UTC 2023
    - 612 bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/sidecar-default-selector.yaml

        - "./*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: has-conflict-1 # Both Sidecars in this namespace omit workload selector, so they are in conflict
      namespace: ns2
    spec:
      egress:
      - hosts:
        - "./*"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: has-conflict-2 # Both Sidecars in this namespace omit workload selector, so they are in conflict
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Dec 23 13:38:38 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. releasenotes/notes/29427.yaml

          observe connectivity issues between your gateway and your sidecars or among your sidecars 
          with 503 errors in the log. This happens when 1.7.5+ proxies send HTTP 1xx or 204 response 
          codes with headers that 1.7.x proxies reject. To fix this, upgrade all your 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 08 21:29:31 UTC 2020
    - 653 bytes
    - Viewed (0)
  5. tests/testdata/config/rule-route-via-egressgateway.yaml

    metadata:
      name: route-via-egressgateway
      namespace: testns
    spec:
      hosts:
        - egressgateway.bookinfo.com
      gateways:
      # Pinned to both the sidecars (mesh) and egress gateway
      - istio-egressgateway
      - mesh
      http:
        - match:
          - gateways:
            - mesh # from sidecars, route to egress gateway service
          route:
          - destination:
              host: istio-egressgateway
            weight: 100
        - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 735 bytes
    - Viewed (0)
  6. releasenotes/notes/credential-name-support-egress-sidecar.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
       - |
         **Added** the ability to set credentialName based secret configuration
         at sidecars for egress TLS traffic when WorkloadSelector is specified in `DestinationRule`,
         provided the sidecar has permission to list secrets in the namespace where it resides.
    docs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 14 16:56:05 UTC 2022
    - 435 bytes
    - Viewed (0)
  7. releasenotes/notes/fix-concurrency.yaml

    area: installation
    upgradeNotes:
    - title: Proxy Concurrency changes
      content: |
        Previously, the proxy `concurrency` setting, which configures how many worker threads the proxy runs,
        was inconsistently configured between sidecars and different gateway installation mechanisms.
        This often led to gateways running with concurrency based on the number of physical cores on the host machine,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 13 11:53:23 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. releasenotes/notes/44161.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 04 19:58:08 UTC 2023
    - 194 bytes
    - Viewed (0)
  9. releasenotes/notes/disable-fs-group-injection.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
      **Updated** default value of the feature flag `ENABLE_LEGACY_FSGROUP_INJECTION` to false.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 07 00:31:49 UTC 2022
    - 273 bytes
    - Viewed (0)
  10. releasenotes/notes/nds-merging.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - https://github.com/istio/istio/pull/43152
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 14 14:40:42 UTC 2023
    - 247 bytes
    - Viewed (0)
Back to top