Merge pull request #2212 from mattymo/missing_defaults

Add missing group var default values to kubespray-defaults
This commit is contained in:
Spencer Smith
2018-01-31 16:07:53 -05:00
committed by GitHub
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"