Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
revert Azure CNI to 1.0.4 (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jun 15, 2018
1 parent 559b18d commit bacb660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
// AzureCniPluginVer specifies version of Azure CNI plugin, which has been mirrored from
// https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-linux-amd64-${AZURE_PLUGIN_VER}.tgz
// to https://acs-mirror.azureedge.net/cni/
AzureCniPluginVer = "v1.0.6"
AzureCniPluginVer = "v1.0.4"
// CNIPluginVer specifies the version of CNI implementation
// https://github.com/containernetworking/plugins
CNIPluginVer = "v0.7.0"
Expand Down

2 comments on commit bacb660

@aminebizid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jackfrancis why did you revert Cni to 1.0.4? What's wrong with 1.0.6?

@jackfrancis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We noticed an increase in post-provision network flakiness, see here for a definitive symptom:

#3283

RCA is currently unknown

Please sign in to comment.