From 3f75320f18599ec265a964879ec9ce9098a5e2b5 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Tue, 11 Mar 2025 02:33:52 +0200 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0358d3b..241c46d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -247,8 +247,12 @@ helm repo add --force-update apache-pulsar-dist-dev \\ https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/$VERSION_RC/ helm repo update helm install pulsar apache-pulsar-dist-dev/pulsar \\ - --version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false + --version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false \\ + --wait --timeout 10m --debug + For observing the deployment progress, you can use the k9s tool to view the cluster state changes in a different terminal window. + The k9s tool is available at https://k9scli.io/topics/install/. + 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. 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/).