Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 350 for egress (0.24 sec)

  1. pilot/pkg/model/push_context_test.go

    			Labels: map[string]string{"app": "foo"},
    		},
    		Egress: []*networking.IstioEgressListener{
    			{
    				Hosts: []string{"default/*"},
    			},
    		},
    		OutboundTrafficPolicy: &networking.OutboundTrafficPolicy{},
    	}
    	sidecarWithoutWorkloadSelector := &networking.Sidecar{
    		Egress: []*networking.IstioEgressListener{
    			{
    				Hosts: []string{"default/*"},
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/minio-dashboard.json

              "intervalFactor": 1,
              "legendFormat": "",
              "metric": "process_start_time_seconds",
              "refId": "A",
              "step": 60
            }
          ],
          "title": "Total S3 Egress",
          "type": "stat"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "description": "",
          "fieldConfig": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  3. tests/integration/security/authz_test.go

    			fromAndTo := to.Instances().Append(from)
    
    			newTrafficTest(t, fromAndTo).
    				FromMatch(fromMatch).
    				ToMatch(toMatch).
    				Config(config.File("testdata/authz/egress-gateway.yaml.tmpl").WithParams(param.Params{
    					// The namespaces for each resource are specified in the file. Use "" as the ns to apply to.
    					param.Namespace.String():        "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  4. hack/local-up-cluster.sh

          --v="${LOG_LEVEL}" \
          --vmodule="${LOG_SPEC}" \
          --audit-policy-file="${AUDIT_POLICY_FILE}" \
          --audit-log-path="${LOG_DIR}/kube-apiserver-audit.log" \
          --cert-dir="${CERT_DIR}" \
          --egress-selector-config-file="${EGRESS_SELECTOR_CONFIG_FILE:-}" \
          --client-ca-file="${CERT_DIR}/client-ca.crt" \
          --kubelet-client-certificate="${CERT_DIR}/client-kube-apiserver.crt" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context.go

    // which does not have a field to represent this.
    // The format is a comma separated list of hostnames. For example, "ingress.istio-system.svc.cluster.local,ingress.example.com"
    // The Gateway will apply to all ServiceInstances of these services, *in the same namespace as the Gateway*.
    const InternalGatewayServiceAnnotation = "internal.istio.io/gateway-service"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  6. istioctl/pkg/describe/describe.go

    		return "unknown"
    	}
    
    	if len(ingress.service.Status.LoadBalancer.Ingress) > 0 {
    		return ingress.service.Status.LoadBalancer.Ingress[0].IP
    	}
    
    	if hIP := ingress.pods[0].Status.HostIP; hIP != "" {
    		return hIP
    	}
    
    	// The scope of this function is to get the IP from Kubernetes, we do not
    	// ask Docker or minikube for an IP.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. pilot/pkg/model/virtualservice_test.go

    					},
    					Gateways: []string{"ingress-gateway", "mesh"},
    				},
    			},
    			delegate: []*networking.HTTPMatchRequest{
    				{
    					Uri: &networking.StringMatch{
    						MatchType: &networking.StringMatch_Exact{Exact: "/productpage/v1"},
    					},
    					Gateways: []string{"ingress-gateway"},
    				},
    				{
    					Uri: &networking.StringMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. pkg/proxy/winkernel/proxier.go

    		info.externalIPs = append(info.externalIPs, &externalIPInfo{ip: eip})
    	}
    
    	for _, ingress := range service.Status.LoadBalancer.Ingress {
    		if netutils.ParseIPSloppy(ingress.IP) != nil {
    			info.loadBalancerIngressIPs = append(info.loadBalancerIngressIPs, &loadBalancerIngressInfo{ip: ingress.IP})
    		}
    	}
    	return info
    }
    
    func (network hnsNetworkInfo) findRemoteSubnetProviderAddress(ip string) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier.go

    				proxier.logger.Error(err, "Failed to sync service", "servicePortName", svcPortName, "virtualServer", serv)
    			}
    		}
    
    		// Capture load-balancer ingress.
    		for _, ingress := range svcInfo.LoadBalancerVIPs() {
    			// ipset call
    			entry = &utilipset.Entry{
    				IP:       ingress.String(),
    				Port:     svcInfo.Port(),
    				Protocol: protocol,
    				SetType:  utilipset.HashIPPort,
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  10. api/discovery/aggregated_v2.json

                  "responseKind": {
                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ing"
                  ],
                  "singularResource": "ingress",
                  "subresources": [
                    {
                      "responseKind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top