minikube start and cannot got metrics of etcd #1760
Unanswered
reply2future
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Try adding kubeEtcd:
service:
enabled: true
port: 2381
targetPort: 2381 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the command to setup minikube. Then I install the kube-prometheus-stack using helm chart. After that I saw a error alert firing because cannot receive the metrics from the etcd, I checked the target status like this:
I checked the settings of
etcd-minikube
like this:And I used command
curl -v 'http://0.0.0.0:2381/metrics'
and displayed the metrics information after usingminikube ssh
I also tried to change the port of
etcd service
( kube-prometheus-stack-kube-etcd ) to2381
but not working.Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions