Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Last active April 15, 2025 16:11
Show Gist options
  • Save ihcsim/50089209d4fc91ff88d7adc26cd8993f to your computer and use it in GitHub Desktop.
Save ihcsim/50089209d4fc91ff88d7adc26cd8993f to your computer and use it in GitHub Desktop.
# 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