Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attachDesiredVolumes (0.14 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler.go

    				}
    			}
    		}
    	}
    
    	rc.attachDesiredVolumes(logger)
    
    	// Update Node Status
    	err := rc.nodeStatusUpdater.UpdateNodeStatuses(logger)
    	if err != nil {
    		logger.Info("UpdateNodeStatuses failed", "err", err)
    	}
    }
    
    func (rc *reconciler) attachDesiredVolumes(logger klog.Logger) {
    	// Ensure volumes that should be attached are attached.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 21:02:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top