Skip to content

Commit

Permalink
fix: unstable failed for volume expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Oct 9, 2023
1 parent 049f20d commit 44f6f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/apps/operations/volume_expansion_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const (

func init() {
k8score.PersistentVolumeClaimHandlerMap["volume-expansion"] = handleVolumeExpansionWithPVC
k8score.EventHandlerMap["volume-expansion"] = PersistentVolumeClaimEventHandler{}
// Note: remove the event check for volume expansion
// k8score.EventHandlerMap["volume-expansion"] = PersistentVolumeClaimEventHandler{}
}

// handleVolumeExpansionOperation handles the pvc for the volume expansion OpsRequest.
Expand Down

0 comments on commit 44f6f48

Please sign in to comment.