mirror of https://github.com/kubernetes/kops.git
Use AWS CCM 1.28.1 on k8s 1.28+
This commit is contained in:
parent
a913d3c0db
commit
cd32e76a50
|
@ -89,8 +89,10 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
|
||||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6"
|
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.26.6"
|
||||||
case 27:
|
case 27:
|
||||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.2"
|
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.2"
|
||||||
|
case 28:
|
||||||
|
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.1"
|
||||||
default:
|
default:
|
||||||
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.27.2"
|
eccm.Image = "registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue