Fix: typos in docs and comments (#7805)

This commit is contained in:
Atsushi Nukariya
2021-07-17 10:58:50 +09:00
committed by GitHub
parent 1892562614
commit 417180246c
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Kubernetes configuration dirs and system namespace.
# Those are where all the additional config stuff goes
# the kubernetes normally puts in /srv/kubernetes.
# This puts them in a sane location and namespace.
# This puts them in a same location and namespace.
# Editing those values will almost surely break something.
kube_config_dir: /etc/kubernetes
kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"