Skip to content

Commit 759b2ad

Browse files
committed
pkg/hostagent: Add "Skipping the guest IP address detection..." on hosts other than macOS
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
1 parent d998359 commit 759b2ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/hostagent/requirements.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ If the interface does not have IPv4 address, SSH connection against the guest OS
166166
stdoutParser: a.detectGuestIPAddress,
167167
},
168168
)
169+
} else {
170+
logrus.Info("Skipping the guest IP address detection because it is only tested on macOS for now")
169171
}
170172
startControlMasterReq := requirement{
171173
description: "Explicitly start ssh ControlMaster",

0 commit comments

Comments
 (0)