Skip to content
Snippets Groups Projects
Unverified Commit 41718024 authored by Atsushi Nukariya's avatar Atsushi Nukariya Committed by GitHub
Browse files

Fix: typos in docs and comments (#7805)

parent 18925626
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ For a large scaled deployments, consider the following configuration changes: ...@@ -11,7 +11,7 @@ For a large scaled deployments, consider the following configuration changes:
* Override the ``download_run_once: true`` and/or ``download_localhost: true``. * Override the ``download_run_once: true`` and/or ``download_localhost: true``.
See download modes for details. See download modes for details.
* Adjust the `retry_stagger` global var as appropriate. It should provide sane * Adjust the `retry_stagger` global var as appropriate. It should provide same
load on a delegate (the first K8s control plane node) then retrying failed load on a delegate (the first K8s control plane node) then retrying failed
push or download operations. push or download operations.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Kubernetes configuration dirs and system namespace. # Kubernetes configuration dirs and system namespace.
# Those are where all the additional config stuff goes # Those are where all the additional config stuff goes
# the kubernetes normally puts in /srv/kubernetes. # 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. # Editing those values will almost surely break something.
kube_config_dir: /etc/kubernetes kube_config_dir: /etc/kubernetes
kube_script_dir: "{{ bin_dir }}/kubernetes-scripts" kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"
......
...@@ -121,7 +121,7 @@ enable_coredns_k8s_endpoint_pod_names: false ...@@ -121,7 +121,7 @@ enable_coredns_k8s_endpoint_pod_names: false
# Kubernetes configuration dirs and system namespace. # Kubernetes configuration dirs and system namespace.
# Those are where all the additional config stuff goes # Those are where all the additional config stuff goes
# the kubernetes normally puts in /srv/kubernetes. # 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. # Editing those values will almost surely break something.
kube_config_dir: /etc/kubernetes kube_config_dir: /etc/kubernetes
kube_script_dir: "{{ bin_dir }}/kubernetes-scripts" kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment