Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for localIP (0.78 sec)

  1. cluster/gce/gci/configure-helper.sh

          continue
    
    '
    
      local -r host_ip=$(python3 -c "${resolve_host_script_py}"$'\n'"resolve(\"${host_name}\")")
      local etcd_cluster=""
      local cluster_state="new"
      local etcd_protocol="http"
      local etcd_apiserver_protocol="http"
      local etcd_creds=""
      local etcd_apiserver_creds="${ETCD_APISERVER_CREDS:-}"
      local etcd_extra_args="${ETCD_EXTRA_ARGS:-}"
      local suffix="$1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (1)
  2. cluster/gce/util.sh

    function make-gcloud-network-argument() {
      local network_project="$1"
      local region="$2"
      local network="$3"
      local subnet="$4"
      local address="$5"          # optional
      local enable_ip_alias="$6"  # optional
      local alias_size="$7"       # optional
    
      local networkURL="projects/${network_project}/global/networks/${network}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    				Host: "foo.default.svc.cluster.local",
    				TrafficPolicy: &networking.TrafficPolicy{
    					Tls: &networking.ClientTLSSettings{
    						Mode:            networking.ClientTLSSettings_SIMPLE,
    						CaCertificates:  constants.RootCertFilename,
    						Sni:             "foo.default.svc.cluster.local",
    						SubjectAltNames: []string{"foo.default.svc.cluster.local"},
    					},
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. cmd/site-replication.go

    	}
    	return nil
    }
    
    // PeerSTSAccHandler - replicates STS credential locally.
    func (c *SiteReplicationSys) PeerSTSAccHandler(ctx context.Context, stsCred *madmin.SRSTSCredential, updatedAt time.Time) error {
    	if stsCred == nil {
    		return errSRInvalidRequest(errInvalidArgument)
    	}
    	// skip overwrite of local update if peer sent stale info
    	if !updatedAt.IsZero() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 fib saddr type local jump mark-for-masquerade comment "masquerade local traffic"
    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 fib saddr type local goto service-42NFTM6N-ns2/svc2/tcp/p80 comment "short-circuit local traffic"
    		add chain ip kube-proxy endpoint-SGOXE6O3-ns2/svc2/tcp/p80__10.180.0.2/80
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_node_status_test.go

    		return
    	}
    
    	kubeClient.AddReactor("*", "*", notImplemented)
    }
    
    type localCM struct {
    	cm.ContainerManager
    	allocatableReservation v1.ResourceList
    	capacity               v1.ResourceList
    }
    
    func (lcm *localCM) GetNodeAllocatableReservation() v1.ResourceList {
    	return lcm.allocatableReservation
    }
    
    func (lcm *localCM) GetCapacity(localStorageCapacityIsolation bool) v1.ResourceList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/helpers_test.go

    	}, []v1.Volume{
    		newVolume("local-volume", v1.VolumeSource{
    			EmptyDir: &v1.EmptyDirVolumeSource{},
    		}),
    	})
    	pod2 := newPod("best-effort-low", defaultPriority, []v1.Container{
    		newContainer("best-effort-low", newResourceList("", "", ""), newResourceList("", "", "")),
    	}, []v1.Volume{
    		newVolume("local-volume", v1.VolumeSource{
    			EmptyDir: &v1.EmptyDirVolumeSource{},
    		}),
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  8. src/cmd/trace/testdata/go122.test

    String id=24
    	data="syscall.read"
    String id=25
    	data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/zsyscall_linux_amd64.go"
    String id=26
    	data="syscall.Read"
    String id=27
    	data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/syscall_unix.go"
    String id=28
    	data="internal/poll.ignoringEINTRIO"
    String id=29
    	data="/usr/local/google/home/mknyszek/work/go-1/src/internal/poll/fd_unix.go"
    String id=30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier_test.go

    	assert.Equal(t, true, activeEntries1.Has("10.0.1.2,tcp:80,10.0.1.2"), "Expected activeEntries to reference second (local) pod")
    	assert.Equal(t, true, activeEntries1.Has("10.0.1.3,tcp:80,10.0.1.3"), "Expected activeEntries to reference second (local) pod")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    meshConfig: accessLogFile: /dev/stdout extensionProviders: - name: otel envoyOtelAls: service: opentelemetry-collector.istio-system.svc.cluster.local port: 4317 - name: skywalking skywalking: service: tracing.istio-system.svc.cluster.local port: 11800 - name: otel-tracing opentelemetry: port: 4317 service: opentelemetry-collector.otel-collector.svc.cluster.local global: proxy: resources: requests: cpu: 10m memory: 40Mi pilot: autoscaleEnabled: false traceSampling: 100 resources: requests: cpu: 10m memory:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top