Skip to content

Commit

Permalink
Merge pull request #992 from kmala/master
Browse files Browse the repository at this point in the history
format the instance metadata details log
  • Loading branch information
k8s-ci-robot committed Jul 1, 2024
2 parents 7a4b309 + 355f104 commit a193970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/v1/aws_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (p *awsSDKProvider) Metadata() (config.EC2Metadata, error) {
if err != nil {
return nil, fmt.Errorf("unable to get instance identity document: %v", err)
}
klog.Info("instance metadata identity",
klog.InfoS("instance metadata identity",
"region", identity.Region,
"availability-zone", identity.AvailabilityZone,
"instance-type", identity.InstanceType,
Expand Down

0 comments on commit a193970

Please sign in to comment.