mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-05 03:24:55 -03:30
Add support for Docker plugins (#4934)
* Add support for Docker plugins * support multiple Docker plugins using looped include * fix yamllint error
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c81b443d93
commit
324bc41097
@@ -256,6 +256,10 @@ docker_options: >-
|
||||
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current --signature-verification=false
|
||||
{%- endif -%}
|
||||
|
||||
## A list of plugins to install using 'docker plugin install --grant-all-permissions'
|
||||
## Empty by default so no plugins will be installed.
|
||||
docker_plugins: []
|
||||
|
||||
# Experimental kubeadm etcd deployment mode. Available only for new deployment
|
||||
etcd_kubeadm_enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user