-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add azure-cni and azure-ipam installer images #3850
Conversation
a8c5ef6
to
44c71a6
Compare
Pull Request Test Coverage Report for Build 7034863928
💛 - Coveralls |
44c71a6
to
9be304a
Compare
9be304a
to
770166c
Compare
770166c
to
9600533
Compare
@@ -100,6 +100,8 @@ $global:imagesToPull += @( | |||
"mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.28.0", # for k8s 1.28.x | |||
# OMS-Agent (Azure monitor). Owner: ganga1980 (Ganga Mahesh Siddem) | |||
"mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15", | |||
# Azure CNI. Owner: rbtr (Evan Baker) | |||
"mcr.microsoft.com/containernetworking/azure-cni:v1.5.15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference between this cni version and the legacy azure cni?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not a change to the azure-cni itself, it is a new way of packaging it - we want to deliver it consistently in all scenarios via this container
Signed-off-by: Evan Baker <[email protected]>
Pull request was closed
9600533
to
7c18f82
Compare
forgot about this one and opened a new PR for this #4256 |
What type of PR is this?
/kind feature
What this PR does / why we need it: Adds azure-cni and azure-ipam images, which are replacing cni-dropgz as the recommended way to deploy the CNI binaries
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: