-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error from server (ServiceUnavailable): the server is currently unable to handle the request #188
Comments
Have you solved the problem? |
Have you seen log that metrics-server successfully generated certificate? |
no, it still gives the same errors any other places that i can check |
I would increase verbosity in metrics-server and try to find something in logs |
Has someone solved the problem? |
just keep having such logs
|
try to edit the metrics-server-deployment.yaml file and add command parameters :
|
thanks, turned out it's MTU issue from calico config, it was 1500 while the interface is 1450 finally kubectl edit configmap calico-config -n kube-system and change the MTU value from 1500 to 1430 |
you can add this |
to reinstall the metrics-server again; |
InternalIP need view localhost ip ? |
my yaml
i input node command: but Errors: |
Adding hostNetwork: true in the spec fixed my issue !
Duplicate of #157 |
@aneesh121 you save 2 days. Thanks! Anyone provision the cluster with kubeadm, please start by checking the answer #188 (comment) For EKS users, it requires only |
This is the solution only when the metrics-server runs on EKS. |
original added
|
executing the command
kubectl top nodes
, seems it's freezedexecuting the command
kubectl get --raw /apis/metrics.k8s.io/v1beta1
it returned
Error from server (ServiceUnavailable): the server is currently unable to handle the request
view the logs from metrics-server
192.168.133.64
is the internal ip address of api-serverfrom api-server log
kubelet version is 1.12.3
metrics-server 0.3.1
i have another clusters-set with the same version and configuration, metrics-server works just fine
api-server parameters
The text was updated successfully, but these errors were encountered: