mirror of https://github.com/kubernetes/kops.git
Suppress request logging for IMDS client
This commit is contained in:
parent
2f877fcf57
commit
46f3d0ee02
|
@ -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)
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue