Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Evan Baker 1bcf6d80b5
fix: prevent ipampoolmonitor from reconciling before it receives a nodenetworkconfig (#1044)
fix ipampoolmonitor starting before receiving a nodenetworkconfig

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2021-10-13 12:14:50 -05:00
.github drop lint from master (#1050) 2021-10-11 15:51:53 -05:00
.pipelines adding honeycomb-dev branch to p.r triggers (#1051) 2021-10-12 08:25:50 -07:00
aitelemetry chore: appease the linter (3/?), the big gofumpt (#987) 2021-09-02 16:33:18 -05:00
build/tools reenable the swift e2e pipeline (#1042) 2021-10-05 18:49:27 -05:00
cni no need to remove lock files on reboot (#1041) 2021-10-01 11:22:53 -07:00
cnm Netlink package interfacing and adding a fake (#996) (#1025) 2021-09-20 13:57:12 -05:00
cnms Netlink package interfacing and adding a fake (#996) (#1025) 2021-09-20 13:57:12 -05:00
cns fix: prevent ipampoolmonitor from reconciling before it receives a nodenetworkconfig (#1044) 2021-10-13 12:14:50 -05:00
common [NPM] Adding prefixes to IPSets in dataplane (#1047) 2021-10-11 13:11:45 -07:00
crd Create NNC scoped client and isolate ipampoolmonitor and NNC reconciler (#1006) 2021-10-07 11:55:09 -05:00
docs [NPM] RETURN early on MARK in DROP chains (#881) 2021-06-15 10:06:37 -07:00
ebtables Drop arp request for snatbridge apipa range (#912) 2021-06-28 18:49:50 -07:00
examples/cns Add CNS api examples for create and delete HNS networks (#337) 2019-04-15 15:58:44 -07:00
hack build: add toolbox bin for linux and windows (#1049) 2021-10-11 10:14:46 -07:00
ipam chore: appease the linter (3/?), the big gofumpt (#987) 2021-09-02 16:33:18 -05:00
iptables [Swift] Add snat rule to host IP for IMDS for CNS IPAM (#988) 2021-09-03 12:37:44 -05:00
log chore: appease the linter (3/?), the big gofumpt (#987) 2021-09-02 16:33:18 -05:00
netio Set MTU for veths based on VM interface (#1031) 2021-09-22 17:28:50 -07:00
netlink Set MTU for veths based on VM interface (#1031) 2021-09-22 17:28:50 -07:00
network [NPM] Adding prefixes to IPSets in dataplane (#1047) 2021-10-11 13:11:45 -07:00
nns cni/network unit test coverage (#1020) 2021-09-20 16:58:18 -07:00
npm [NPM] Adjusting datastructures for Control Plane needs (#1054) 2021-10-12 20:55:00 -07:00
ovsctl Add UT coverage ovs_network_client (#1008) (#1026) 2021-09-20 14:04:35 -05:00
platform chore: appease the linter (3/?), the big gofumpt (#987) 2021-09-02 16:33:18 -05:00
proto/nodenetworkservice/3.302.0.744 CNI changes to support baremetal scenario (#835) 2021-03-26 10:28:42 -07:00
scripts [build] Makefile update to generate image tarballs in artifacts (#804) 2021-03-25 14:08:02 -07:00
server/tls chore: appease the linter (3/?), the big gofumpt (#987) 2021-09-02 16:33:18 -05:00
store no need to remove lock files on reboot (#1041) 2021-10-01 11:22:53 -07:00
telemetry chore: Refactor UTs in telemetry packages (#1011) (#1024) 2021-09-20 13:55:21 -05:00
test fix: prevent ipampoolmonitor from reconciling before it receives a nodenetworkconfig (#1044) 2021-10-13 12:14:50 -05:00
testutils Remove test coverage (#1007) 2021-09-17 15:29:40 -07:00
tools Remove test coverage (#1007) 2021-09-17 15:29:40 -07:00
vendor reenable the swift e2e pipeline (#1042) 2021-10-05 18:49:27 -05:00
.gitattributes CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
.gitignore feat: [NPM] Add config file and feature toggles (#979) 2021-09-01 09:03:24 -07:00
.golangci.yml feat: add shadow linting (#1009) 2021-09-15 12:09:25 -05:00
Dockerfile.build reenable the swift e2e pipeline (#1042) 2021-10-05 18:49:27 -05:00
Dockerfile.cnm Rename CNM plugin to azure-vnet-plugin and update base image to ubuntu:16.04 2017-05-05 18:12:40 -07:00
LICENSE Added LICENSE 2017-01-31 19:51:14 -08:00
MAINTAINERS Update MAINTAINERS 2018-01-19 11:09:21 -08:00
Makefile chore: moving order of GOOS and GOARCh env sets in makefile (#1037) 2021-09-30 12:52:36 -07:00
README.md Update README.md (#1053) 2021-10-11 18:23:05 -05:00
go.mod reenable the swift e2e pipeline (#1042) 2021-10-05 18:49:27 -05:00
go.sum reenable the swift e2e pipeline (#1042) 2021-10-05 18:49:27 -05:00

README.md

Microsoft Azure Container Networking

Build Status Go Report Card GitHub release

Azure Network Policy Manager Conformance
Cyclonus Network Policy Suite Cyclonus Network Policy Test
Kubernetes Network Policy E2E Build Status

Overview

This repository contains container networking services and plugins for Linux and Windows containers running on Azure:

The azure-vnet network plugins connect containers to your Azure VNET, to take advantage of Azure SDN capabilities. The azure-vnet-ipam IPAM plugins provide address management functionality for container IP addresses allocated from Azure VNET address space.

The following environments are supported:

Plugins are offered as part of Azure Kubernetes Service (AKS), as well as for individual Azure IaaS VMs. For Kubernetes clusters created by aks-engine, the deployment and configuration of both plugins on both Linux and Windows nodes is automatic and default.

Documentation

See Documentation for more information and examples.

Build

This repository builds on Windows and Linux. Build plugins directly from the source code for the latest version.

$ git clone https://github.com/Azure/azure-container-networking
$ cd azure-container-networking
$ make all-binaries

Then follow the instructions for the plugin in Documentation.

Contributions

Contributions in the form of bug reports, feature requests and PRs are always welcome.

Please follow these steps before submitting a PR:

  • Create an issue describing the bug or feature request.
  • Clone the repository and create a topic branch.
  • Make changes, adding new tests for new functionality.
  • Submit a PR.

License

See LICENSE.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.