Skip to content

Commit

Permalink
Added Retry logic back
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhAgniRedhat committed Nov 4, 2024
1 parent 42579da commit e70bfeb
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 180 deletions.
1 change: 1 addition & 0 deletions pkg/driver/aws-ebs/aws_ebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func GetAWSEBSOperatorControllerConfig(ctx context.Context, flavour generator.Cl

volumeTagController := NewEBSVolumeTagsController(ctx, cfg.GetControllerName("EBSVolumeTagsController"), c, c.EventRecorder)
cfg.ExtraControlPlaneControllers = append(cfg.ExtraControlPlaneControllers, volumeTagController)
cfg.DeploymentInformers = append(cfg.DeploymentInformers, c.KubeInformers.InformersFor("").Core().V1().PersistentVolumes().Informer())

return cfg, nil
}
Expand Down
Loading

0 comments on commit e70bfeb

Please sign in to comment.