mirror of https://github.com/kubernetes/kops.git
Update containerd to v1.4.12
This commit is contained in:
parent
c4c0a54696
commit
6a60823b34
|
|
@ -49,7 +49,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
if b.IsKubernetesGTE("1.23") {
|
||||
containerd.Version = fi.String("1.6.0-beta.2")
|
||||
} else if b.IsKubernetesGTE("1.19") {
|
||||
containerd.Version = fi.String("1.4.11")
|
||||
containerd.Version = fi.String("1.4.12")
|
||||
} else {
|
||||
containerd.Version = fi.String("1.3.10")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue