Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for GetWork (0.17 sec)

  1. pkg/kubelet/kubelet.go

    	if networkReady == nil || !networkReady.Status {
    		klogErrorS(nil, "Container runtime network not ready", "networkReady", networkReady)
    		kl.runtimeState.setNetworkState(fmt.Errorf("container runtime network not ready: %v", networkReady))
    	} else {
    		// Set nil if the container runtime network is ready.
    		kl.runtimeState.setNetworkState(nil)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. istioctl/pkg/authz/testdata/configdump.yaml

                "type_url": "type.googleapis.com/io.istio.network.authn.Config",
                "value": {
                 "shared": true
                }
               }
              },
              {
               "name": "envoy.filters.network.http_connection_manager",
               "typed_config": {
                "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  3. cluster/gce/util.sh

          --network "${NETWORK}" \
          --source-ranges "10.0.0.0/8" \
          --allow "tcp:1-65535,udp:1-65535,icmp" \
          --target-tags "${NODE_TAG}"&
      fi
    
      if ! gcloud compute firewall-rules describe --project "${NETWORK_PROJECT}" "${NETWORK}-default-ssh" &>/dev/null; then
        gcloud compute firewall-rules create "${NETWORK}-default-ssh" \
          --project "${NETWORK_PROJECT}" \
          --network "${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)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                      value: "{{ valueOrDefault .Values.global.multiCluster.clusterName `Kubernetes` }}"
                    {{- $network := valueOrDefault (index .InfrastructureLabels `topology.istio.io/network`) .Values.global.network }}
                    {{- if $network }}
                    - name: ISTIO_META_NETWORK
                      value: "{{ $network }}"
                    {{- end }}
                    - name: ISTIO_META_INTERCEPTION_MODE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_builder_test.go

    			Namespace: "test-ns",
    		},
    	}
    
    	buildMetadata := func(networkID network.ID, tlsMode, workloadname, namespace string,
    		clusterID istiocluster.ID, lbls labels.Instance,
    	) *core.Metadata {
    		newmeta := &core.Metadata{}
    		util.AppendLbEndpointMetadata(&model.EndpointMetadata{
    			Network:      networkID,
    			TLSMode:      tlsMode,
    			WorkloadName: workloadname,
    			Namespace:    namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    		PutIdleConn:  func(err error) { t.Logf("PutIdleConn(%v)", err) },
    		ConnectStart: func(network, addr string) { t.Logf("ConnectStart(%q, %q)", network, addr) },
    		ConnectDone:  func(network, addr string, err error) { t.Logf("ConnectDone(%q, %q, %v)", network, addr, err) },
    	}
    	ctx := httptrace.WithClientTrace(context.Background(), trace)
    
    	for i := 0; i < 2; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbFile.java

    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory from a <tt>URL</tt> object.
     *
     * @param   url The URL of the target resource
     */
        public SmbFile( URL url ) {
            this( url, new NtlmPasswordAuthentication( url.getUserInfo() ));
        }
    /**
     * Constructs an SmbFile representing a resource on an SMB network such
     * as a file or directory from a <tt>URL</tt> object and an
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ks/traffic-management/egress/egress-gateway/): ```yaml service: # Egress gateways do not need an external LoadBalancer IP type: ClusterIP ``` #### Multi-network/VM Gateway Deploying a Gateway to be used as a [Multi-network Gateway](https://istio.io/latest/docs/setup/install/multicluster/) for network `network-1`: ```yaml networkGateway: network-1 ``` ### Migrating from other installation methods Installations from other installation methods (such as istioctl, Istio Operator, other helm charts, etc)...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_test.go

    					{
    						TotalMatch: true,
    						NetworkFilters: []string{
    							"extenstions.istio.io/wasmplugin/istio-system.wasm-network-authn",
    							"extenstions.istio.io/wasmplugin/istio-system.wasm-network-authz",
    							"extenstions.istio.io/wasmplugin/istio-system.wasm-network-stats",
    							wellknown.HTTPConnectionManager,
    						},
    						HTTPFilters: []string{
    							xdsfilters.MxFilterName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

      - name: tcp
        port: {{.TcpPort}}
        targetPort: {{.TcpTargetPort}}
      selector:
        test.istio.io/class: standard
        {{- if .Network }}
        topology.istio.io/network: {{.Network}}
    	{{- end }}
    `, map[string]any{
    				"Service":        svcName,
    				"Network":        c.Config().Cluster.NetworkName(),
    				"Port":           ports.HTTP.ServicePort,
    				"TargetPort":     ports.HTTP.WorkloadPort,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top