kubeconfig localhost

This commit is contained in:
2020-11-20 15:45:04 +01:00
parent a1d8d0ac64
commit 1226a2832f
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -1 +1,2 @@
credentials/ credentials/
artifacts/
+3
View File
@@ -23,3 +23,6 @@ resolvconf_mode: host_resolvconf
## Container runtime ## Container runtime
## docker for docker, crio for cri-o and containerd for containerd. ## docker for docker, crio for cri-o and containerd for containerd.
container_manager: crio container_manager: crio
# Make a copy of kubeconfig on the host that runs Ansible in {{ inventory_dir }}/artifacts
kubeconfig_localhost: false