Dan Winship
Dan Winship
README.md says "vagrant-libvirt supports bidirectional synced folders via nfs or 9p and unidirectional via rsync. The default is nfs.". But this doesn't actually seem to be true; 'nfs' and 'rsync'...
### PreferLocal traffic policy / Node-level topology - One-line enhancement description (can be used as a release note): Add a way to signal to kube-proxy that it should deliver traffic...
### Enhancement Description - One-line enhancement description (can be used as a release note): Clean up the IPTables chain ownership tangle between kubelet and kube-proxy - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/3178-iptables-cleanup/...
### Enhancement Description - One-line enhancement description (can be used as a release note): Minimizing iptables-restore input size - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3454 - Discussion Link: https://github.com/kubernetes/kubernetes/pull/110268#pullrequestreview-1057848432 - Primary contact...
#### What type of PR is this? /kind feature ? #### What this PR does / why we need it: Currently, kube-proxy rewrites every iptables rule on every resync. In...
- One-line PR description: new version of KEP-3015, replacing the old "`PreferLocal` traffic policy" idea with "node-level topology" - Issue link: #3015 - Other comments: See previous discussion of the...
- One-line PR description: initial proposal of dual-stack cloud --node-ip KEP - Issue link: https://github.com/kubernetes/enhancements/issues/3705 - Other comments: /sig network /sig node /sig cloud-provider /cc @khenidak @mdbooth
- One-line PR description: move KEP to ~beta~ ~GA~ beta - Issue link: #3453 - Other comments: ~(For the moment this PR just exists to continue the conversation from #3454.)~...
- One-line PR description: update KEP-3178 status to beta for 1.27 - Issue link: https://github.com/kubernetes/enhancements/issues/3178 - Other comments: Includes updates based on @johnbelamaric 's comments in #3179 which he made...
There's a statefulset test that does: - create a pod that binds hostport 21017 - create a StatefulSet that also binds that hostport - ensure that the StatefulSet can't be...