Cloud provider AWS: adopt changes to CCM / CNM for AWS

This commit is contained in:
Malte Poll 2022-03-25 10:53:28 +01:00 committed by Malte Poll
parent 78d2358b9c
commit a59ce30e7b
4 changed files with 74 additions and 2 deletions

View file

@ -0,0 +1,6 @@
package cloudprovider
const (
// CloudControllerManagerImageAWS is the CCM image used on AWS.
CloudControllerManagerImageAWS = "us.gcr.io/k8s-artifacts-prod/provider-aws/cloud-controller-manager:v1.22.0-alpha.0"
)