|
|
@ -1,8 +1,8 @@ |
|
|
|
# Kubernetes configuration dirs and system namespace. |
|
|
|
# Those are where all the additional config stuff goes |
|
|
|
# the kubernetes normally puts in /srv/kubernets. |
|
|
|
# the kubernetes normally puts in /srv/kubernetes. |
|
|
|
# This puts them in a sane location and namespace. |
|
|
|
# Editting those values will almost surely break something. |
|
|
|
# Editing those values will almost surely break something. |
|
|
|
kube_config_dir: /etc/kubernetes |
|
|
|
kube_script_dir: "{{ bin_dir }}/kubernetes-scripts" |
|
|
|
kube_manifest_dir: "{{ kube_config_dir }}/manifests" |
|
|
@ -28,7 +28,7 @@ local_release_dir: "/tmp/releases" |
|
|
|
retry_stagger: 5 |
|
|
|
|
|
|
|
# This is the group that the cert creation scripts chgrp the |
|
|
|
# cert files to. Not really changable... |
|
|
|
# cert files to. Not really changeable... |
|
|
|
kube_cert_group: kube-cert |
|
|
|
|
|
|
|
# Cluster Loglevel configuration |
|
|
|