Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 101 for Nodes (0.06 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    		cpu       *resource.Quantity
    	}
    
    	testCases := []struct {
    		name                 string
    		nodes                []nodeInfo
    		topologyCacheEnabled bool
    		endpointZoneInfo     map[string]topologycache.EndpointZoneInfo
    		expectedQueueLen     int
    	}{{
    		name:                 "empty",
    		nodes:                []nodeInfo{},
    		topologyCacheEnabled: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// The total number of nodes that should be running the daemon
    	// pod (including nodes correctly running the daemon pod).
    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    	DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"`
    
    	// Total number of nodes that should be running the daemon pod and have one
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/types.go

    	// The total number of nodes that should be running the daemon
    	// pod (including nodes correctly running the daemon pod).
    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    	DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"`
    
    	// numberReady is the number of nodes that should be running the daemon pod and have one
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:   name,
    			Labels: labels,
    		},
    	}
    }
    
    func addNodes(t *testing.T, controller *FakeController, nodes ...*corev1.Node) {
    	for _, node := range nodes {
    		clienttest.Wrap(t, controller.nodes).CreateOrUpdate(node)
    		waitForNode(t, controller, node.Name)
    	}
    }
    
    func TestEndpointUpdate(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    		// We can run in parallel because logging is per-test.
    		tc := tc
    		t.Run(name, func(t *testing.T) {
    			t.Parallel()
    			nodes := tc.nodes
    			if nodes == nil {
    				nodes = []*v1.Node{workerNode}
    			}
    			testCtx := setup(t, nodes, tc.claims, tc.classes, tc.schedulings, tc.objs)
    			testCtx.p.enabled = !tc.disable
    			initialObjects := testCtx.listAll(t)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// The total number of nodes that should be running the daemon
    	// pod (including nodes correctly running the daemon pod).
    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
    	DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"`
    
    	// The number of nodes that should be running the daemon pod and have one
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // in the provided namespace.
      string trustedZtunnelNamespace = 59;
    }
    
    message PilotTaintControllerConfig {
      // Enable the untaint controller for new nodes. This aims to solve a race for CNI installation on 
      // new nodes. For this to work, the newly added nodes need to have the istio CNI taint as they are
      // added to the cluster. This is usually done by configuring the cluster infra provider.
      bool enabled = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.h

    // Set the prefix to be prepended to the names of nodes in `graph_def` that will
    // be imported into `graph`. `prefix` is copied and has no lifetime
    // requirements.
    TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetPrefix(
        TF_ImportGraphDefOptions* opts, const char* prefix);
    
    // Set the execution device for nodes in `graph_def`.
    // Only applies to nodes where a device was not already explicitly specified.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    	nodes = asw.GetNodesForAttachedVolume(volumeName)
    	if len(nodes) != 1 {
    		t.Fatalf("AddVolumeNode_Positive_NewVolumeNewNodeWithFalseAttached failed. Expect one node returned.")
    	}
    	if nodes[0] != nodeName {
    		t.Fatalf("AddVolumeNode_Positive_NewVolumeNewNodeWithFalseAttached failed. Expect node %v, Actual node %v", nodeName, nodes[0])
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

      Log-Output ("kubelet kubeconfig from metadata (non-bootstrap):`n" +
                  "$(Get-Content -Raw ${env:KUBECONFIG})")
    }
    
    # Creates the kubelet kubeconfig at $env:KUBECONFIG for nodes that use an
    # authentication plugin, or at $env:BOOTSTRAP_KUBECONFIG for nodes that do not.
    #
    # Create-NodePki() must be called first.
    #
    # Required ${kube_env} keys:
    #   KUBERNETES_MASTER_NAME: the apiserver IP address.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top