Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for removeOrphanedPodVolumeDirs (0.19 sec)

  1. pkg/kubelet/kubelet_volumes.go

    	}
    	klog.V(10).InfoS("Using volume plugin for mount", "volumePluginName", plugin.GetPluginName(), "volumeName", spec.Name())
    	return physicalMounter, nil
    }
    
    // removeOrphanedPodVolumeDirs attempts to remove the pod volumes directory and
    // its subdirectories. There should be no files left under normal conditions
    // when this is called, so it effectively does a recursive rmdir instead of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. pkg/kubelet/metrics/metrics.go

    			Buckets:        metrics.ExponentialBuckets(.05, 2, 15),
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    
    	// OrphanPodCleanedVolumes is number of orphaned Pods that times that removeOrphanedPodVolumeDirs was called during the last sweep.
    	OrphanPodCleanedVolumes = metrics.NewGauge(
    		&metrics.GaugeOpts{
    			Subsystem:      KubeletSubsystem,
    			Name:           orphanPodCleanedVolumesKey,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 15:13:25 UTC 2024
    - 45.6K bytes
    - Viewed (0)
Back to top