azure-container-networking
azure-container-networking copied to clipboard
Azure Container Networking Solutions for Linux and Windows Containers
Bumps google.golang.org/protobuf from 1.36.4 to 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...
**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,...
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:...
**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...
**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...
## 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...
Update README for docker image generation for cns, cni, npm, and azure-ipam.
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...
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...