Add missing group var default values to kubespray-defaults

This commit is contained in:
Matthew Mosesohn
2018-01-30 16:03:48 +03:00
parent dc6a17e092
commit 62dd3d2a9d
2 changed files with 24 additions and 3 deletions

View File

@@ -8,9 +8,6 @@ kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"
kube_manifest_dir: "{{ kube_config_dir }}/manifests"
system_namespace: kube-system
# Logging directory (sysvinit systems)
kube_log_dir: "/var/log/kubernetes"
# This is where all the cert scripts and certs will be located
kube_cert_dir: "{{ kube_config_dir }}/ssl"