We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f791f03 commit 5844956Copy full SHA for 5844956
1 file changed
docs/configuration/metric-providers-in-cluster.rst
@@ -117,10 +117,10 @@ Troubleshooting
117
---------------
118
119
**Connection errors?**
120
- Test connectivity from Robusta's namespace:
121
-
122
- .. code-block:: bash
+Test connectivity from Robusta's namespace:
+
+.. code-block:: bash
123
124
- # Replace prometheus-service.namespace with your actual service and namespace
125
- kubectl run test-curl -n robusta --image=curlimages/curl --rm -it -- \
126
- curl -v http://prometheus-service.namespace.svc.cluster.local:9090/-/healthy
+ # Replace prometheus-service.namespace with your actual service and namespace
+ kubectl run test-curl -n robusta --image=curlimages/curl --rm -it -- \
+ curl -v http://prometheus-service.namespace.svc.cluster.local:9090/-/healthy
0 commit comments