mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Change --etcd-quorum-read default to true
This commit is contained in:
parent
1baa3043be
commit
2400185f45
@ -74,5 +74,6 @@ func NewDefaultConfig(prefix string, copier runtime.ObjectCopier, codec runtime.
|
|||||||
Copier: copier,
|
Copier: copier,
|
||||||
Codec: codec,
|
Codec: codec,
|
||||||
CompactionInterval: DefaultCompactInterval,
|
CompactionInterval: DefaultCompactInterval,
|
||||||
|
Quorum: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user