Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 168 Bytes

ACCESS.md

File metadata and controls

4 lines (2 loc) · 168 Bytes

kubectl port-forward $(kubectl get pod -l app=grafana -o jsonpath='{.items[0].metadata.name}') 3000:3000 &