diff --git a/cmd/common.go b/cmd/common.go
index 0e4bbb09445a694abd3220a8a28cfc1d2e8262ef..74e2276902ff223512288e2885f3bbc6ca989781 100644
--- a/cmd/common.go
+++ b/cmd/common.go
@@ -43,10 +43,6 @@ var (
 	fedControllerManagerBin string
 
 	errmsgs string
-
-	// TODO: Consider specifying this in config file.
-	kubeMajorVersion = "1"
-	kubeMinorVersion = "7"
 )
 
 func runChecks(t check.NodeType) {
@@ -74,9 +70,6 @@ func runChecks(t check.NodeType) {
 	binmap := getBinaries(typeConf)
 	confmap := getConfigFiles(typeConf)
 
-	// Run kubernetes installation validation checks.
-	verifyKubeVersion(kubeMajorVersion, kubeMinorVersion)
-
 	switch t {
 	case check.MASTER:
 		file = masterFile