Lab 13.3. Adding Tools for Monitoring and Metrics
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
-
Hi @harimino,
It seems the
values.yamlof the latestkubernetes-dashboardcharts no longer include the service configuration.As a workaround, you can deploy the
dashboardrelease of thekubernetes-dashboardchart, and edit the service object to update its type and, optionally, declare a desired nodeport value:kubectl edit service dashboard-kubernetes-dashboardRegards,
-Chris0 -
Hello @chrispokorni good night!
I tried installing the dashboard charm.
helm upgrade --install metrics-server metrics-server/metrics-server
root@masternode:~# helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
"metrics-server" has been added to your repositories
root@masternode:~# helm upgrade --install metrics-server metrics-server/metrics-server
Release "metrics-server" does not exist. Installing it now.
E0129 22:20:46.245168 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.250908 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.366681 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.386585 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.456700 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.460029 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.494767 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.530393 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.554799 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.594328 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.620530 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.674791 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.699641 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.744793 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.820725 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.838815 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.883544 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:46.934187 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:47.413126 106950 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
E0129 22:20:47.465809 106950 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle th e request
Error: Unable to continue with install: ClusterRole "system:metrics-server" in namespace "" exists and cannot be imported into the current releas e: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation e rror: missing key "meta.helm.sh/release-name": must be set to "metrics-server"; annotation validation error: missing key "meta.helm.sh/release-na mespace": must be set to "default"Git itself says that the latest versions are not being supported.
In the installation output itself it says that there are properties that need to be defined, in this case should I go to the home/.cache/helm/repository directory and change its yaml so that I can create the correct resources?
0 -
Hi @marcossantos,
It seems you are using an alternative method to install the metrics-server, which has not been tested in the course lab environment.
Please use the installation approach presented in the lab guide with the additional tweaks posted in earlier forum posts.
Install the latest release of the metrics-server from its github repo as presented in step 3, then in step 5 edit the deployment with the flags recommended in this earlier comment.
Once metrics-server is up and running, install the dashboard chart as instructed in the lab guide, and read through the following comments for suggested edits:
https://forum.linuxfoundation.org/discussion/comment/38223/#Comment_38223
https://forum.linuxfoundation.org/discussion/comment/38139/#Comment_38139
Regards,
-Chris0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 4 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 983 Software
- 375 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)