Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,007 for traffic (0.24 sec)

  1. releasenotes/notes/39825.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    
    issue:
      - 39825
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 06:36:52 UTC 2022
    - 220 bytes
    - Viewed (0)
  2. samples/external/README.md

    By default, Istio-enabled services are unable to access services and URLs outside the cluster. Pods use <i>iptables</i> to transparently redirect all outbound traffic to the sidecar proxy, which only handles intra-cluster destinations.
    
    See [the Egress Task](https://istio.io/docs/tasks/traffic-management/egress/) for
    information on configuring Istio to contact external services.
    
    This directory contains samples showing how to enable pods to contact a few well
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/misannotated.yaml

      annotations:
        # annotations are set by default by istio-cni, will be ignored to avoid validation errors
        sidecar.istio.io/interceptionMode: REDIRECT
        traffic.sidecar.istio.io/excludeInboundPorts: "15020"
        traffic.sidecar.istio.io/includeInboundPorts: '*'
        traffic.sidecar.istio.io/includeOutboundIPRanges: '*'
        gateway.istio.io/controller-version: "5"
    spec:
      containers:
        - name: "grafana-test"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 21:10:07 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. releasenotes/notes/46540.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 46540
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 05 16:46:02 UTC 2023
    - 162 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/grpc-agent.yaml

          app: grpc
      template:
        metadata:
          annotations:
            inject.istio.io/templates: grpc-agent
          labels:
            app: grpc
        spec:
          containers:
          - name: traffic
            image: "fake.docker.io/google-samples/traffic-go-gke:1.0"
            readinessProbe:
              httpGet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 03 20:19:49 UTC 2021
    - 414 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/grpc-simple.yaml

          app: grpc
      template:
        metadata:
          annotations:
            inject.istio.io/templates: grpc-simple
          labels:
            app: grpc
        spec:
          containers:
          - name: traffic
            image: "fake.docker.io/google-samples/traffic-go-gke:1.0"
            readinessProbe:
              httpGet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 03 20:19:49 UTC 2021
    - 415 bytes
    - Viewed (0)
  7. releasenotes/notes/xds-push-deadlock.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue: [39209]
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 09 17:22:30 UTC 2022
    - 199 bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/util/traffic/result.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package traffic
    
    import (
    	"bytes"
    	"fmt"
    
    	"github.com/hashicorp/go-multierror"
    
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/framework/components/echo"
    )
    
    // Result of a traffic generation operation.
    type Result struct {
    	TotalRequests      int
    	SuccessfulRequests int
    	Error              error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 12 22:50:35 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/virtual-service.tmpl.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: mesh-route-outbound-traffic-to-external-svc-via-egress-gw
    spec:
      hosts:
      - external.{{ .externalNamespace }}.svc.cluster.local
      gateways:
      - mesh
      tcp:
      - match:
        - port: {{ .externalSvcTcpPort }}
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pkg/workloadapi/workload.proto

      enum Scope {
        UNSPECIFIED_SCOPE = 0;
        // Prefer traffic in the same region.
        REGION = 1;
        // Prefer traffic in the same zone.
        ZONE = 2;
        // Prefer traffic in the same subzone.
        SUBZONE = 3;
        // Prefer traffic on the same node.
        NODE = 4;
        // Prefer traffic in the same cluster.
        CLUSTER = 5;
        // Prefer traffic in the same network.
        NETWORK = 6;
      }
      enum Mode {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top