Hello,
I’ve been attempting to complete the “Udemy Labs - Certified Kubernetes Administrator with Practice Tests” course and ran into an issue during the logging and monitoring section.
I got as far as trying to use “kubectl top” to check CPU usage, no CPU metrics came through after waiting several minutes. I did some troubleshooting on the metrics-server deployment from the previous step and saw the following in the logs.
E0113 14:37:38.394847 1 errors.go:90] the server could not find the requested resource
E0113 14:37:39.100949 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:37:39.101082 1 errors.go:90] the server could not find the requested resource
E0113 14:37:39.105867 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:37:39.106597 1 errors.go:90] the server could not find the requested resource
E0113 14:37:51.607080 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:37:51.607222 1 errors.go:90] the server could not find the requested resource
E0113 14:37:51.607370 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:37:51.607447 1 errors.go:90] the server could not find the requested resource
E0113 14:38:08.402124 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:08.402272 1 errors.go:90] the server could not find the requested resource
E0113 14:38:09.113325 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:09.113419 1 errors.go:90] the server could not find the requested resource
E0113 14:38:09.119096 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:09.119193 1 errors.go:90] the server could not find the requested resource
E0113 14:38:38.408964 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:38.409108 1 errors.go:90] the server could not find the requested resource
E0113 14:38:39.127476 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:39.127587 1 errors.go:90] the server could not find the requested resource
E0113 14:38:39.132761 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:38:39.132914 1 errors.go:90] the server could not find the requested resource
E0113 14:39:08.420312 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:39:08.420432 1 errors.go:90] the server could not find the requested resource
E0113 14:39:09.140697 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:39:09.140855 1 errors.go:90] the server could not find the requested resource
E0113 14:39:09.147711 1 webhook.go:192] Failed to make webhook authorizer request: the server could not find the requested resource
E0113 14:39:09.147825 1 errors.go:90] the server could not find the requested resource
I believe there may be some issue with this course and its instructions as the deployment/config instructed doesn’t seem to be working. I’d appreciate it if somebody could take a look.