mirror of https://github.com/kubernetes/kops.git
Use fixed staging AWS CCM for k8s 1.24+
This commit is contained in:
parent
aa9b06332e
commit
b048746adf
|
|
@ -98,7 +98,7 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
|
||||||
case 23:
|
case 23:
|
||||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.23.0-alpha.0"
|
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.23.0-alpha.0"
|
||||||
default:
|
default:
|
||||||
eccm.Image = "gcr.io/k8s-staging-provider-aws/cloud-controller-manager:latest"
|
eccm.Image = "gcr.io/k8s-staging-provider-aws/cloud-controller-manager:v1.24.0-alpha.0-23-gf6b92bb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue