This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Kubernetes configuration dirs and system namespace. | |
| # Those are where all the additional config stuff goes | |
| # the kubernetes normally puts in /srv/kubernets. | |
| # This puts them in a sane location and namespace. | |
| # Editting 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" | |
| system_namespace: kube-system |