Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 168 for orphaned (0.16 sec)

  1. operator/pkg/object/objects.go

    			return 2
    
    			// validatingwebhookconfiguration is configured to FAIL-OPEN in the default install. For the
    			// re-install case we want to apply the validatingwebhookconfiguration first to reset any
    			// orphaned validatingwebhookconfiguration that is FAIL-CLOSE.
    		case gk == "admissionregistration.k8s.io/ValidatingWebhookConfiguration":
    			return 3
    
    			// Pods might need configmap or secrets - avoid backoff by creating them first
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/dra/plugin/noderesources.go

    			return fmt.Errorf("create node resource slice: %w", err)
    		}
    	}
    
    	// All remaining slices are truly orphaned.
    	for i := 0; i < numObsoleteSlices; i++ {
    		slice := obsoleteSlices[i]
    		logger.V(5).Info("Deleting obsolete node resource slice", "slice", klog.KObj(slice))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. pkg/controller/controller_ref_manager.go

    		if errors.IsNotFound(err) {
    			return false, nil
    		}
    		// Either someone else claimed it first, or there was a transient error.
    		// The controller should requeue and try again if it's still orphaned.
    		return false, err
    	}
    	// Successfully adopted.
    	return true, nil
    }
    
    type PodControllerRefManager struct {
    	BaseControllerRefManager
    	controllerKind schema.GroupVersionKind
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  4. pkg/volume/csi/csi_block.go

    		klog.V(4).Infof("Failed to clean up block volume directory %s", err)
    	}
    
    	return nil
    }
    
    // Clean up any orphan files / directories when a block volume is being unstaged.
    // At this point we can be sure that there is no pod using the volume and all
    // files are indeed orphaned.
    func (m *csiBlockMapper) cleanupOrphanDeviceFiles() error {
    	// Remove artifacts of NodePublish.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  5. pkg/controller/deployment/deployment_controller.go

    		dc.enqueueDeployment(d)
    		return
    	}
    
    	// Otherwise, it's an orphan. Get a list of all matching Deployments and sync
    	// them to see if anyone wants to adopt it.
    	ds := dc.getDeploymentsForReplicaSet(logger, rs)
    	if len(ds) == 0 {
    		return
    	}
    	logger.V(4).Info("Orphan ReplicaSet added", "replicaSet", klog.KObj(rs))
    	for _, d := range ds {
    		dc.enqueueDeployment(d)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	// unmounting, and detaching as those pods move through their lifecycle. It periodically
    	// synchronizes the set of known volumes to the set of actually desired volumes and cleans up
    	// any orphaned volumes. The volume manager considers the podWorker to be authoritative for
    	// which pods are running.
    	volumeManager volumemanager.VolumeManager
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/structuredparameters_test.go

    								},
    								{
    									Instance: &resourceapi.NamedResourcesInstance{Name: "Y"},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    
    		"orphaned-allocations": {
    			claims: claimList{
    				&resourceapi.ResourceClaim{
    					Status: resourceapi.ResourceClaimStatus{
    						DriverName: "meta-driver",
    						Allocation: &resourceapi.AllocationResult{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 09:27:01 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/compile.go

    	{name: "zero arg cse", fn: zcse, required: true},     // required to merge OpSB values
    	{name: "opt deadcode", fn: deadcode, required: true}, // remove any blocks orphaned during opt
    	{name: "generic cse", fn: cse},
    	{name: "phiopt", fn: phiopt},
    	{name: "gcse deadcode", fn: deadcode, required: true}, // clean out after cse and phiopt
    	{name: "nilcheckelim", fn: nilcheckelim},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 14:55:18 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/dwarf.go

    			if doffset.dclIdx == f.dclidx {
    				f.refsym.R[f.relidx].Add += int64(doffset.offset)
    				dfound = true
    				break
    			}
    		}
    		if !dfound {
    			ft.ctxt.Diag("internal error: DwarfFixupTable has orphaned fixup on %v targeting %v relidx=%d dclidx=%d", f.refsym, s, f.relidx, f.dclidx)
    		}
    	}
    }
    
    // return the LSym corresponding to the 'abstract subprogram' DWARF
    // info entry for a function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              },
              "orphanDependents": {
                "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
                "type": "boolean"
              },
              "preconditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top