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

[v1.18 ]use of closed connection issue of kubelet #180

Open
pacoxu opened this issue Jan 16, 2023 · 5 comments
Open

[v1.18 ]use of closed connection issue of kubelet #180

pacoxu opened this issue Jan 16, 2023 · 5 comments
Labels
1.18 bug Something isn't working help wanted Extra attention is needed priority/critical Critical(9.0≤Score) CVSS Score CVE

Comments

@pacoxu
Copy link
Member

pacoxu commented Jan 16, 2023

kubernetes/kubernetes#100376

Solution: update golang version in Kubernetes 1.18.

@pacoxu pacoxu added the 1.18 label Jan 16, 2023
@github-actions
Copy link

Hi @pacoxu,
Thanks for opening an issue!
We will look into it as soon as possible.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/wzshiming/gh-ci-bot) repository.

@pacoxu
Copy link
Member Author

pacoxu commented Jan 16, 2023

It seems that kubernetes/kubernetes#100376 was not fixing the issue.

  • current v1.18.20-lts.0~2 have this issue.

@pacoxu
Copy link
Member Author

pacoxu commented Jan 16, 2023

Workaround:

#!/bin/bash
echo `date`: "check  kubelet ... "
 
output=$(journalctl -xu kubelet --since="5 m ago" --no-pager |& grep "use of closed network connection")
if [[ $? != 0 ]]; then
  echo "Error not found in logs"
elif [[ $output ]]; then
  echo "Restart kubelet"
  systemctl restart kubelet
  echo "Hi, kubelet reboot time $(date)"
fi

from kubernetes/kubernetes#87615 (comment)

@pacoxu pacoxu pinned this issue Jan 16, 2023
@pacoxu pacoxu added bug Something isn't working help wanted Extra attention is needed priority/critical Critical(9.0≤Score) CVSS Score CVE labels Jan 16, 2023
@aojea
Copy link

aojea commented Aug 2, 2023

you may need this as well kubernetes/kubernetes#108107, that has a another dependency on a previous PR

@pacoxu
Copy link
Member Author

pacoxu commented Aug 2, 2023

Thanks, @aojea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.18 bug Something isn't working help wanted Extra attention is needed priority/critical Critical(9.0≤Score) CVSS Score CVE
Projects
None yet
Development

No branches or pull requests

2 participants