This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4032835a695 Update administration-zk-bk.md (#1158)
4032835a695 is described below

commit 4032835a69522d0c0311f034b9b3eed4bdbf6437
Author: Tyler Kruer <[email protected]>
AuthorDate: Mon Jun 8 12:02:08 2026 -0700

    Update administration-zk-bk.md (#1158)
    
    * Update administration-zk-bk.md
    
    Fixed &gt;= not displaying
    
    * Apply similar change to other doc versions
    
    ---------
    
    Co-authored-by: Lari Hotari <[email protected]>
---
 docs/administration-zk-bk.md                         | 2 +-
 versioned_docs/version-4.0.x/administration-zk-bk.md | 2 +-
 versioned_docs/version-4.2.x/administration-zk-bk.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/administration-zk-bk.md b/docs/administration-zk-bk.md
index f49692288d3..fdcffd470cf 100644
--- a/docs/administration-zk-bk.md
+++ b/docs/administration-zk-bk.md
@@ -231,7 +231,7 @@ When you use this command, you create a new ledger on the 
local bookie, write a
 
 Before you decommission a bookie, you need to check your environment and meet 
the following requirements.
 
-1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize &gt;= Write Quorum &gt;= Ack Quorum` is `true` 
with one less bookie.
+1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize` &gt;= `Write Quorum` &gt;= `Ack Quorum` is 
`true` with one less bookie.
 
 2. Ensure the target bookie is listed after using the `listbookies` command.
 
diff --git a/versioned_docs/version-4.0.x/administration-zk-bk.md 
b/versioned_docs/version-4.0.x/administration-zk-bk.md
index f49692288d3..fdcffd470cf 100644
--- a/versioned_docs/version-4.0.x/administration-zk-bk.md
+++ b/versioned_docs/version-4.0.x/administration-zk-bk.md
@@ -231,7 +231,7 @@ When you use this command, you create a new ledger on the 
local bookie, write a
 
 Before you decommission a bookie, you need to check your environment and meet 
the following requirements.
 
-1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize &gt;= Write Quorum &gt;= Ack Quorum` is `true` 
with one less bookie.
+1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize` &gt;= `Write Quorum` &gt;= `Ack Quorum` is 
`true` with one less bookie.
 
 2. Ensure the target bookie is listed after using the `listbookies` command.
 
diff --git a/versioned_docs/version-4.2.x/administration-zk-bk.md 
b/versioned_docs/version-4.2.x/administration-zk-bk.md
index f49692288d3..fdcffd470cf 100644
--- a/versioned_docs/version-4.2.x/administration-zk-bk.md
+++ b/versioned_docs/version-4.2.x/administration-zk-bk.md
@@ -231,7 +231,7 @@ When you use this command, you create a new ledger on the 
local bookie, write a
 
 Before you decommission a bookie, you need to check your environment and meet 
the following requirements.
 
-1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize &gt;= Write Quorum &gt;= Ack Quorum` is `true` 
with one less bookie.
+1. Ensure the state of your cluster supports decommissioning the target 
bookie. Check if `EnsembleSize` &gt;= `Write Quorum` &gt;= `Ack Quorum` is 
`true` with one less bookie.
 
 2. Ensure the target bookie is listed after using the `listbookies` command.
 

Reply via email to