Removed un-necessary empty line.

This commit is contained in:
Klaus Ma
2017-03-03 17:50:56 +08:00
parent 815b340f8d
commit 41c4426a30
2 changed files with 0 additions and 3 deletions

View File

@@ -210,7 +210,6 @@ func (kl *Kubelet) initialNode() (*v1.Node, error) {
}
}
node.Spec.Taints = taints
}
// Initially, set NodeNetworkUnavailable to true.
if kl.providerRequiresNetworkingConfiguration() {