mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Add flag to deploy container engine manually. (#3753)
This feature was removed by PR#3061. But change flag manage_docker to deploy_container_engine.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
delay: 5
|
||||
tags:
|
||||
- crio
|
||||
when: container_manager == 'crio'
|
||||
when: container_manager == 'crio' and deploy_container_engine|default(true)
|
||||
|
||||
- name: reset | gather mounted kubelet dirs
|
||||
shell: mount | grep /var/lib/kubelet/ | awk '{print $3}' | tac
|
||||
|
||||
Reference in New Issue
Block a user