Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 56 for destinationFile (0.26 sec)

  1. pilot/pkg/features/experimental.go

    	EnableEnhancedResourceScoping = env.Register("ENABLE_ENHANCED_RESOURCE_SCOPING", true,
    		"If enabled, meshConfig.discoverySelectors will limit the CustomResource configurations(like Gateway,VirtualService,DestinationRule,Ingress, etc)"+
    			"that can be processed by pilot. This will also restrict the root-ca certificate distribution.").Get()
    
    	EnableLeaderElection = env.Register("ENABLE_LEADER_ELECTION", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. 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)
  3. tests/integration/security/file_mounted_certs/main_test.go

    }
    
    func setupApps(ctx resource.Context, customNs namespace.Getter, customCfg *[]echo.Config) error {
    	appsNamespace := customNs.Get()
    
    	// Server certificate has "server.file-mounted.svc" in SANs; Same is expected in DestinationRule.subjectAltNames for the test Echo server
    	// This cert is going to be used as a server and "client" certificate on the "Echo Server"'s side
    	err := CreateCustomSecret(ctx, ServerSecretName, appsNamespace, ServerCertsPath)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  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. security/pkg/nodeagent/cache/secretcache.go

    // certificates. These are separated only due to the fact that Envoy has them separated.
    // Additionally, arbitrary certificates may be fetched from local files to support DestinationRule
    // and Gateway. Note that certificates stored externally will be sent from Istiod directly; the
    // in-agent SecretManagerClient has low privileges and cannot read Kubernetes Secrets or other
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top