Set default storage to json

k3s-v1.14.6
Darren Shepherd 2018-10-08 00:35:52 -07:00 committed by Erik Wilson
parent c650e6bd02
commit a35032f197
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,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
}