azure-container-networking icon indicating copy to clipboard operation
azure-container-networking copied to clipboard

Azure Container Networking Solutions for Linux and Windows Containers

Results 159 azure-container-networking issues
Sort by recently updated
recently updated
newest added

**Reason for Change**: **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - [ ] includes documentation - [ ] adds unit tests **Notes**:

- The DP will now apply IPSets in the background, either periodically or after reaching the max batch count. - We already batch operations. Now we will batch our batches....

npm

Signed-off-by: Evan Baker **Reason for Change**: Adds a validation of the NNC (requested IPs) during the swift e2e. This includes functionality to support testing in subnet scarcity mode, but it...

cns
ci

**Reason for Change**: Right now, GetEndpointsForNetwork gives all endpoint including remote endpoints which are not required. This is causing duplicate endpoints for the same IP. This change will only take...

npm

### Rarity and Auto-Mitigation When the exact condition in the title occurs, the chance of the race condition is ~0.001% (encountering a ~0.2 second interval within a 5 minute window)....

bug
npm
windows

Current TTL for Windows flow table can cause delays that cause random test case failures. Uses custom cyclonus branch that sleeps 10 minutes and retries twice more after reaching max...

npm
windows

This is a known issue in HNS as seen with other implementations of Network Policy in Windows. It can take one minute or more to apply Policy rules to the...

bug
npm
windows

**What happened:** When NPM is enabled on a cluster with `kube-proxy` configured for IPVS instead of IPTABLES, e.g.: ```yaml Containers: kube-proxy: Command: --proxy-mode=ipvs --ipvs-scheduler=lc --ipvs-tcp-timeout=900s --ipvs-tcpfin-timeout=120s --ipvs-udp-timeout=30s ``` Traffic against...

bug
npm
linux

When getting endpoints to apply a policy, ignore IPs that have a different pod key in the ipsetmanager versus the endpoint cache (in case the pod controller hasn't updated the...

npm

**Reason for Change**: **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - [ ] includes documentation - [ ] adds unit tests **Notes**: