Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for updateIPs (0.31 sec)

  1. pkg/kubelet/kubelet.go

    	podManager kubepod.Manager
    
    	// podWorkers is responsible for driving the lifecycle state machine of each pod. The worker is
    	// notified of config changes, updates, periodic reconciliation, container runtime updates, and
    	// evictions of all desired pods and will invoke reconciliation methods per pod in separate
    	// goroutines. The podWorkers are authoritative in the kubelet for what pods are actually being
    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. pkg/proxy/ipvs/proxier_test.go

    			Conditions: discovery.EndpointConditions{Ready: ptr.To(false)},
    			NodeName:   ptr.To("node3"),
    		}},
    	}
    
    	fp.OnEndpointSliceAdd(endpointSlice)
    	fp.syncProxyRules()
    
    	// Ensure that Proxier updates ipvs appropriately after EndpointSlice update
    	assert.NotNil(t, fp.ipsetList["KUBE-LOOP-BACK"])
    	activeEntries1 := fp.ipsetList["KUBE-LOOP-BACK"].activeEntries
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation_test.go

    					},
    				},
    			},
    		},
    	}
    	for testName, successCase := range successCases {
    		t.Run(testName, func(t *testing.T) {
    			// ResourceVersion is required for updates.
    			successCase.old.ObjectMeta.ResourceVersion = "1"
    			successCase.update.ObjectMeta.ResourceVersion = "2"
    			// Check test setup
    			if successCase.expectedErrNum > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    mlir::LogicalResult ScatterNdOp::verify() {
      ScatterNdOp op = *this;
      auto indices = op.getIndices();
      auto updates = op.getUpdates();
      auto shape = op.getShape();
      auto output = op.getOutput();
    
      auto updates_type = updates.getType().cast<ShapedType>();
      auto indices_type = indices.getType().cast<ShapedType>();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

      - level: None
        resources:
          - group: "" # core
            resources: ["events"]
    
      # node and pod status calls from nodes are high-volume and can be large, don't log responses for expected updates from nodes
      - level: Request
        users: ["kubelet", "system:node-problem-detector", "system:serviceaccount:kube-system:node-problem-detector"]
        verbs: ["update","patch"]
        resources:
          - group: "" # core
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. pkg/registry/batch/job/strategy_test.go

    					Selector: validSelector,
    					Template: validPodTemplateSpec,
    				},
    				Status: batch.JobStatus{
    					Active: 1,
    				},
    			},
    		},
    		"ensure generation doesn't change over non spec updates": {
    			job: batch.Job{
    				ObjectMeta: getValidObjectMeta(0),
    				Spec: batch.JobSpec{
    					Selector: validSelector,
    					Template: validPodTemplateSpec,
    				},
    				Status: batch.JobStatus{
    					Active: 1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def TPUUpdateEmbeddingEnqueueOpInputsPass : Pass<"tf-tpu-update-embedding-enqueue-op-inputs", "mlir::func::FuncOp"> {
      let summary = "Updates inputs to TPU embedding enqueue ops depending on whether graph is in training mode or in evaluation mode.";
    
      let description = [{
        Updates inputs to TPU embedding enqueue ops depending on whether graph
        is in training mode or in evaluation mode.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    * Updates base image used for `kube-addon-manager` to latest `python:2.7-slim` and embedded `kubectl` to `v1.3.10`. No functionality changes expected. ([#42842](https://github.com/kubernetes/kubernetes/pull/42842), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      // CHECK: TensorScatterUpdate
      %0 = "tf.TensorScatterUpdate"(%tensor, %indices, %updates) : (tensor<4x4x4xf32>, tensor<4x2xi32>, tensor<f32>) -> tensor<4x4x4xf32>
      func.return %0 : tensor<4x4x4xf32>
    }
    
    // -----
    
    func.func @tensor_scatter_update(%tensor: tensor<4xf32>, %indices: tensor<4x2xi32>, %updates: tensor<4x4xf32>) -> tensor<4x4x4xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/garbagecollector_test.go

    	gc := setupGC(t, &restclient.Config{})
    	defer close(gc.stop)
    
    	const updates = 100
    	owner := &node{dependents: make(map[*node]struct{})}
    	ownerUID := types.UID("owner")
    	gc.dependencyGraphBuilder.uidToNode.Write(owner)
    	var wg sync.WaitGroup
    	wg.Add(2)
    	go func() {
    		defer wg.Done()
    		for i := 0; i < updates; i++ {
    			dependent := &node{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top