Last active
April 15, 2020 08:01
-
-
Save openstacker/29bb95ec57f134fbe547dbb159bbe635 to your computer and use it in GitHub Desktop.
Test Prometheus and Grafana
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
kubectl port-forward prometheus-prometheus-prometheus-0 -n kube-system 9090:9090 | |
kubectl port-forward prometheus-operator-grafana-597f5fdffc-q5c7m -n kube-system 3000:3000 | |
kubectl delete apiservice v1beta1.custom.metrics.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment