Use blank default for old-etcd-prefix

This commit is contained in:
Aaron Levy 2015-06-26 17:57:41 -07:00
parent ca789b01cc
commit e991a1543f

View File

@ -118,7 +118,6 @@ func NewAPIServer() *APIServer {
AuthorizationMode: "AlwaysAllow",
AdmissionControl: "AlwaysAdmit",
EtcdPathPrefix: master.DefaultEtcdPathPrefix,
OldEtcdPathPrefix: master.DefaultEtcdPathPrefix,
EnableLogsSupport: true,
MasterServiceNamespace: api.NamespaceDefault,
ClusterName: "kubernetes",