Commit a35032f1 authored by Darren Shepherd's avatar Darren Shepherd Committed by Erik Wilson

Set default storage to json

parent c650e6bd
...@@ -115,7 +115,7 @@ func NewServerRunOptions() *ServerRunOptions { ...@@ -115,7 +115,7 @@ func NewServerRunOptions() *ServerRunOptions {
s.ServiceClusterIPRange = kubeoptions.DefaultServiceIPCIDR s.ServiceClusterIPRange = kubeoptions.DefaultServiceIPCIDR
// Overwrite the default for storage data format. // Overwrite the default for storage data format.
s.Etcd.DefaultStorageMediaType = "application/vnd.kubernetes.protobuf" //s.Etcd.DefaultStorageMediaType = "application/vnd.kubernetes.protobuf"
return &s return &s
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment