Skip to content

Commit

Permalink
Merge pull request kubernetes#16857 from rifelpet/r53-imds-log
Browse files Browse the repository at this point in the history
Suppress request logging for IMDS within Route53 client
  • Loading branch information
k8s-ci-robot authored Sep 27, 2024
2 parents 2f877fc + 46f3d0e commit 559e60a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func newRoute53() (*Interface, error) {

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

0 comments on commit 559e60a

Please sign in to comment.