Victor Morales
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
|
@ -334,7 +334,7 @@ |
|
|
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}" |
|
|
msg: "containerd_version is too low. Minimum version {{ containerd_min_version_required }}" |
|
|
run_once: yes |
|
|
run_once: yes |
|
|
when: |
|
|
when: |
|
|
- containerd_version != 'latest' |
|
|
|
|
|
|
|
|
- containerd_version not in ['latest', 'edge', 'stable'] |
|
|
- container_manager == 'containerd' |
|
|
- container_manager == 'containerd' |
|
|
|
|
|
|
|
|
- name: Stop if using deprecated containerd_config variable |
|
|
- name: Stop if using deprecated containerd_config variable |
|
|