merge master to 1.10, with fixes (#7682)
This commit is contained in:
committed by
zacharysarah
parent
7f40782850
commit
3d79703d23
@@ -502,6 +502,7 @@ As noted in the [Facilitating Leader Election](#facilitating-leader-election) an
|
||||
ZooKeeper ensemble require consistent configuration in order to elect a leader
|
||||
and form a quorum. They also require consistent configuration of the Zab protocol
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
in order for the protocol to work correctly over a network. In our example we
|
||||
achieve consistent configuration by embedding the configuration directly into
|
||||
||||||| merged common ancestors
|
||||
@@ -511,6 +512,13 @@ achive consistent configuration by embedding the configuration directly into
|
||||
in order for the protocol to work correctly over a network. In our example we
|
||||
achieve consistent configuration by embedding the configuration directly into
|
||||
>>>>>>> fix description about zookeeper (#7598)
|
||||
||||||| merged common ancestors
|
||||
in order for the protocol to work correctly over a network. In our example we
|
||||
achieve consistent configuration by embedding the configuration directly into
|
||||
=======
|
||||
in order for the protocol to work correctly over a network. In our example we
|
||||
achieve consistent configuration by embedding the configuration directly into
|
||||
>>>>>>> merge master to 1.10, with fixes (#7682)
|
||||
the manifest.
|
||||
|
||||
Get the `zk` StatefulSet.
|
||||
|
||||
@@ -63,7 +63,7 @@ spec:
|
||||
- key: "app"
|
||||
operator: In
|
||||
values:
|
||||
- zk
|
||||
- zk-hs
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
containers:
|
||||
- name: kubernetes-zookeeper
|
||||
|
||||
Reference in New Issue
Block a user