-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Redesigning Kubelet Probes #4559
Comments
/sig network |
/assign @tssurya |
/assign |
I assume the goal is to alpha in 1.31? |
@tssurya did you bring this up at a SIG meeting and I missed it? If not, might be good to raise awareness. |
Is there any part of this we want in 1.31? Clock is ticking. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
not yet, and no specific clocks/urgency I am targeting this for... |
Is any part of this shooting for 32? |
In the efforts of trying to get some reviews from sig-node... I'll try to go to one of the sig-node meetings to present this better |
Enhancement Description
Redesign Kubelet Probes
- Add TCP/HTTP/network requests to the CRI API kubernetes#102613
- Pod probes lead to blind SSRF from the node kubernetes#99425
- Pod readiness probe cannot be directed at specific IP family kubernetes#101324
- Sometime Liveness/Readiness Probes fail because of net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) kubernetes#89898
- Kubelet TCP/HTTP probes: improve network resources utilization kubernetes#115143
k/enhancements
) update PR(s): KEP-4559 Redesigning Kubelet probes #4558k/k
) update PR(s):k/website
) update PR(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
/sig network
The text was updated successfully, but these errors were encountered: