This repository was archived by the owner on Jan 11, 2023. It is now read-only.
v0.11.0
Native Azure Kubernetes Networking
Today we are announcing General Availability of the Azure CNI Networking plugin for Kubernetes clusters. New clusters created via acs-engine will now use Azure CNI by default. Azure CNI natively attaches your containers to an Azure Virtual Network.
FEATURES: 🌈
- Azure CNI is the default Kubernetes networking implementation (PRs #1887, #1928, #1932 @jackfrancis)
- Configurable docker-engine version PR #1874 @jackfrancis)
- Default plugin directory for Kubernetes to enable flexvolume (PR #1909 @andyzhangx)
- ACI Connecter is not virtual-kubelet (PR #1927 @sozercan)
BUGS FIXED: 🐞
- race condition in prometheus/grafana Kubernetes extension deployment (PR #1889, @tstringer)
- etcd download fix for China cloud (PR #1894 @pengzhisun)
DEV IMPROVEMENTS/CHORES: 🔧
- Simplify Kubernetes artifacts organization (PR #1890, @JunSun17)
- Typos (PR #1898 @zqingqing1)
- Rationalize vendor/ directory (PR #1912 #1943 @jackfrancis)
- Error handling (PRs #1924 #1926 @zqingqing1 @dmitsh)
- Docs updates!
- PR #1888 @UncleTawnos
- PR #1899 @JiangtianLi
- PR #1920 @bucksteamy
- CI/E2E maintenance/improvements!
- PR #1904 @dmitsh
- PR #1905 @zqingqing1
- PR #1923 @jackfrancis