mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
@@ -727,7 +727,6 @@ func startSCTPServer(sctpPort int) {
|
||||
|
||||
func getHostName() string {
|
||||
hostName, err := os.Hostname()
|
||||
log.Printf("hostname: %s", hostName)
|
||||
assertNoError(err, "failed to get hostname")
|
||||
return hostName
|
||||
}
|
||||
|
Reference in New Issue
Block a user