Minor fix due to rebasing with upstream.

This commit is contained in:
Miao Luo 2017-03-30 10:02:46 -07:00
parent 4128b50bae
commit e648669852
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import (
"runtime"
"text/template"
"bytes"
"github.com/golang/glog"
"k8s.io/apimachinery/pkg/util/sets"
api "k8s.io/kops/pkg/apis/kops"
@ -31,7 +30,6 @@ import (
"k8s.io/kops/upup/pkg/fi"
"k8s.io/kops/upup/pkg/fi/secrets"
"k8s.io/kops/util/pkg/vfs"
"os"
)
const TagMaster = "_kubernetes_master"