mirror of https://github.com/k3s-io/k3s
Set default storage to json
parent
c650e6bd02
commit
a35032f197
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue