cloudfoundry / service-fabrik-broker

Cloud Foundry service broker which provisions service instances as Docker containers and BOSH deployments.
Apache License 2.0
41 stars 50 forks source link

Metrics endpoint not reachable for multiclusterdeployer and scheduler #786

Closed vivekzhere closed 2 years ago

vivekzhere commented 4 years ago

Description The labels of multiclusterdeployer and scheduler and not matching the corresponding metrics service in the helm chart

Steps to reproduce the issue:

  1. Deploy interoperator on k8s using helm chart
  2. From within a pod in the same namespace as interoperator
    curl -k -H "Authorization: Bearer `cat /var/run/secrets/kubernetes.io/serviceaccount/token`" https://interoperator-multiclusterdeployer-metrics-service.interoperator.svc:8443/metrics

Describe the results you received:

curl: (28) Failed to connect to interoperator-multiclusterdeployer-metrics-service.interoperator.svc port 8443: Operation timed out

Describe the results you expected: Prometheus metrics

Output of bosh -v:

(paste your output here)

Output of bosh releases:

(paste your output here)

*Output of `cat /etc/-release`:**

(paste your output here)

If you are running service fabrik locally than Output of node -v for node version and grep version package.json for service fabrik version:

(paste your output here)
node version: 
service fabrik:

Additional environment details (AWS, VirtualBox, OpenStack, etc.):

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/170844038

The labels on this github issue will be updated when the story is started.