Explorar o código

Merge pull request #6762 from gyuho/doc

op-guide: 'strict-reconfig-check' true by default
Gyu-Ho Lee %!s(int64=9) %!d(string=hai) anos
pai
achega
a1a2d2b1e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Documentation/op-guide/runtime-configuration.md

+ 1 - 1
Documentation/op-guide/runtime-configuration.md

@@ -169,7 +169,7 @@ As described in the above, the best practice of adding new members is to configu
 
 For avoiding this problem, etcd provides an option `-strict-reconfig-check`. If this option is passed to etcd, etcd rejects reconfiguration requests if the number of started members will be less than a quorum of the reconfigured cluster.
 
-It is recommended to enable this option. However, it is disabled by default because of keeping compatibility.
+It is enabled by default.
 
 [add member]: #add-a-new-member
 [cluster-reconf]: #cluster-reconfiguration-operations