mirror of https://github.com/kubernetes/kops.git
Remove id var, which is never used beyond that if test
This commit is contained in:
parent
520283d7b7
commit
222eaebe35
|
@ -252,11 +252,6 @@ func run() error {
|
|||
klog.Fatalf("seed provider for %q not yet implemented", cloud)
|
||||
}
|
||||
|
||||
id := os.Getenv("HOSTNAME")
|
||||
if id == "" {
|
||||
klog.Warningf("Unable to fetch HOSTNAME for use as node identifier")
|
||||
}
|
||||
|
||||
channelName := "dns"
|
||||
var gossipState gossip.GossipState
|
||||
|
||||
|
|
Loading…
Reference in New Issue