We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ffa4 commit 4b5363dCopy full SHA for 4b5363d
site/kubernetes/operator/debug-operator.md
@@ -37,7 +37,7 @@ deployment.apps/rabbitmq-cluster-operator env updated
37
</pre>
38
39
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>.
+by default is <code>9782</code> for the RabbitMQ Cluster Operator, and <code>8080</code> for the other operators.
41
<pre class="lang-bash">
42
$ kubectl -n rabbitmq-system port-forward deployment/rabbitmq-cluster-operator 9782
43
Forwarding from 127.0.0.1:9782 -> 9782
0 commit comments