mirror of https://github.com/kubernetes/kops.git
Update containerd to v1.6.6
This commit is contained in:
parent
a4f6242464
commit
169bbd0826
|
|
@ -47,9 +47,9 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
// Set version based on Kubernetes version
|
// Set version based on Kubernetes version
|
||||||
if fi.StringValue(containerd.Version) == "" {
|
if fi.StringValue(containerd.Version) == "" {
|
||||||
if b.IsKubernetesGTE("1.23") {
|
if b.IsKubernetesGTE("1.23") {
|
||||||
containerd.Version = fi.String("1.6.4")
|
containerd.Version = fi.String("1.6.6")
|
||||||
} else {
|
} else {
|
||||||
containerd.Version = fi.String("1.4.12")
|
containerd.Version = fi.String("1.4.13")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Set default log level to INFO
|
// Set default log level to INFO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue