Last active
April 15, 2025 16:11
-
-
Save ihcsim/50089209d4fc91ff88d7adc26cd8993f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Port-Forward To RKE2 Prometheus In Harvester | |
Retrieve the `web.external-url` from the Prometheus pod: | |
```sh | |
k -n cattle-monitoring-system get po prometheus-rancher-monitoring-prometheus-0 -ojsonpath='{.spec.containers[?(@.name=="prometheus")].args}' | grep "web.ext | |
ernal-url" | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment