azure-container-networking
azure-container-networking copied to clipboard
Azure Container Networking Solutions for Linux and Windows Containers
**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....
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...
**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...
### 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)....
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...
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...
**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...
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...
**Reason for Change**: **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) - [ ] includes documentation - [ ] adds unit tests **Notes**: