Skip to content

Commit 1151d5b

Browse files
committed
eks/mng: add logging
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent 9820633 commit 1151d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eks/mng/nodes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ func (ts *tester) waitForNodes(mngName string, retriesLeft int) error {
801801
}
802802
if cur.RemoteAccessSecurityGroupID == "" {
803803
cur.RemoteAccessSecurityGroupID = aws.StringValue(dout.Nodegroup.Resources.RemoteAccessSecurityGroup)
804+
ts.cfg.Logger.Info("checking MNG security group", zap.String("mng-name", cur.Name), zap.String("security-group-id", cur.RemoteAccessSecurityGroupID))
804805
}
805806
if cur.RemoteAccessSecurityGroupID == "" {
806807
if retriesLeft > 0 {

0 commit comments

Comments
 (0)