Skip to content
Snippets Groups Projects
Unverified Commit bef1e628 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix issue with 'latest' in containerd version (#7459)

parent 7340a163
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,7 @@
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}"
run_once: yes
when:
- containerd_version != 'latest'
- container_manager == 'containerd'
- name: Stop if using deprecated containerd_config variable
......
......@@ -5,6 +5,7 @@ mode: default
# Kubespray settings
container_manager: containerd
containerd_version: latest
etcd_deployment_type: host
deploy_netchecker: true
dns_min_replicas: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment