Welcome to the Linux Foundation Forum!

Lab 13.3. Adding Tools for Monitoring and Metrics

harimino
harimino Posts: 2
edited July 24 in LFS258 Class Forum

Hello,

After fetching the chart, i don't see anything relating to service in my values.yaml

Here the result of the grep on the values.yaml

harimino@cp-node:~/kubernetes-dashboard$ cat values.yaml | grep service
  serviceMonitor:

Or I should do the change on one of those file

charts/metrics-server/values.yaml
charts/ingress-nginx/values.yaml ==> I have the type here
charts/cert-manager/values.yaml

Answers

  • chrispokorni
    chrispokorni Posts: 2,028

    Hi @harimino,

    It seems the values.yaml of the latest kubernetes-dashboard charts no longer include the service configuration.

    As a workaround, you can deploy the dashboard release of the kubernetes-dashboard chart, and edit the service object to update its type and, optionally, declare a desired nodeport value:

    kubectl edit service dashboard-kubernetes-dashboard

    Regards,
    -Chris

Categories

Upcoming Training