Add download_container flag to avoid docker pull when use cri-o.

This commit is contained in:
Takashi Okamoto
2018-08-04 10:01:35 +00:00
parent cf7b9cfeef
commit 5ab8a712d9
5 changed files with 11 additions and 3 deletions

View File

@@ -135,6 +135,10 @@ kube_api_aggregator_routing: false
# Optionally do not run docker role
manage_docker: true
# cri-o options
# Optionally run cri-o role
manage_crio: false
# Path used to store Docker data
docker_daemon_graph: "/var/lib/docker"