github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/pulsar/scripts/prestop-bookies.sh (about)

     1  #!/bin/bash
     2  current_component_replicas=`cat /etc/annotations/component-replicas`
     3  idx=${KB_POD_NAME##*-}
     4  if [[ $idx -ge $current_component_replicas && $current_component_replicas -ne 0 ]]; then
     5     bin/bookkeeper shell bookieformat -nonInteractive -force -deleteCookie || true
     6  fi