Set default storage to json

pull/58/head
Darren Shepherd 2018-10-08 00:35:52 -07:00
parent 4c3f32128e
commit 8060d56594
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func NewServerRunOptions() *ServerRunOptions {
s.ServiceClusterIPRange = kubeoptions.DefaultServiceIPCIDR
// Overwrite the default for storage data format.
s.Etcd.DefaultStorageMediaType = "application/vnd.kubernetes.protobuf"
//s.Etcd.DefaultStorageMediaType = "application/vnd.kubernetes.protobuf"
return &s
}