Dan Winship

Results 36 issues of 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'...

enhancement

### 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...

sig/network
stage/alpha
tracked/no

### 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/...

sig/network
tracked/yes

### 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...

sig/network
stage/alpha
tracked/no
kind/kep

#### 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...

sig/network
release-note
size/XL
kind/feature
approved
cncf-cla: yes
sig/instrumentation
priority/important-longterm
area/ipvs
triage/accepted

- 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...

sig/network
cncf-cla: yes
size/XL
kind/kep

- 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

sig/network
sig/node
cncf-cla: yes
lgtm
size/XL
sig/cloud-provider
kind/kep

- 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.)~...

sig/network
cncf-cla: yes
lgtm
size/L
kind/kep

- 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...

sig/network
cncf-cla: yes
lgtm
size/M
kind/kep

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...