Daman Arora

Results 11 issues of Daman Arora

#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR introduces `v1alpha2` configuration for kube-proxy. Major difference between both...

sig/network
sig/scalability
area/kube-proxy
sig/api-machinery
sig/cluster-lifecycle
size/XXL
kind/api-change
area/kubeadm
cncf-cla: yes
do-not-merge/release-note-label-needed
do-not-merge/work-in-progress
area/code-generation
needs-priority
needs-triage

Fixes: https://github.com/antrea-io/antrea/issues/5735

Calico by default installs an IPTable rule to drop packets which are marked invalid by conntrack. This rule gets installed before kube-proxy's version of the rule and the e2e test...

cncf-cla: yes
size/XS
sig/network
sig/testing
area/jobs
area/config

#### What type of PR is this? Use endpointSlices to get service endpoints and fallback to endpoint if no relevant endpointslices are found. Follow up from https://github.com/kubernetes/kubernetes/issues/123954. #### What this...

sig/network
kind/cleanup
area/kubectl
size/L
sig/cli
cncf-cla: yes
do-not-merge/release-note-label-needed
needs-priority
needs-triage

#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your...

area/test
needs-rebase
size/XS
cncf-cla: yes
sig/testing
do-not-merge/release-note-label-needed
do-not-merge/work-in-progress
needs-priority
area/e2e-test-framework
needs-triage
do-not-merge/needs-kind

Migrate from github.com/TomCodeLV/OVSDB-golang-lib/pkg/ovsdb to github.com/ovn-org/libovsdb for ovsdb interactions. fixes: #5635

lifecycle/stale

ConntrackDeleteFilters enables users to delete flow entries that match any of the specified filters. This allows users to delete multiple flow entries with a single dump table call.

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: With https://github.com/kubernetes/kubernetes/pull/126847 kube-proxy will no longer depend on `conntrack` binary to...

cncf-cla: yes
size/XS
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
do-not-merge/hold
sig/release
kind/cleanup
area/release-eng
needs-priority

This adds `pkg/proxy` path to the trigger path for `pull-kubernetes-e2e-gci-gce-ingress`. This could have detected ci failures in https://github.com/kubernetes/kubernetes/issues/127794 before merge.

cncf-cla: yes
size/XS
sig/network
sig/testing
area/jobs
area/config

The portmap plugins (nftables mode) adds a rule for each portmap/DNAT, with nftables we can benefit from [verdict maps](https://wiki.nftables.org/wiki-nftables/index.php/Verdict_Maps_(vmaps)) which will be an efficient lookup compared to linear match on...