Skip to content

Instantly share code, notes, and snippets.

View 13567436138's full-sized avatar
๐Ÿ˜„

huangxiaoping 13567436138

๐Ÿ˜„
View GitHub Profile
# 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