Skip to content

Commit 47bef26

Browse files
committed
pkg/hostagent: Add "Skipping the guest IP address detection..." on hosts other than macOS
Signed-off-by: Norio Nomura <[email protected]>
1 parent f2c5e34 commit 47bef26

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
@@ -177,6 +177,8 @@ If the interface does not have IPv4 address, SSH connection against the guest OS
177177
stdoutParser: a.detectGuestIPAddress,
178178
},
179179
)
180+
} else {
181+
logrus.Info("Skipping the guest IP address detection because it is only tested on macOS for now")
180182
}
181183
startControlMasterReq := requirement{
182184
description: "Explicitly start ssh ControlMaster",

0 commit comments

Comments
 (0)