Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 225 for destinationFile (0.27 sec)

  1. hack/lib/util.sh

      echo "No '${pattern}' changes detected."
      return 1
    }
    
    kube::util::download_file() {
      local -r url=$1
      local -r destination_file=$2
    
      rm "${destination_file}" 2&> /dev/null || true
    
      for i in $(seq 5)
      do
        if ! curl -fsSL --retry 3 --keepalive-time 2 "${url}" -o "${destination_file}"; then
          echo "Downloading ${url} failed. $((5-i)) retries left."
          sleep 1
        else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. pkg/test/framework/components/zipkin/kube.go

              number: 80
      - match:
        - port: 9411
        route:
        - destination:
            host: tracing
            port:
              number: 9411
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: tracing
      namespace: istio-system
    spec:
      host: tracing
      trafficPolicy:
        tls:
          mode: DISABLE
    ---`
    
    	extServiceEntry = `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 19:29:38 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. tests/integration/security/pass_through_filter_chain_test.go

    {{- range $port := .To.Config.Ports.GetWorkloadOnlyPorts }}
      - number: {{ $port.WorkloadPort }}
        name: {{ $port.Name }}
        protocol: TCP
    {{- end }}
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: DestinationRule
    metadata:
      name: {{ .To.ServiceName }}-dr
    spec:
      host: "fake.destination.{{ .To.ServiceName }}"
      trafficPolicy:
        tls:
          mode: ISTIO_MUTUAL
    ---`)).
    						BuildAll(nil, apps.Ns1.All).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/istio-mesh-dashboard.json

            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "expr": "max(pilot_k8s_cfg_events{type=\"DestinationRule\", event=\"add\"}) - (max(pilot_k8s_cfg_events{type=\"DestinationRule\", event=\"delete\"}) or max(up * 0))",
              "format": "time_series",
              "intervalFactor": 1,
              "refId": "A"
            }
          ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  5. pkg/config/analysis/local/istiod_analyze.go

    	Code string
    
    	// ResourceName is the name of the resource to suppress the message for. For
    	// K8s resources it has the same form as used by istioctl (e.g.
    	// "DestinationRule default.istio-system"). Note that globbing wildcards are
    	// supported (e.g. "DestinationRule *.istio-system").
    	ResourceName string
    }
    
    // ReaderSource is a tuple of a io.Reader and filepath.
    type ReaderSource struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

    spec:
      group: networking.istio.io
      names:
        categories:
        - istio-io
        - networking-istio-io
        kind: DestinationRule
        listKind: DestinationRuleList
        plural: destinationrules
        shortNames:
        - dr
        singular: destinationrule
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: The name of a service from the service registry
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. pilot/pkg/xds/eds_test.go

    			Full: true,
    			ConfigsUpdated: sets.New(
    				model.ConfigKey{Kind: kind.ServiceEntry, Name: "destall.default.svc.cluster.local", Namespace: "default"},
    				model.ConfigKey{Kind: kind.DestinationRule, Name: "destall", Namespace: "testns"}),
    		})
    		if _, err := ads.Wait(time.Second*5, watchAll...); err != nil {
    			t.Fatal(err)
    		}
    		if len(ads.GetEndpoints()) != 4 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/traffic.go

    	RunSkipAmbient("envoyfilter", envoyFilterCases, "not supported")
    	RunCase("consistent-hash", consistentHashCases)
    	RunCase("use-client-protocol", useClientProtocolCases)
    	RunCase("destinationrule", destinationRuleCases)
    	RunCase("vm", VMTestCases(apps.VM))
    	RunSkipAmbient("dns", DNSTestCases, "https://github.com/istio/istio/issues/48614")
    	RunCase("externalservice", TestExternalService)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. pilot/pkg/features/pilot.go

    			"we also match the ExternalName. In general, this mirrors Kubernetes behavior more closely. However, it means that policies (routes and DestinationRule) "+
    			"cannot be applied to the ExternalName service. "+
    			"If disabled, ExternalName behaves in fairly unexpected manner. Port matters, while it does not in Kubernetes. If it is a TCP port, "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

    spec:
      group: networking.istio.io
      names:
        categories:
        - istio-io
        - networking-istio-io
        kind: DestinationRule
        listKind: DestinationRuleList
        plural: destinationrules
        shortNames:
        - dr
        singular: destinationrule
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: The name of a service from the service registry
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top