mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-26 21:35:03 -02:30
Remove containerd_config assert
This assert is present since 2021, we can assume now users have removed it from their inventories.
This commit is contained in:
@@ -273,14 +273,6 @@
|
|||||||
- containerd_version not in ['latest', 'edge', 'stable']
|
- containerd_version not in ['latest', 'edge', 'stable']
|
||||||
- container_manager == 'containerd'
|
- container_manager == 'containerd'
|
||||||
|
|
||||||
- name: Stop if using deprecated containerd_config variable
|
|
||||||
assert:
|
|
||||||
that: containerd_config is not defined
|
|
||||||
msg: "Variable containerd_config is now deprecated. See https://github.com/kubernetes-sigs/kubespray/blob/master/inventory/sample/group_vars/all/containerd.yml for details."
|
|
||||||
when:
|
|
||||||
- containerd_config is defined
|
|
||||||
- not ignore_assert_errors
|
|
||||||
|
|
||||||
- name: Stop if auto_renew_certificates is enabled when certificates are managed externally (kube_external_ca_mode is true)
|
- name: Stop if auto_renew_certificates is enabled when certificates are managed externally (kube_external_ca_mode is true)
|
||||||
assert:
|
assert:
|
||||||
that: not auto_renew_certificates
|
that: not auto_renew_certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user