Deep Debroy
Deep Debroy
PRR for the KEP is complete for 1.24. Waiting on final reviews from sig-node.
/remove-lifecycle stale
I have updated the Test Plan section as recommended based on the latest template pointed out above.
https://github.com/kubernetes/kubernetes/pull/111358 has merged!
hi @lujinda can you please clarify your question (potentially with an example) a bit? Are you referring to how to find out if the condition was set?
We do need kubernetes/kubernetes#74926 reviewed and merged. /cc @msau42
In case of macvlan, the container IPs are directly accessible from outside the host (without having to go through NAT). So publishing ports in macvlan is not necessary and we...
I wanted to clarify something about the HAProxy use case mentioned by @blop and @johan-adriaans: are you launching services using swarm in a cluster but want to use HAProxy to...
In order to be resilient to node crashes/ungraceful volume detach scenarios, I agree with @KnicKnic that an application needs to either [1] call appropriate OS/File-system specific buffer flush APIs at...