Skip to content
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

Getting error from metrics server proxyconnect tcp: EOF #327

Closed
vinothkumar437 opened this issue Oct 21, 2019 · 1 comment
Closed

Getting error from metrics server proxyconnect tcp: EOF #327

vinothkumar437 opened this issue Oct 21, 2019 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@vinothkumar437
Copy link

Hi

Please help me to resolv below issue.
added lines metrics-server-deployment.yaml

      - name: metrics-server
        image: k8s.gcr.io/metrics-server-amd64:v0.3.6
        imagePullPolicy: IfNotPresent
        command:
        - /metrics-server
        - --kubelet-insecure-tls
        - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname

Error from server: Get https://x.x..x.x:10250/containerLogs/kube-system/metrics-server-554bcfc9cd-8nbfv/metrics-server: proxyconnect tcp: EOF

Thanks and Regards
Vinothkumar P

@vinothkumar437 vinothkumar437 changed the title Getting error from metrics server Getting error from metrics server proxyconnect tcp: EOF Oct 21, 2019
@serathius
Copy link
Contributor

What this log is from?
Metrics server doesn't use /containerLogs endpoint. They look more like output from kubectl logs.

@serathius serathius added the kind/bug Categorizes issue or PR as related to a bug. label Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants