Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initializeCSINode (0.27 sec)

  1. pkg/volume/csi/csi_plugin.go

    	// This function prevents Kubelet from posting Ready status until CSINode
    	// is both installed and initialized
    	if err := initializeCSINode(host); err != nil {
    		return errors.New(log("failed to initialize CSINode: %v", err))
    	}
    
    	return nil
    }
    
    func initializeCSINode(host volume.VolumeHost) error {
    	kvh, ok := host.(volume.KubeletVolumeHost)
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top