mirror of https://github.com/kubernetes/kops.git
Minor fix due to rebasing with upstream.
This commit is contained in:
parent
4128b50bae
commit
e648669852
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue