Skip to content

Commit

Permalink
Increased retry budget
Browse files Browse the repository at this point in the history
Signed-off-by: dmitry.koba <[email protected]>
  • Loading branch information
dmitry.koba committed Apr 10, 2024
1 parent 14350a8 commit cb39a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/conversion/crd_client_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var SupportedConversionReviewVersions = []string{"v1", "v1beta1"}
func (c *CrdClientConfig) Update(ctx context.Context) error {
var (
retryTimeout = 15 * time.Second
retryBudget = 12 // 12 times * 15 sec = 3 min
retryBudget = 60 // 60 times * 15 sec = 15 min
client = c.KubeClient
)

Expand Down

0 comments on commit cb39a76

Please sign in to comment.