mirror of https://github.com/k3s-io/k3s
Set default storage to json
parent
4c3f32128e
commit
8060d56594
|
@ -117,7 +117,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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue