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 198 azure-container-networking issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.36.4 to 1.36.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.36.4&new-version=1.36.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
release/1.4

**Reason for Change**: There is a temporary workaround in swiftv2 linux which requires the cni to send a dhcp request when adding secondary nics. A more permanent fix is available,...

cni
swift-v2
exempt-stale

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1. Release notes Sourced from github.com/spf13/viper's releases. v1.20.1 What's Changed Bug Fixes 🐛 Backport config type fixes to 1.20.x by @​sagikazarmark in spf13/viper#2005 Full Changelog:...

dependencies
release/1.4
exempt-stale

**Reason for Change**: Update release testing ci. Restart cilium daemonset after node restarts to clean up old states/endpoints before entering state file check. **Issue Fixed**: **Requirements**: - [ ] uses...

ci
exempt-stale

**Reason for Change**: Sometimes in certain scenarios (usually windows), if there is a crash of the OS, null bytes may be written to the state and log file. When the...

fix
ci

## Problem When CNS logs structures containing `json.RawMessage` fields (such as `OrchestratorContext`), it uses Go's `%+v` format specifier which outputs raw bytes as integer arrays. This makes the logs very...

exempt-stale

Update README for docker image generation for cns, cni, npm, and azure-ipam.

exempt-stale

https://github.com/Azure/azure-container-networking/blob/master/scripts/install-cni-plugin.sh missing portmap or other cni bin if you just running this script with a new cluster it will cause the coredns Initialization failed Consider to install kubernetes-cni from OS...

wontfix

Create unit test workflow for pull requests that triggers on pull request updates, creation, and open.

Need to write a follow up PR for: https://github.com/Azure/azure-container-networking/pull/3693 1. Add a UT to cover the path for existence of hostNCLoopbackAdapterName and vEthernethostNCLoopbackAdapterName 2- correct the typos in the comment...