mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 14:36:04 -03:30
Fix typo in Containerd configuration (#8206)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
|
||||
- name: set kubelet_config_extra_args options when cgroupfs is used
|
||||
set_fact:
|
||||
containerd_runc_runtime: "{{ containerd_runc_runtime | combine({'options':{'systemCgroup':'false'}}) }}"
|
||||
when: not containerd_use_systemd_cgroup
|
||||
@@ -1,8 +1,4 @@
|
||||
---
|
||||
- import_tasks: facts.yml
|
||||
tags:
|
||||
- facts
|
||||
|
||||
- name: Fail containerd setup if distribution is not supported
|
||||
fail:
|
||||
msg: "{{ ansible_distribution }} is not supported by containerd."
|
||||
|
||||
Reference in New Issue
Block a user