github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/prometheus-community/prometheus-adapter/templates/NOTES.txt (about)

     1  {{ template "k8s-prometheus-adapter.fullname" .  }} has been deployed.
     2  In a few minutes you should be able to list metrics using the following command(s):
     3  {{ if .Values.rules.resource }}
     4    kubectl get --raw /apis/metrics.k8s.io/v1beta1
     5  {{- end }}
     6    kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1
     7  {{ if .Values.rules.external }}
     8    kubectl get --raw /apis/external.metrics.k8s.io/v1beta1
     9  {{- end }}