mirror of https://git.rancher.io/charts
10 lines
404 B
Plaintext
10 lines
404 B
Plaintext
{{ template "k8s-prometheus-adapter.fullname" . }} has been deployed.
|
|
In a few minutes you should be able to list metrics using the following command(s):
|
|
{{ if .Values.rules.resource }}
|
|
kubectl get --raw /apis/metrics.k8s.io/v1beta1
|
|
{{- end }}
|
|
kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1
|
|
{{ if .Values.rules.external }}
|
|
kubectl get --raw /apis/external.metrics.k8s.io/v1beta1
|
|
{{- end }}
|