Skip to content

Commit

Permalink
Merge pull request #16968 from rifelpet/automated-cherry-pick-of-#169…
Browse files Browse the repository at this point in the history
…66-origin-release-1.30

Automated cherry pick of #16966: Remove more unnecessary IMDS request logging
  • Loading branch information
k8s-ci-robot authored Nov 30, 2024
2 parents cfae6a7 + f6f2589 commit 928fcad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func newRoute53() (*Interface, error) {
ctx := context.TODO()

imdsCfg, err := awsconfig.LoadDefaultConfig(ctx,
awsconfig.WithClientLogMode(aws.LogRetries),
awsconfig.WithRetryer(func() aws.Retryer {
return retry.AddWithMaxAttempts(retry.NewStandard(), 5)
}),
Expand Down

0 comments on commit 928fcad

Please sign in to comment.