Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 96 for proxyIps (0.14 sec)

  1. pkg/kube/inject/testdata/inject/traffic-annotations.yaml

      selector:
        matchLabels:
          app: traffic
      template:
        metadata:
          annotations:
            # We set 4 CPUs here and concurrency=0 below. Expect concurrency to be set to 4.
            sidecar.istio.io/proxyCPU: 4000m
            traffic.sidecar.istio.io/includeInboundPorts: "1,2,3"
            traffic.sidecar.istio.io/excludeInboundPorts: "4,5,6"
            traffic.sidecar.istio.io/excludeOutboundPorts: "7,8,9"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 12 16:44:33 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/files/grpc-agent.yaml

    {{- define "resources"  }}
      {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPULimit`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemoryLimit`) }}
        {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) }}
          requests:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/example.com_retract_self_pseudo_v0.0.0-20200325131415-0123456789ab

    See example.com_retract_self_pseudo_v1.9.0.txt.
    
    This version is not retracted. It should be returned by the proxy's
    @latest endpoint. It should match the @latest version query.
    
    TODO(golang.org/issue/24031): the proxy and proxy.golang.org both return
    the highest release version from the @latest endpoint, even if that
    version is retracted, so there is no way for the go command to
    discover an unretracted pseudo-version.
    
    -- .mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 568 bytes
    - Viewed (0)
  4. pilot/pkg/util/network/ip.go

    func AllIPv6(ipAddrs []string) bool {
    	for i := 0; i < len(ipAddrs); i++ {
    		addr, err := netip.ParseAddr(ipAddrs[i])
    		if err != nil {
    			// Should not happen, invalid IP in proxy's IPAddresses slice should have been caught earlier,
    			// skip it to prevent a panic.
    			continue
    		}
    		if addr.Is4() {
    			return false
    		}
    	}
    	return true
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 21 21:27:21 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/pkiutil/pki_helpers_test.go

    	proxy := "user-etcd-proxy"
    	proxyIP := "10.10.10.100"
    	advertiseIP := "1.2.3.4"
    	cfg := &kubeadmapi.InitConfiguration{
    		LocalAPIEndpoint: kubeadmapi.APIEndpoint{AdvertiseAddress: advertiseIP},
    		ClusterConfiguration: kubeadmapi.ClusterConfiguration{
    			Etcd: kubeadmapi.Etcd{
    				Local: &kubeadmapi.LocalEtcd{
    					PeerCertSANs: []string{
    						proxy,
    						proxyIP,
    						"1.2.3.L",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  6. cmd/endpoint.go

    func GetProxyEndpointLocalIndex(proxyEps []ProxyEndpoint) int {
    	for i, pep := range proxyEps {
    		if pep.IsLocal {
    			return i
    		}
    	}
    	return -1
    }
    
    // GetProxyEndpoints - get all endpoints that can be used to proxy list request.
    func GetProxyEndpoints(endpointServerPools EndpointServerPools) []ProxyEndpoint {
    	var proxyEps []ProxyEndpoint
    
    	proxyEpSet := set.NewStringSet()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  7. cmd/genman/gen_kube_man.go

    	kubectlcmd "k8s.io/kubectl/pkg/cmd"
    	"k8s.io/kubernetes/cmd/genutils"
    	apiservapp "k8s.io/kubernetes/cmd/kube-apiserver/app"
    	cmapp "k8s.io/kubernetes/cmd/kube-controller-manager/app"
    	proxyapp "k8s.io/kubernetes/cmd/kube-proxy/app"
    	schapp "k8s.io/kubernetes/cmd/kube-scheduler/app"
    	kubeadmapp "k8s.io/kubernetes/cmd/kubeadm/app/cmd"
    	kubeletapp "k8s.io/kubernetes/cmd/kubelet/app"
    )
    
    func main() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 12:03:09 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/files/injection-template.yaml

    {{- define "resources"  }}
      {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPULimit`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemoryLimit`) }}
        {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) }}
          requests:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/files/injection-template.yaml

    {{- define "resources"  }}
      {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPULimit`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemoryLimit`) }}
        {{- if or (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyCPU`) (isset .ObjectMeta.Annotations `sidecar.istio.io/proxyMemory`) }}
          requests:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  10. pkg/registry/core/pod/rest/subresources.go

    	proxyOpts, ok := opts.(*api.PodProxyOptions)
    	if !ok {
    		return nil, fmt.Errorf("Invalid options object: %#v", opts)
    	}
    	location, transport, err := pod.ResourceLocation(ctx, r.Store, r.ProxyTransport, id)
    	if err != nil {
    		return nil, err
    	}
    	location.Path = net.JoinPreservingTrailingSlash(location.Path, proxyOpts.Path)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top