Skip to content

Commit 4b5363d

Browse files
committed
Fix pprof port for non-cluster operator operators
1 parent 146ffa4 commit 4b5363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/kubernetes/operator/debug-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deployment.apps/rabbitmq-cluster-operator env updated
3737
</pre>
3838

3939
Port-forward to the Operator Pod using kubectl. You will want to forward to the metrics port on the Operator Pod, which
40-
by default is <code>9782</code>.
40+
by default is <code>9782</code> for the RabbitMQ Cluster Operator, and <code>8080</code> for the other operators.
4141
<pre class="lang-bash">
4242
$ kubectl -n rabbitmq-system port-forward deployment/rabbitmq-cluster-operator 9782
4343
Forwarding from 127.0.0.1:9782 -> 9782

0 commit comments

Comments
 (0)