Skip to content

Commit 3f75320

Browse files
committed
Update RELEASE.md
1 parent a30291e commit 3f75320

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,12 @@ helm repo add --force-update apache-pulsar-dist-dev \\
247247
https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/$VERSION_RC/
248248
helm repo update
249249
helm install pulsar apache-pulsar-dist-dev/pulsar \\
250-
--version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false
250+
--version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false \\
251+
--wait --timeout 10m --debug
251252
253+
For observing the deployment progress, you can use the k9s tool to view the cluster state changes in a different terminal window.
254+
The k9s tool is available at https://k9scli.io/topics/install/.
255+
252256
pulsar-${VERSION_WITHOUT_RC}.tgz.prov - is also uploaded for verifying Chart Integrity, though it is not strictly required for releasing the artifact based on ASF Guidelines.
253257
254258
You can optionally verify this file using this helm plugin https://github.com/technosophos/helm-gpg, or by using helm --verify (https://helm.sh/docs/helm/helm_verify/).

0 commit comments

Comments
 (0)